Bug 1949294 - Part 2: Un-init SERP categorization and telemetry with category manager - r=Gijs,firefox-desktop-core-reviewers
Depends on D240039 Differential Revision: https://phabricator.services.mozilla.com/D240040
This commit is contained in:
@@ -74,7 +74,6 @@ ChromeUtils.defineESModuleGetters(lazy, {
|
||||
Sanitizer: "resource:///modules/Sanitizer.sys.mjs",
|
||||
SandboxUtils: "resource://gre/modules/SandboxUtils.sys.mjs",
|
||||
ScreenshotsUtils: "resource:///modules/ScreenshotsUtils.sys.mjs",
|
||||
SearchSERPCategorization: "resource:///modules/SearchSERPTelemetry.sys.mjs",
|
||||
SearchSERPTelemetry: "resource:///modules/SearchSERPTelemetry.sys.mjs",
|
||||
SelectableProfileService:
|
||||
"resource:///modules/profiles/SelectableProfileService.sys.mjs",
|
||||
@@ -2198,11 +2197,6 @@ BrowserGlue.prototype = {
|
||||
}
|
||||
},
|
||||
|
||||
// These should also be moved to use the category manager, but ran into
|
||||
// leaking issues. Bug 1949294 tracks.
|
||||
() => lazy.SearchSERPTelemetry.uninit(),
|
||||
() => lazy.SearchSERPCategorization.uninit(),
|
||||
|
||||
() => {
|
||||
// bug 1839426 - The FOG service needs to be instantiated reliably so it
|
||||
// can perform at-shutdown tasks later in shutdown.
|
||||
|
||||
Reference in New Issue
Block a user