Closed
Bug 1237462
Opened 10 years ago
Closed 10 years ago
Enable test_mutationobservers.html with e10s
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla46
People
(Reporter: mccr8, Assigned: smaug)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.33 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
dom/base/test/test_mutationobservers.html is disabled with e10s because it uses showModalDialog, but it really only uses it for one subtest. That test could be moved into a separate test, or maybe test_mutationobservers.html could just be enabled for e10s. It seems to handle the case where showModalDialog by catching an exception.
| Assignee | ||
Comment 1•10 years ago
|
||
showModalDialog either must be implemented in e10s or hidden from window interface.
And then the test could just check if showModalDialog is available and if not, continue to the next subtest.
try-catch around showModalDialog might be indeed enough.
| Assignee | ||
Comment 2•10 years ago
|
||
Seems to work locally
https://treeherder.mozilla.org/#/jobs?repo=try&revision=74e38aad93f5
Assignee: nobody → bugs
Attachment #8704884 -
Flags: review?(continuation)
| Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8704884 [details] [diff] [review]
patch
Review of attachment 8704884 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks.
Attachment #8704884 -
Flags: review?(continuation) → review+
Updated•10 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Comment 5•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•