Closed
Bug 1242775
Opened 9 years ago
Closed 9 years ago
[e10s] Fix test_bug803225.html to work with e10s
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: mccr8, Assigned: mrbkap)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
Once bug 1237726 is fixed, the remaining mixedcontentblocker mochitest that does not run with e10s is test_bug803225.html. The part of the test that does not work is in file_main_bug803225.html under "Test 7: mailto protocol". I think what the test is doing is starting up a link with the mailto: protocol, and checking whether or not it is actually loaded. The way this is being done does not work in a content process.
Updated•9 years ago
|
tracking-e10s:
--- → +
Reporter | ||
Comment 1•9 years ago
|
||
Blake, would you mind taking a look at this? I saw that you've done some work with e10s protocol handler stuff before. Thanks.
Flags: needinfo?(mrbkap)
Assignee | ||
Comment 2•9 years ago
|
||
I should have a fix for this tomorrow.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mrbkap
Flags: needinfo?(mrbkap)
Reporter | ||
Comment 3•9 years ago
|
||
Thanks, Blake!
Assignee | ||
Comment 4•9 years ago
|
||
The web handler app code has to run in the parent process. It opens a new window or tab which then loads in the child (in e10s) and fires the proper observer service obervers.
Attachment #8729219 -
Flags: review?(continuation)
Assignee | ||
Comment 5•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Attachment #8729219 -
Flags: review?(continuation) → review+
Comment 7•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•