Loading netwerk/url-classifier/UrlClassifierFeatureBase.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ void UrlClassifierFeatureBase::InitializePreferences() { nsCOMPtr<nsIUrlClassifierSkipListService> skipListService = do_GetService("@mozilla.org/url-classifier/skip-list-service;1"); if (NS_WARN_IF(!skipListService)) { if (!skipListService) { return; } Loading netwerk/url-classifier/components.conf +0 −6 Original line number Diff line number Diff line Loading @@ -5,10 +5,4 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. Classes = [ { 'cid': '{b9f4fd03-9d87-4bfd-9958-85a821750ddc}', 'contract_ids': ['@mozilla.org/url-classifier/skip-list-service;1'], 'jsm': 'resource://gre/modules/UrlClassifierSkipListService.jsm', 'constructor': 'UrlClassifierSkipListService', }, ] toolkit/components/search/SearchService.jsm +0 −2 Original line number Diff line number Diff line Loading @@ -694,8 +694,6 @@ SearchService.prototype = { await this._ensureKnownRegionPromise; } this._setupRemoteSettings().catch(Cu.reportError); await this._loadEngines(cache); // Make sure the current list of engines is persisted, without the need to wait. Loading Loading
netwerk/url-classifier/UrlClassifierFeatureBase.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ void UrlClassifierFeatureBase::InitializePreferences() { nsCOMPtr<nsIUrlClassifierSkipListService> skipListService = do_GetService("@mozilla.org/url-classifier/skip-list-service;1"); if (NS_WARN_IF(!skipListService)) { if (!skipListService) { return; } Loading
netwerk/url-classifier/components.conf +0 −6 Original line number Diff line number Diff line Loading @@ -5,10 +5,4 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. Classes = [ { 'cid': '{b9f4fd03-9d87-4bfd-9958-85a821750ddc}', 'contract_ids': ['@mozilla.org/url-classifier/skip-list-service;1'], 'jsm': 'resource://gre/modules/UrlClassifierSkipListService.jsm', 'constructor': 'UrlClassifierSkipListService', }, ]
toolkit/components/search/SearchService.jsm +0 −2 Original line number Diff line number Diff line Loading @@ -694,8 +694,6 @@ SearchService.prototype = { await this._ensureKnownRegionPromise; } this._setupRemoteSettings().catch(Cu.reportError); await this._loadEngines(cache); // Make sure the current list of engines is persisted, without the need to wait. Loading