Open
Bug 551942
Opened 15 years ago
Updated 2 years ago
[HTML5] Document.write argument shouldn't be copied unless the parser blocks
Categories
(Core :: DOM: HTML Parser, defect, P4)
Core
DOM: HTML Parser
Tracking
()
NEW
People
(Reporter: hsivonen, Unassigned)
Details
Spun off from bug 551344:
nsHtml5Parser::Parse (document.write variant) shouldn't copy the UTF-16 buffer of the argument string unless the parser blocks. Initially, it should use a dependent nsHtml5UTF16Buffer that just wraps the buffer of the argument string.
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•