Open
Bug 528937
Opened 16 years ago
Updated 3 years ago
[HTML5] Sort out nsresult propagation in the HTML5 parser
Categories
(Core :: DOM: HTML Parser, defect, P4)
Core
DOM: HTML Parser
Tracking
()
NEW
People
(Reporter: hsivonen, Unassigned)
Details
* In nsHtml5TreeOperation, there's use of nsresult that nsHtml5TreeOpExecutor drops on the floor.
* There are cases where nsresult from other components isn't checked.
Need to clean this up so that first it's decided if it's useful to propagate nsresult. Then all useless propagation should be removed and remaining incoming nsresults only asserted on.
Reporter | ||
Updated•16 years ago
|
Priority: -- → P3
Reporter | ||
Updated•15 years ago
|
Priority: P3 → P4
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•