Rename FillVectorWithICUCall to FillBufferWithICUCall
Categories
(Core :: Internationalization, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
(Keywords: perf-alert, Whiteboard: [i18n-unification] )
Attachments
(1 file)
Rename FillVectorWithICUCall to FillBufferWithICUCall to make it an overloading method of FillBufferWithICUCall with the buffer type is Mozilla::Vector,
So the caller could use Mozilla::Vector as the buffer, instead of creating some buffer adapter on its own, like nsTArrayU8Buffer
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Backed out for causing build bustages on Locale.cpp. CLOSED TREE
Backout link : https://hg.mozilla.org/integration/autoland/rev/c67cec98bf16173efd69cff2f12d1ffbb09c907f
Push with failures: https://treeherder.mozilla.org/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Crunnable&revision=517b566a350ab4b8ab77c1b1c34b28f3365e99fa&selectedTaskRun=MQRSUasRSLGGnr59D7ohlQ.0
Link to failure log : https://treeherder.mozilla.org/logviewer?job_id=354688439&repo=autoland&lineNumber=14681
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
Need to rebase on Bug 1719746.
https://hg.mozilla.org/integration/autoland/rev/4fa55bded471
Assignee | ||
Comment 5•4 years ago
|
||
Comment 7•4 years ago
|
||
bugherder |
Comment 8•4 years ago
|
||
Backout link: https://hg.mozilla.org/integration/autoland/rev/39312476e05fd29b0361d2be4b0bdc907d35c8e2
![]() |
||
Comment 9•4 years ago
|
||
This got backed out because bug 1719746 got backed out for causing crashes in debug builds.
Assignee | ||
Comment 10•4 years ago
|
||
My patch is just doing the renaming, and it doesn't depend on bug 1719746,
I'll update my patch and re-land it.
Assignee | ||
Comment 11•4 years ago
|
||
Comment 12•4 years ago
|
||
Comment 13•4 years ago
|
||
(In reply to Cristina Cozmuta (:CrissCozmuta) from comment #3)
Backed out for causing build bustages on Locale.cpp. CLOSED TREE
Backout link : https://hg.mozilla.org/integration/autoland/rev/c67cec98bf16173efd69cff2f12d1ffbb09c907f
Push with failures: https://treeherder.mozilla.org/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Crunnable&revision=517b566a350ab4b8ab77c1b1c34b28f3365e99fa&selectedTaskRun=MQRSUasRSLGGnr59D7ohlQ.0
Link to failure log : https://treeherder.mozilla.org/logviewer?job_id=354688439&repo=autoland&lineNumber=14681
== Change summary for alert #31893 (as of Fri, 15 Oct 2021 11:08:02 GMT) ==
Regressions:
Ratio | Test | Platform | Options | Absolute values (old vs new) |
---|---|---|---|---|
5% | displaylist_mutate | macosx1015-64-shippable-qr | e10s stylo webrender | 1,779.77 -> 1,874.44 |
4% | displaylist_mutate | macosx1015-64-shippable-qr | e10s stylo webrender-sw | 1,797.40 -> 1,875.55 |
4% | displaylist_mutate | macosx1015-64-shippable-qr | e10s stylo webrender-sw | 1,799.11 -> 1,876.42 |
For up to date results, see: https://treeherder.mozilla.org/perfherder/alerts?id=31893
Comment 14•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Description
•