Closed
Bug 1321771
Opened 9 years ago
Closed 9 years ago
Remove JSAutoByteString in Intl.cpp where possible
Categories
(Core :: JavaScript: Internationalization API, defect)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
Details
Attachments
(1 file, 1 obsolete file)
|
7.34 KB,
patch
|
anba
:
review+
|
Details | Diff | Splinter Review |
See bug 1320706 for context. And this will also avoid an additional pod_malloc.
Comment 1•9 years ago
|
||
Some Intl code are touched by bug 1319740 patch.
will finish review shortly.
See Also: → 1319740
| Assignee | ||
Comment 2•9 years ago
|
||
Yes, I've read Waldo is/was going to change intl_ComputeDisplayNames [1], so my plan was to ignore that method for now. But thanks for the heads up! :-)
[1] http://logs.glob.uno/?c=mozilla%23jsapi&s=1+Dec+2016&e=1+Dec+2016#c813155
| Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8816427 -
Flags: review?(arai.unmht)
Comment 4•9 years ago
|
||
Comment on attachment 8816427 [details] [diff] [review]
bug1321771.patch
Review of attachment 8816427 [details] [diff] [review]:
-----------------------------------------------------------------
nice :)
Attachment #8816427 -
Flags: review?(arai.unmht) → review+
| Assignee | ||
Comment 5•9 years ago
|
||
Updated patch to place #include at correct position. Carrying r+ from Arai.
Attachment #8816427 -
Attachment is obsolete: true
Attachment #8816710 -
Flags: review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c7beb88235a1
Replace uses of JSAutoByteString in comparisons with js::StringEqualsAscii. r=arai
Keywords: checkin-needed
Comment 7•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•