0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00
This commit is contained in:
Bert van der Weerd 2022-07-25 16:21:53 +02:00
parent dd84dea72e
commit f3d508926c
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -1,18 +1,30 @@
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 diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.jsm
index 81de0fb201..163b4843e4 100644 index 64ac529..8cf69c1 100644
--- a/browser/components/BrowserGlue.jsm --- a/browser/components/BrowserGlue.jsm
+++ b/browser/components/BrowserGlue.jsm +++ b/browser/components/BrowserGlue.jsm
@@ -1375,8 +1375,6 @@ BrowserGlue.prototype = { @@ -1269,7 +1269,6 @@ BrowserGlue.prototype = {
Normandy.init(); lazy.Normandy.init();
} }
- SaveToPocket.init(); - lazy.SaveToPocket.init();
-
AboutHomeStartupCache.init(); AboutHomeStartupCache.init();
Services.obs.notifyObservers(null, "browser-ui-startup-complete");
diff --git a/browser/components/moz.build b/browser/components/moz.build diff --git a/browser/components/moz.build b/browser/components/moz.build
index d16b27b1ea..a119166fa5 100644 index 71a1b85..ed3b6d1 100644
--- a/browser/components/moz.build --- a/browser/components/moz.build
+++ b/browser/components/moz.build +++ b/browser/components/moz.build
@@ -42,7 +42,6 @@ DIRS += [ @@ -42,7 +42,6 @@ DIRS += [
@ -23,16 +35,3 @@ index d16b27b1ea..a119166fa5 100644
"preferences", "preferences",
"privatebrowsing", "privatebrowsing",
"prompts", "prompts",
diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js
index 16168e5..857a968 100644
--- a/browser/base/content/browser.js
+++ b/browser/base/content/browser.js
@@ -5246,8 +5246,6 @@ var XULBrowserWindow = {
SafeBrowsingNotificationBox.onLocationChange(aLocationURI);
- SaveToPocket.onLocationChange(window);
-
UrlbarProviderSearchTips.onLocationChange(
window,
aLocationURI,