Closed
Bug 564757
Opened 15 years ago
Closed 14 years ago
nsCharsetAlias2::Equals should use case-sensitive equality comparison
Categories
(Core :: Internationalization, enhancement)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Assigned: smontagu)
Details
(Keywords: perf)
Attachments
(1 file)
634 bytes,
patch
|
emk
:
review+
|
Details | Diff | Splinter Review |
nsCharsetAlias2::Equals compares the return values of two GetPreferred calls. Since GetPreferred returns the canonical name, it should be enough to do a code point for code point compare for the sake of performance.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #523316 -
Flags: review?(VYV03354)
Updated•14 years ago
|
Attachment #523316 -
Flags: review?(VYV03354) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Whiteboard: [fixed-in-cedar]
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-cedar]
You need to log in
before you can comment on or make changes to this bug.
Description
•