commit d42800c2916657189fe4ba2e80f0c3181b57fd5b
parent e957f391a8f3a623fc3916f4da7974f8578c0632
Author: Hubert Boma Manilla <hmanilla@mozilla.com>
Date: Tue, 4 Nov 2025 15:59:09 +0000
Bug 1998150 - [devtools] Update comment for supportsEnableWindowGlobalThreadActors trait r=devtools-reviewers,nchevobbe
Updates the comment as ESR 115 EOL is now on March 24 2026, and the vscode-firefox-debug
will need to be updated.
See https://whattrainisitnow.com/release/?version=esr
Differential Revision: https://phabricator.services.mozilla.com/D271217
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/devtools/server/actors/root.js b/devtools/server/actors/root.js
@@ -135,14 +135,14 @@ class RootActor extends Actor {
"dom.worker.console.dispatch_events_to_main_thread"
)
: true,
- // @backward-compat { version 144 } Process Descriptor's `getWatcher()`
+ // @backward-compat { version 151 } Process Descriptor's `getWatcher()`
// supports a new 'enableWindowGlobalThreadActors' flag to enable
// the WindowGlobal's thread actors when debugging the whole browser.
// This was actually changed in 137, but we support it for VSCode until
// ESR 140 is the only ESR available.
//
- // ESR 128 EOL is currently planned for September 16 2025. Do not remove
- // this trait before that data AND make sure the extension has been
+ // ESR 115 EOL is currently planned for March 24 2026. Do not remove
+ // this trait before that date AND make sure the extension has been
// updated (https://github.com/firefox-devtools/vscode-firefox-debug/issues/391).
// Contact Holger Benl (hbenl) for topics related to the extension.
supportsEnableWindowGlobalThreadActors: true,