From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- browser/extensions/search-detection/extension/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'browser/extensions/search-detection') diff --git a/browser/extensions/search-detection/extension/api.js b/browser/extensions/search-detection/extension/api.js index dd15b080ab..2eb7925104 100644 --- a/browser/extensions/search-detection/extension/api.js +++ b/browser/extensions/search-detection/extension/api.js @@ -61,7 +61,7 @@ this.addonsSearchDetection = class extends ExtensionAPI { _urls // We only want to collect "search URLs" (and not "suggestion" - // ones for instance). See `URL_TYPE` in `SearchUtils.jsm`. + // ones for instance). See `URL_TYPE` in `SearchUtils.sys.mjs`. .filter(({ type }) => type === "text/html") .forEach(({ template }) => { // If this is changed, double check the code in the background @@ -116,7 +116,7 @@ this.addonsSearchDetection = class extends ExtensionAPI { // search engines has changed, e.g., a new engine has been added or an // engine has been removed. // - // See: https://searchfox.org/mozilla-central/source/toolkit/components/search/SearchUtils.jsm#145-152 + // See: https://searchfox.org/mozilla-central/rev/cb44fc4f7bb84f2a18fedba64c8563770df13e34/toolkit/components/search/SearchUtils.sys.mjs#185-193 onSearchEngineModified: new ExtensionCommon.EventManager({ context, name: "addonsSearchDetection.onSearchEngineModified", -- cgit v1.2.3