0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00
LibreWolf/patches/sed-patches/disable-pocket.patch

37 lines
1.1 KiB
Diff
Raw Permalink 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
2022-12-14 06:56:24 -05:00
index 43c84c3..4b4aad2 100644
2022-07-25 09:21:53 -05:00
--- a/browser/base/content/browser.js
+++ b/browser/base/content/browser.js
2022-12-14 06:56:24 -05:00
@@ -5478,7 +5478,6 @@ var XULBrowserWindow = {
2022-07-25 09:21:53 -05:00
SafeBrowsingNotificationBox.onLocationChange(aLocationURI);
- SaveToPocket.onLocationChange(window);
2022-12-14 06:56:24 -05:00
let originalURI;
if (
2023-02-15 05:27:00 -05:00
diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.sys.mjs
2022-12-14 06:56:24 -05:00
index b2479db..7670f08 100644
2023-02-15 05:27:00 -05:00
--- a/browser/components/BrowserGlue.sys.mjs
+++ b/browser/components/BrowserGlue.sys.mjs
2022-12-14 06:56:24 -05:00
@@ -1274,7 +1274,6 @@ BrowserGlue.prototype = {
2022-07-25 09:21:53 -05:00
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-12-14 06:29:09 -05:00
index 3b2126e..32b7831 100644
--- a/browser/components/moz.build
+++ b/browser/components/moz.build
2022-12-14 06:29:09 -05:00
@@ -44,7 +44,6 @@ DIRS += [
"originattributes",
2022-12-03 09:15:22 -05:00
"pagedata",
"places",
- "pocket",
"preferences",
"privatebrowsing",
"prompts",