Closed
Bug 803355
Opened 13 years ago
Closed 5 years ago
"ASSERTION: charset name must be canonical" with View Source
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression)
Attachments
(1 file)
|
8.73 KB,
text/plain
|
Details |
1. Load an empty, local HTML file.
2. View Source.
###!!! ASSERTION: charset name must be canonical: 'canonicalName.Equals(aCharSetID)', file content/base/src/nsDocument.cpp, line 3094
"ISO-8859-1" vs "iso-8859-1" (?)
Maybe a regression from bug 799917?
Comment 2•13 years ago
|
||
Lowercased charset names can sneak in via markupDocumentViewer.defaultCharacterSet.
Comment 3•13 years ago
|
||
This also affects media documents.
Comment 4•8 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
This bit of code is gone as part of migration to mozilla::Encoding.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•