Closed
Bug 1588326
Opened 5 years ago
Closed 5 years ago
Make test_subresources_prompts.html test pass with Fission enabled
Categories
(Toolkit Graveyard :: Notifications and Alerts, task)
Toolkit Graveyard
Notifications and Alerts
Tracking
(Fission Milestone:M4, firefox72 fixed)
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This test appears to be failing because we've got script reaching into an oop-iframe trying to manipulate elements within its document to cause prompting.
We can fix this by using SpecialPowers.spawn.
Note that this depends on a change to the checkEchoedAuthInfo
helper function in toolkit/components/prompts/test/prompt_common.js from one of the patches in bug 1567175.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/19e553c4451a
Update test_subresources_prompts.html test to use SpecialPowers.spawn and re-enable for Fission. r=NeilDeakin
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → 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
Updated•1 year ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•