Closed
Bug 1592614
Opened 5 years ago
Closed 5 years ago
Make browser_content_url_annotation.js Fission-compatible
Categories
(Toolkit :: Crash Reporting, task)
Toolkit
Crash Reporting
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: u608768, Assigned: u608768)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This test doesn't currently work with Fission enabled. It attempts to listen for a RedirectDone
event using a listener added to the global scope [1], but never sees these events.
This can be rewritten to use BrowserTestUtils.addContentEventListener, which was made Fission-compatible in bug 1586393.
Pushed by kmadan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a05560d1ff43
Make browser_content_url_annotation.js Fission-compatible, r=mccr8
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Comment 4•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
You need to log in
before you can comment on or make changes to this bug.
Description
•