Closed
Bug 806971
Opened 12 years ago
Closed 12 years ago
avoid passing a "null" charset to GetUnicodeDecoder
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: froydnj, Unassigned)
Details
Attachments
(1 file)
1.02 KB,
patch
|
hsivonen
:
review+
|
Details | Diff | Splinter Review |
mochitest logs have various numbers of lines like the following:
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004003: file ../../../../intl/uconv/src/nsCharsetConverterManager.cpp, line 301
That's NS_ERROR_NULL_POINTER for those playing along at home.
This is annoying and bloats the logs. It's also easily fixed.
![]() |
Reporter | |
Comment 1•12 years ago
|
||
Easy fix. Might even make things slightly faster.
Attachment #676616 -
Flags: review?(bugs)
Updated•12 years ago
|
Attachment #676616 -
Flags: review?(bugs) → review?(hsivonen)
Updated•12 years ago
|
Attachment #676616 -
Flags: review?(hsivonen) → review+
Comment 2•12 years ago
|
||
Seems like a useless warning, though.
![]() |
Reporter | |
Comment 3•12 years ago
|
||
(In reply to Henri Sivonen (:hsivonen) from comment #2)
> Seems like a useless warning, though.
Yeah...
https://hg.mozilla.org/integration/mozilla-inbound/rev/6e2b4b8e759d
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•