Make remaining postMessage tests Fission-compatible
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Assignee | ||
Comment 1•6 years ago
|
||
This test currently relies on the assumption that cross-origin postMessage
operations complete in one spin of the event loop, which is not a valid
assumption under Fission. This patch updates it to perform a second
postMessage round-trip after sending the test message to ensure that the first
round trip has had time to complete.
Assignee | ||
Comment 2•6 years ago
|
||
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aa6d07508d28
https://hg.mozilla.org/mozilla-central/rev/656958c4362d
Comment 5•6 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
Description
•