Closed
Bug 161642
Opened 23 years ago
Closed 7 years ago
Loading JS with garbage chars in it will cause XML parse errors
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: bzbarsky, Assigned: rginda)
Details
Attachments
(2 files)
|
46.77 KB,
application/octet-stream
|
Details | |
|
743 bytes,
patch
|
Details | Diff | Splinter Review |
Loading the to-be-attached JS file in the "Source Code" vuew shows a pretty XML
parse error message due to the bogus chars around 1300 bytes into the file.
| Reporter | ||
Comment 1•23 years ago
|
||
Evil JS file in question (warning: 50k or so).
| Assignee | ||
Comment 2•23 years ago
|
||
Patch fixes problems with the previous control-character stripping regex. I've
also removed the String object creation. We used to need a real String object
to hold flags for the source line, but not anymore.
Updated•21 years ago
|
Product: Core → Other Applications
Comment 3•7 years ago
|
||
Component is obsolete so resolving bugs as INCOMPLETE
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•