mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-30 03:47:47 +00:00
chore: Sync upstream Firefox to version 148.0, p=#12440
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
diff --git a/devtools/startup/DevToolsStartup.sys.mjs b/devtools/startup/DevToolsStartup.sys.mjs
|
||||
index 40926f9620bfe8ecc1d295026b219f5b7f83860c..6811d0681c9c9b8555f0c7f72d6cd3cd42a0b1bd 100644
|
||||
index d6428524107325bc6680947f45a890991936cad4..9dd68c54b72ee17ba2cc998634b38b6155b8b388 100644
|
||||
--- a/devtools/startup/DevToolsStartup.sys.mjs
|
||||
+++ b/devtools/startup/DevToolsStartup.sys.mjs
|
||||
@@ -835,6 +835,7 @@ DevToolsStartup.prototype = {
|
||||
@@ -836,6 +836,9 @@ export class DevToolsStartup {
|
||||
// account (see bug 832984).
|
||||
const mainKeyset = doc.getElementById("mainKeyset");
|
||||
mainKeyset.parentNode.insertBefore(keyset, mainKeyset);
|
||||
+ window.dispatchEvent(new window.Event("zen-devtools-keyset-added"));
|
||||
},
|
||||
+ mainKeyset.ownerGlobal.setTimeout(() => {
|
||||
+ window.dispatchEvent(new window.Event("zen-devtools-keyset-added"));
|
||||
+ }, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user