Closed
Bug 1682220
Opened 5 years ago
Closed 4 years ago
Use nsIWorkerDebugger.windowIds instead of nsIWorkerDebugger.window.windowGlobalChild.innerWindowId in DevToolsWorkerChild
Categories
(DevTools :: Framework, task, P2)
DevTools
Framework
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
From early testing, the new windowIds
property doesn't seem to suffer from the issue we see in Bug 1673024, which mean we can probably remove the ignoreExistingTargets
option ( https://searchfox.org/mozilla-central/search?q=ignoreExistingTargets&path=&case=true®exp=false) we have to work around the original issue
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
This also allow us to remove the ignoreExistingTargets option we had to workaround Bug 1673024.
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/acc496d59a30
[devtools] Use nsiWorkerDebugger#windowIds instead of window reference in DevToolsWorkerChild. r=ochameau.
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Backout by malexandru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f1e52c54a12e
Backed out changeset acc496d59a30 after backing out Bug 1657130 for being its blocker.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cccf4b41b4bc
[devtools] Use nsiWorkerDebugger#windowIds instead of window reference in DevToolsWorkerChild. r=ochameau.
Comment 7•4 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•