Closed
Bug 721313
Opened 13 years ago
Closed 13 years ago
Don't run normal end-of-parse code when parsing full doc from a string
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: hsivonen, Assigned: hsivonen)
References
Details
Attachments
(1 file)
1.87 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
When parsing a full doc from a string, nsHtml5TreeOpExecutor unblocks onload an extra time and causes an assertion. Layout start and scroll to ref code unnecessary, too.
Assignee | ||
Comment 1•13 years ago
|
||
We didn't have enough DOMParser reftest/crashtest coverage to catch the assertion earlier.
Updated•13 years ago
|
Attachment #591715 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Thanks for the r+.
https://hg.mozilla.org/integration/mozilla-inbound/rev/39b235bc0ac4
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•