Closed
Bug 1664102
Opened 4 years ago
Closed 4 years ago
"Assertion failure: aRequestedIndex >= -1 && aRequestedIndex < Length()" when navigating OOP <embed>
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
Fission Milestone | M6b |
People
(Reporter: heycam, Unassigned)
References
Details
Attachments
(2 files)
With
fission.autostart=true
fission.sessionHistoryInParent=true
fission.remoteObjectEmbed=true
I get this assertion failure when navigating an <embed> element backward:
Assertion failure: aRequestedIndex >= -1 && aRequestedIndex < Length(), at /z/moz/a/docshell/shistory/nsSHistory.cpp:799
STR:
- Serve the forthcoming attachments somewhere and fix up the <embed src> if you need to.
- Open embed.html.
- Click the "click" link in the <embed> (which is showing an SVG document).
- Right click on the <embed> and navigate backward.
Reporter | ||
Comment 1•4 years ago
|
||
Reporter | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Fission Milestone: --- → M6b
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 3•4 years ago
|
||
Andreas, please check and confirm if this is fixed by your about-to-land patches for bug 1662410.
Flags: needinfo?(afarre)
Comment 4•4 years ago
|
||
http://mozilla.pettay.fi/moztests/embed.html is hopefully testable.
Comment 5•4 years ago
|
||
And it doesn't assert, which makes sense given https://searchfox.org/mozilla-central/rev/b58ca45005fe02077c92779483d1b60e9a49687c/docshell/shistory/ChildSHistory.cpp#36
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Flags: needinfo?(afarre)
You need to log in
before you can comment on or make changes to this bug.
Description
•