Closed
Bug 24419
Opened 26 years ago
Closed 26 years ago
Bad js url fails to create valid document.
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: rickg, Assigned: rickg)
References
()
Details
If you try to load a url via js that turns out to be invalid, we need to
autogenerate a blank document. The code that used to do that is in the scanner,
which was the wrong place. We need to handle this in the DTD -- DidBuildModel().
Summary: Bad js url fails to create valid document. → CRASH: Bad js url fails to create valid document.
Summary: CRASH: Bad js url fails to create valid document. → Bad js url fails to create valid document.
Removing the Crash comment since it's not crashing for me. Nonetheless, the bug
is fixed in my tree now, and a valid (blank) document is constructed.
To the degree I can do anything about this (only a few cases) it's fixed. The
remaining issues are in necko (I think), and they have bugs for them.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•