[tor-commits] [Git][tpo/applications/tor-browser][base-browser-102.8.0esr-12.5-1] fixup! Bug 31575: Disable Firefox Home (Activity Stream)
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Thu Feb 23 15:22:55 UTC 2023
Pier Angelo Vendrame pushed to branch base-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
24aca1ff by Pier Angelo Vendrame at 2023-02-23T16:22:48+01:00
fixup! Bug 31575: Disable Firefox Home (Activity Stream)
Bug 41624: Further more SaveToPocket references deleted
- - - - -
2 changed files:
- browser/base/content/browser.js
- browser/components/BrowserGlue.jsm
Changes:
=====================================
browser/base/content/browser.js
=====================================
@@ -67,7 +67,6 @@ XPCOMUtils.defineLazyModuleGetters(this, {
RFPHelper: "resource://gre/modules/RFPHelper.jsm",
SafeBrowsing: "resource://gre/modules/SafeBrowsing.jsm",
Sanitizer: "resource:///modules/Sanitizer.jsm",
- SaveToPocket: "chrome://pocket/content/SaveToPocket.jsm",
ScreenshotsUtils: "resource:///modules/ScreenshotsUtils.jsm",
SessionStartup: "resource:///modules/sessionstore/SessionStartup.jsm",
SessionStore: "resource:///modules/sessionstore/SessionStore.jsm",
@@ -5442,8 +5441,6 @@ var XULBrowserWindow = {
SafeBrowsingNotificationBox.onLocationChange(aLocationURI);
- SaveToPocket.onLocationChange(window);
-
UrlbarProviderSearchTips.onLocationChange(
window,
aLocationURI,
=====================================
browser/components/BrowserGlue.jsm
=====================================
@@ -75,7 +75,6 @@ XPCOMUtils.defineLazyModuleGetters(this, {
RFPHelper: "resource://gre/modules/RFPHelper.jsm",
SafeBrowsing: "resource://gre/modules/SafeBrowsing.jsm",
Sanitizer: "resource:///modules/Sanitizer.jsm",
- SaveToPocket: "chrome://pocket/content/SaveToPocket.jsm",
ScreenshotsUtils: "resource:///modules/ScreenshotsUtils.jsm",
SearchSERPTelemetry: "resource:///modules/SearchSERPTelemetry.jsm",
SessionStartup: "resource:///modules/sessionstore/SessionStartup.jsm",
@@ -1209,8 +1208,6 @@ BrowserGlue.prototype = {
Normandy.init();
}
- SaveToPocket.init();
-
AboutHomeStartupCache.init();
Services.obs.notifyObservers(null, "browser-ui-startup-complete");
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/24aca1fff67a7b44269e84d86bd277263b2eccf8
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/24aca1fff67a7b44269e84d86bd277263b2eccf8
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230223/71c0eaf1/attachment-0001.htm>
More information about the tor-commits
mailing list