Closed
Bug 1592309
Opened 5 years ago
Closed 5 years ago
xpcEnumerateContentWindows from docshell/test/navigation/NavigationUtils.js doesn't enumerate all toplevel windows when running with --enable-fission
Categories
(Core :: DOM: Navigation, defect, P2)
Core
DOM: Navigation
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: farre, Assigned: farre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Comment 1•5 years ago
|
||
We should get rid of xpcEnumerateContentWindows and use something non-docshell dependent.
Assignee: nobody → bugs
Priority: -- → P3
Comment 2•5 years ago
|
||
This is the part I've been looking in NavigationUtils.js
Assignee | ||
Comment 4•5 years ago
|
||
Instead of xpcEnumerateContentWindows use
SpecialPowers.getGroupTopLevelWindows.
Updated•5 years ago
|
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b562df92157a
Rewrite tests using xpcEnumerateContentWindows. r=kmag
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Comment 7•5 years ago
|
||
Retroactively moving fixed bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to an appropriate Fission Milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Fission Milestone: --- → M4.1
You need to log in
before you can comment on or make changes to this bug.
Description
•