Open
Bug 491319
Opened 16 years ago
Updated 3 years ago
[HTML5] DeCOMtaminate HTML5 parser
Categories
(Core :: DOM: HTML Parser, enhancement, P5)
Tracking
()
NEW
People
(Reporter: hsivonen, Unassigned)
References
(Blocks 1 open bug)
Details
Since the HTML5 parser doesn't really use the old parser/sink abstraction, there are methods that are pointlessly declared virtual on an interface. Those might as well be non-virtual privates.
Comment 1•16 years ago
|
||
Question, which files are the HTML5 parser?
Reporter | ||
Comment 2•16 years ago
|
||
Files under parser/html/
Comment 3•16 years ago
|
||
Thank you Henri, I wasn't quite sure and didn't want to start editing the wrong files.
Reporter | ||
Comment 4•16 years ago
|
||
Thanks, but please note that there are quite a few major patches to those files in the pipeline (bug 482918 and dependencies), so major bitrot is to be expected if you are editing those files now. :-(
Reporter | ||
Updated•16 years ago
|
Priority: -- → P5
Comment 5•12 years ago
|
||
Bug 482918 is fixed now.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•