Backed out 5 changesets (bug 1920562) for causing xpc assertion failures. CLOSED TREE

Backed out changeset 8f085ab589a8 (bug 1920562)
Backed out changeset 4405387ae770 (bug 1920562)
Backed out changeset a68fd13a33ae (bug 1920562)
Backed out changeset cd3672fc08ed (bug 1920562)
Backed out changeset 62ab18879eea (bug 1920562)
This commit is contained in:
Sandor Molnar
2024-10-08 00:16:13 +03:00
parent 6026c4b9a7
commit 92076e16a7
115 changed files with 761 additions and 14 deletions

View File

@@ -1346,6 +1346,10 @@ nsDefaultCommandLineHandler.prototype = {
}
if (notificationData?.privilegedName) {
Services.telemetry.setEventRecordingEnabled(
"browser.launched_to_handle",
true
);
Glean.browserLaunchedToHandle.systemNotification.record({
name: notificationData.privilegedName,
});