Closed
Bug 755320
Opened 13 years ago
Closed 13 years ago
having remote="true" in iframe breaks page loading
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: smaug, Assigned: justin.lebar+bug)
References
()
Details
Attachments
(1 file)
2.85 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Updated•13 years ago
|
Summary: having remote="true" in iframe break page loading → having remote="true" in iframe breaks page loading
Assignee | ||
Comment 1•13 years ago
|
||
Indeed, there's no check in nsFrameLoader::ShouldUseRemoteProcess that the element is XUL...
Assignee | ||
Comment 2•13 years ago
|
||
I'm touching this code in bug 755001; I can fix it there.
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #624069 -
Flags: review?(bugs)
Reporter | ||
Updated•13 years ago
|
Attachment #624069 -
Flags: review?(bugs) → review+
Comment 4•13 years ago
|
||
Sorry had to back the push out for failures in test_browserFrame7.html:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=f177646e2aa2
{
3390 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/browser-frame/test_browserFrame7.html | top [object Window] != [object Window]
3391 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/browser-frame/test_browserFrame7.html | parent [object Window] != [object Window]
3392 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/browser-frame/test_browserFrame7.html | frameElement [object HTMLIFrameElement] != null
3393 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/browser-frame/test_browserFrame7.html | inner top [object Window] != [object Window]
}
https://hg.mozilla.org/integration/mozilla-inbound/rev/d124a9678e93
Assignee | ||
Comment 5•13 years ago
|
||
This is ready to go once the tree re-opens:
https://tbpl.mozilla.org/?tree=Try&rev=ce96987a69b9
https://tbpl.mozilla.org/?tree=Try&rev=44e6c42cfc09
Comment 6•13 years ago
|
||
Please follow the tree rules when landing on inbound (posting a changeset link, setting target milestone, etc.)
https://hg.mozilla.org/integration/mozilla-inbound/rev/503896a5e4e0
https://hg.mozilla.org/mozilla-central/rev/503896a5e4e0
Assignee: nobody → justin.lebar+bug
Flags: in-testsuite+
Target Milestone: --- → mozilla15
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•