Closed
Bug 1590896
Opened 5 years ago
Closed 5 years ago
Switch SearchService from using nsICollation to use localeCompare
Categories
(Firefox :: Search, task, P2)
Firefox
Search
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Currently we're using nsICollation
to do a locale-sensitive string comparison:
We should switch this to localeCompare
with the {sensitivity: 'base'}
option. They do basically the same thing, but using localeCompare
is better from JS.
This will also unblock making nsICollation
non-scriptable (a separate bug).
Assignee | ||
Updated•5 years ago
|
Summary: Swith SearchService from using nsICollation to use localeCompare → Switch SearchService from using nsICollation to use localeCompare
Assignee | ||
Comment 1•5 years ago
|
||
I need this series of bugs for modernisation, taking.
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Iteration: --- → 74.2 - Jan 20 - Feb 09
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/94c8f28a15e8
Switch SearchService from using nsICollation to use localeCompare. r=daleharvey
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
Assignee | ||
Updated•5 years ago
|
Iteration: 74.2 - Jan 20 - Feb 09 → 75.2 - Feb 24 - Mar 8
You need to log in
before you can comment on or make changes to this bug.
Description
•