Open
Bug 712229
Opened 14 years ago
Updated 3 years ago
Refactor viewSourceUtils.js to separate parser-based and nsIWebBrowserPersist-based code paths
Categories
(Toolkit :: View Source, enhancement)
Toolkit
View Source
Tracking
()
NEW
People
(Reporter: hsivonen, Unassigned)
Details
Currently, viewSourceUtils.js uses the same progress listener for both the case where the data comes from the HTML parser and the case where the data comes from nsIWebBrowserPersist. This is confusing and the code should be refactored.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•