Closed
Bug 516186
Opened 16 years ago
Closed 16 years ago
[HTML5] "ASSERTION: charset name must be canonical"
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: hsivonen)
References
()
Details
(Keywords: assertion)
Attachments
(2 files)
6.65 KB,
text/plain
|
Details | |
9.00 KB,
patch
|
mozilla+ben
:
review+
|
Details | Diff | Splinter Review |
Loading http://www.internet4classrooms.com/kplus_alpha.htm (with html5.enabled true) triggers:
###!!! ASSERTION: charset name must be canonical: 'canonicalName.Equals(aCharSetID)', file /Users/jruderman/central/content/base/src/nsDocument.cpp, line 2819
canonicalName is "UTF-8" and aCharSetID is "utf-8".
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → hsivonen
Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•16 years ago
|
||
Assignee | ||
Updated•16 years ago
|
Attachment #407271 -
Flags: review?(bnewman)
Updated•16 years ago
|
Attachment #407271 -
Flags: review?(bnewman) → review+
Comment 2•16 years ago
|
||
Comment on attachment 407271 [details] [diff] [review]
Fix
Looks good to me.
Assignee | ||
Comment 3•16 years ago
|
||
Thank you for the review.
Landed as http://hg.mozilla.org/mozilla-central/rev/e0c5d4d89dcf
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•