Closed
Bug 1231695
Opened 10 years ago
Closed 10 years ago
Make browser_bug593387.js pass in e10s
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: mrbkap, Assigned: mrbkap)
Details
Attachments
(1 file)
4.20 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
This test uses browser.contentWindow on a remote browser. It's very straightforward.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8697295 -
Flags: review?(continuation)
Comment 2•10 years ago
|
||
Comment on attachment 8697295 [details] [diff] [review]
Don't use contentWindow on remote browsers
Review of attachment 8697295 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/base/test/browser_bug593387.js
@@ -27,4 @@
> var frame = newBrowser.contentDocument.createElement("iframe");
> frame.src = "http://mochi.test:8888/tests/dom/base/test/file_x-frame-options_page.sjs?testid=deny&xfo=deny";
> - frame.addEventListener("load", function() {
> - frame.removeEventListener("load", arguments.callee, true);
eww
Attachment #8697295 -
Flags: review?(continuation) → review+
Assignee | ||
Comment 3•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d9f0f6221e06ccea601772206c8f602e1255651c
Bug 1231695 - Don't use contentWindow on remote browsers. r=mccr8
Comment 4•10 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/9e1c3b1f311cfa17e98cb09b3e29b197a1b51f07
Bug 1231695 - Enable this test. r=mccr8
Comment 7•10 years ago
|
||
bugherder |
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•