Closed
Bug 1731080
Opened 4 years ago
Closed 4 years ago
Unify String.cpp in SpiderMonkey
Categories
(Core :: Internationalization, task)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
94 Branch
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
Details
Attachments
(6 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
The default constructor was deleted because all methods are static.
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D125838
| Assignee | ||
Comment 3•4 years ago
|
||
Depends on D125839
| Assignee | ||
Comment 4•4 years ago
|
||
Depends on D125840
| Assignee | ||
Comment 5•4 years ago
|
||
Depends on D125841
| Assignee | ||
Comment 6•4 years ago
|
||
Depends on D125842
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5677632c5cc6
Part 1: Add a String class to the unified Intl API. r=platform-i18n-reviewers,gregtatum
https://hg.mozilla.org/integration/autoland/rev/325f70463ae6
Part 2: Call String::ToLocale{Upper,Lower}Case() in SpiderMonkey. r=platform-i18n-reviewers,gregtatum
https://hg.mozilla.org/integration/autoland/rev/27c05511609e
Part 3: Add methods to test if a code point has the properties "Cased" or "Case_Ignorable". r=platform-i18n-reviewers,gregtatum
https://hg.mozilla.org/integration/autoland/rev/db84df5c7c9e
Part 4: Replace u_hasBinaryProperty calls with mozilla::intl::String. r=platform-i18n-reviewers,gregtatum
https://hg.mozilla.org/integration/autoland/rev/d7cd2b28c2a3
Part 5: Add string normalization methods to intl::String. r=platform-i18n-reviewers,gregtatum
https://hg.mozilla.org/integration/autoland/rev/ddc9c3bd501e
Part 6: Call mozilla::intl::String::Normalize() in SpiderMonkey. r=platform-i18n-reviewers,gregtatum
Comment 8•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5677632c5cc6
https://hg.mozilla.org/mozilla-central/rev/325f70463ae6
https://hg.mozilla.org/mozilla-central/rev/27c05511609e
https://hg.mozilla.org/mozilla-central/rev/db84df5c7c9e
https://hg.mozilla.org/mozilla-central/rev/d7cd2b28c2a3
https://hg.mozilla.org/mozilla-central/rev/ddc9c3bd501e
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•