Open
Bug 562699
Opened 15 years ago
Updated 1 years ago
nsIdentifierMapEntry::AddNameElement can stop doing indexof calls once HTML5 parser lands
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
We only need the indexof due to content flushing, according to comments, and that's going away with the HTML5 parser.
We still need to migrate the XML side to use nsHtml5TreeOpExecutor first, right?
Depends on: 483780
Reporter | ||
Comment 2•15 years ago
|
||
Hrm. Yes, we do. :(
Comment 3•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•