Remove remaining usage of non-quad gradients
Categories
(Core :: Graphics: WebRender, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
References
(Blocks 1 open bug)
Details
(Keywords: perf-alert)
Attachments
(5 files, 1 obsolete file)
| Assignee | ||
Comment 1•5 months ago
|
||
| Assignee | ||
Comment 2•5 months ago
|
||
| Assignee | ||
Comment 3•5 months ago
|
||
| Assignee | ||
Comment 4•5 months ago
|
||
Quad linear gradients (cached and non-cached) are handled by the regular LinearGradient primitive.
Comment 7•5 months ago
|
||
Backed out for causing wrench build bustages
Backout Link
Push with failures
Failure Log
Failure line REFTEST TEST-UNEXPECTED-FAIL | reftests\gradient\linear-hard-stop-repeat-large.yaml == reftests\gradient\linear-hard-stop-repeat-large-ref.yaml | image comparison, max difference: 1, number of differing pixels: 8200 | 8200 num_differences > 0 and <= 255 (allowed 0);
| Assignee | ||
Comment 8•5 months ago
|
||
| Assignee | ||
Updated•5 months ago
|
Comment 10•5 months ago
|
||
Comment 11•5 months ago
|
||
Backed out for causing wr failures at iframe-and-main-frame-transition-old-main-new-iframe.html
Backout link
Push with failures
Failure log(s)
| Assignee | ||
Updated•5 months ago
|
Comment 12•5 months ago
|
||
Comment 13•5 months ago
|
||
Backed out for causing wpt-meta failures at list-box-important-colors.html.ini
Backout link
Push with failures
Failure log(s)
Comment 14•5 months ago
|
||
Comment 15•5 months ago
|
||
Comment 16•5 months ago
|
||
Reverted this because it was causing mochitests failures in browser_bug295977_autoscroll_overflow.js.
- Revert link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | toolkit/content/tests/browser/browser_bug295977_autoscroll_overflow.js | Failed: e should have scrolled vertically
Comment 17•5 months ago
|
||
Comment 18•5 months ago
|
||
| Assignee | ||
Updated•5 months ago
|
Comment 19•5 months ago
|
||
Comment 20•5 months ago
|
||
Backed out for causing browser chrome failures at browser_bug295977_autoscroll_overflow.js
Backout Link
Push with failures
Failure Log
Failure line TEST-UNEXPECTED-FAIL | toolkit/content/tests/browser/browser_bug295977_autoscroll_overflow.js | Failed: e should have scrolled vertically
| Assignee | ||
Comment 21•5 months ago
|
||
Updated•5 months ago
|
| Assignee | ||
Updated•5 months ago
|
Comment 22•5 months ago
|
||
Comment 23•5 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3a0b1199c663
https://hg.mozilla.org/mozilla-central/rev/2fba0d11c3f5
https://hg.mozilla.org/mozilla-central/rev/3a6e56ff9509
https://hg.mozilla.org/mozilla-central/rev/e96ee4a2ff9e
https://hg.mozilla.org/mozilla-central/rev/420c5f80a6ca
Updated•5 months ago
|
Comment 24•4 months ago
|
||
(In reply to Pulsebot from comment #22)
Pushed by nsilva@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/fcebfd8d1b37
https://hg.mozilla.org/integration/autoland/rev/3a0b1199c663
Fix some repeated patterns incorrectly treated as opaque. r=gw
https://github.com/mozilla-firefox/firefox/commit/2d752a07832b
https://hg.mozilla.org/integration/autoland/rev/2fba0d11c3f5
Avoid referring to clips across iframes in a wrench test. r=gw
https://github.com/mozilla-firefox/firefox/commit/60578c17f272
https://hg.mozilla.org/integration/autoland/rev/3a6e56ff9509
Make the repetition iterator more NaN-proof. r=gfx-reviewers,lsalzman
https://github.com/mozilla-firefox/firefox/commit/800110818105
https://hg.mozilla.org/integration/autoland/rev/e96ee4a2ff9e
Disable the remaining use of non-quad linear gradients. r=gw
https://github.com/mozilla-firefox/firefox/commit/ea4167d4c780
https://hg.mozilla.org/integration/autoland/rev/420c5f80a6ca
Skip browser_bug295977_autoscroll_overflow.js on windows opt msix.
r=intermittent-reviewers,ahal
Perfherder has detected a browsertime performance change from push 420c5f80a6ca3d16482b7be85a2457608ef4ebf3.
No action is required from the author; this comment is provided for informational purposes only.
| Improvement | Test | Platform | Options | Absolute values [old vs new] | Performance Profiles |
|---|---|---|---|---|---|
| 35% | yahoo-mail FirstVisualChange (doc) | macosx1470-64-shippable | cold fission webrender | 283.44 ms -> 183.60 ms | Before/After |
| 31% | yahoo-mail SpeedIndex (doc) | macosx1470-64-shippable | cold fission webrender | 313.33 ms -> 216.98 ms | Before/After |
| 28% | yahoo-mail ContentfulSpeedIndex (doc) | macosx1470-64-shippable | cold fission webrender | 299.01 ms -> 215.85 ms | Before/After |
| 20% | tumblr FirstVisualChange (doc) | macosx1470-64-shippable | cold fission webrender | 460.39 ms -> 369.39 ms | Before/After |
| 17% | bing-search ContentfulSpeedIndex (doc) | macosx1470-64-shippable | bytecode-cached cold fission webrender | 442.11 ms -> 365.07 ms | Before/After |
| 15% | bing-search ContentfulSpeedIndex (doc) | macosx1470-64-shippable | cold fission webrender | 421.28 ms -> 359.79 ms | Before/After |
Need Help or Information?
If you have any questions, please reach out to bacasandrei@mozilla.com. Alternatively, you can find help on Slack by joining #perf-help, and on Matrix you can find help by joining #perftest.
Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.
Updated•4 months ago
|
Description
•