0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 11:20:11 -05:00
LibreWolf/patches/sed-patches/disable-pocket.patch

38 lines
1.1 KiB
Diff
Raw Normal View History

2022-07-25 09:21:53 -05:00
diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js
index f59f732..07a9a60 100644
--- a/browser/base/content/browser.js
+++ b/browser/base/content/browser.js
@@ -5445,8 +5445,6 @@ var XULBrowserWindow = {
SafeBrowsingNotificationBox.onLocationChange(aLocationURI);
- SaveToPocket.onLocationChange(window);
-
UrlbarProviderSearchTips.onLocationChange(
window,
aLocationURI,
diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.jsm
2022-07-25 09:21:53 -05:00
index 64ac529..8cf69c1 100644
--- a/browser/components/BrowserGlue.jsm
+++ b/browser/components/BrowserGlue.jsm
2022-07-25 09:21:53 -05:00
@@ -1269,7 +1269,6 @@ BrowserGlue.prototype = {
lazy.Normandy.init();
}
2022-07-25 09:21:53 -05:00
- lazy.SaveToPocket.init();
AboutHomeStartupCache.init();
diff --git a/browser/components/moz.build b/browser/components/moz.build
2022-07-25 09:21:53 -05:00
index 71a1b85..ed3b6d1 100644
--- a/browser/components/moz.build
+++ b/browser/components/moz.build
@@ -42,7 +42,6 @@ DIRS += [
"originattributes",
"ion",
"places",
- "pocket",
"preferences",
"privatebrowsing",
"prompts",