Closed
Bug 1590540
Opened 5 years ago
Closed 5 years ago
Fix BrowserTestUtils.contentPainted with Fission
Categories
(Core :: DOM: Content Processes, task, P2)
Core
DOM: Content Processes
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: u608768, Assigned: u608768)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This can probably be rewritten to use BrowserTestUtils.waitForContentEvent, which is being made Fission-compatible in bug 1588193.
This helper only has 2 callers, probably makes more sense to just change them to use BrowserTestUtils.waitForContentEvent
directly.
This helper only has 2 callers. Just use BrowserTestUtils.waitForContentEvent
directly.
Depends on D51441
Updated•5 years ago
|
Attachment #9106980 -
Attachment description: Bug 1590540 - Remove BrowserTestUtils.contentPainted, r=mccr8 → Bug 1590540 - Remove BrowserTestUtils.contentPainted, r=mconley
Pushed by kmadan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c42cbc6d222
Remove BrowserTestUtils.contentPainted, r=mconley
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Comment 5•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
•