[DevTools Release Tasks - Cycle 139] Remove backward compatibility code
Categories
(DevTools :: General, task, P3)
Tracking
(firefox139 fixed)
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Assignee | ||
Comment 1•28 days ago
|
||
// @backward-compat { version 137 } Process Descriptor's `getWatcher()`
// supports a new 'enableWindowGlobalThreadActors' flag to enable
// the WindowGlobal's thread actors when debugging the whole browser.
// Once 137 is released, we may keep this flag to help VS.Code know
// which backend supports this feature or not.
supportsEnableWindowGlobalThreadActors: true,
One of the backward compatibility items for this release is unclear.
Alex, Holger, should we keep this trait?
Comment 2•28 days ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #1)
// @backward-compat { version 137 } Process Descriptor's `getWatcher()` // supports a new 'enableWindowGlobalThreadActors' flag to enable // the WindowGlobal's thread actors when debugging the whole browser. // Once 137 is released, we may keep this flag to help VS.Code know // which backend supports this feature or not. supportsEnableWindowGlobalThreadActors: true,
One of the backward compatibility items for this release is unclear.
Alex, Holger, should we keep this trait?
Yes, the VS Code extension needs it to know that the 'enableWindowGlobalThreadActors' flag is available.
Once all versions of Firefox (including ESR!) support it, I will update the extension to always use it and then we can remove the trait.
Assignee | ||
Comment 3•28 days ago
|
||
Once all versions of Firefox (including ESR!) support it, I will update the extension to always use it and then we can remove the trait.
Thanks I'll update the comment to remove it when Firefox 143 is released then, that's when ESR 140 will be the only ESR available.
Assignee | ||
Comment 4•28 days ago
|
||
Comment 6•27 days ago
|
||
bugherder |
Updated•21 hours ago
|
Description
•