load event not raise for nested iframes without src
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
People
(Reporter: miherlosev, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
570 bytes,
text/html
|
Details |
Comment 1•9 years ago
|
||
Updated•9 years ago
|
![]() |
||
Comment 2•9 years ago
|
||
![]() |
||
Comment 4•9 years ago
|
||
Attaching testcase from comment 0 to make it easier to run.
This looks like it works as expected now. Since this not my wheelhouse, :neha, would you know who would be suitable to confirm this is fixed (and add a automated test if needed)?
Comment 7•4 years ago
|
||
Kris, can you confirm this and add a test, if we don't already have one?
Comment 8•4 years ago
|
||
The attached test case shows that this is now working but we should find out why this is now working. Did we accidentally break something else?
Comment 9•4 years ago
|
||
I bisected the fix for this:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=b3158d143d833ec52c938e5235c1f86409fb764b&tochange=df860e79a6a3cc41712cfd86ffbd18cf84fce626
Probably: Bug 1497126 - Firefox fails to load nested equal iframes
Comment 10•4 years ago
|
||
This isn't fixed, strictly speaking. It just works when there's one level of nesting now. If someone tries to create two levels of nested about:blank iframes, it will still fail.
I think we probably need to update the recursion check to ignore either about:blank or an empty src attribute, since those will always start out empty, and can't lead to static infinite recursion.
Comment 11•4 years ago
|
||
Assigning to kmag to get back to, after the current Fission work is done.
Comment 12•3 years ago
|
||
AFAICT, this already works without fixing bug 543435. Am I missing something?
Updated•3 years ago
|
Comment 13•1 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Description
•