Closed
Bug 5404
Opened 25 years ago
Closed 25 years ago
Paser ignores Unicode conversion error
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: sfraser_bugs, Assigned: ftang)
Details
(Whiteboard: 6/21 Waiting for response from reporter for verification)
I'm currently in a state where apprunner comes up with a blank window. One
of the problems I suspect to be unicode conversion related. In
nsScanner::Append(), the call to mUnicodeDecoder->Convert() is
failing (the Latin1 converter failes to make an instance of teh unicode
decode helper), but the returned error is ignored; nsScanner::Append
just returns PR_TRUE.
Frank, I think you should own this problem because it's related to your unicode
converters. If you need me to handle it, please come see me.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•25 years ago
|
||
sfraser said this is happened after he remove uconv.dll by mistake so this is
not a stoper. We should make sure it return erro correctly though....
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
fixed and check in.
Updated•25 years ago
|
Whiteboard: 6/21 Waiting for response from reporter for verification
Comment 4•25 years ago
|
||
sfraser, I don't see any reference to how to test this. Apprunner does not come
up with a blank page, is that verification?
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•25 years ago
|
||
This is fixed, looking at the source.
You need to log in
before you can comment on or make changes to this bug.
Description
•