Closed
Bug 1215781
Opened 10 years ago
Closed 10 years ago
Use MOZ_UTF16 to generate unicode tag names for sTagUnicodeTable in nsHTMLTags.cpp
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(1 file)
|
12.48 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
We have C++11 compiler, so we can use MOZ_UTF16 to solve [1].
[1] https://dxr.mozilla.org/mozilla-central/source/parser/htmlparser/nsHTMLTags.cpp?from=nsHTMLTags.cpp#17-19
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8675228 -
Flags: review?(mrbkap)
Comment 2•10 years ago
|
||
Comment on attachment 8675228 [details] [diff] [review]
Use MOZ_UTF16 to generate sTagUnicodeTable. (v1)
Review of attachment 8675228 [details] [diff] [review]:
-----------------------------------------------------------------
Wow, that is *so much* nicer to look at. Thanks!
Attachment #8675228 -
Flags: review?(mrbkap) → review+
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Comment 6•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•