Make the arrow panel code more generic
Categories
(Toolkit :: Themes, defect, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Keywords: perf-alert, Whiteboard: [proton-cleanup])
Attachments
(1 file)
Share the concept of a panel content with all other menupopups / panels. This shouldn't change behavior but makes bug 1708136 a matter of tweaking a couple CSS rules and fixing up test failures.
| Assignee | ||
Comment 1•5 years ago
|
||
Share the concept of a panel content with all other menupopups / panels.
This avoids importing global.css in the shadow tree, and renames the
arrowcontent part to just "content", since we want to introduce a
"content" part for other panels.
This shouldn't change behavior but makes bug 1708136 a matter of
tweaking a couple CSS rules and fixing up test failures.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 3•5 years ago
|
||
| bugherder | ||
Comment 4•5 years ago
|
||
Backed out for causing multiple regressions.
Updated•5 years ago
|
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
| bugherder | ||
Comment 8•5 years ago
|
||
Backed out of beta after today's merge so the regressions can be addressed for 91.
Backed out 1 changesets (bug 1708735) for multiple regressions
https://hg.mozilla.org/releases/mozilla-beta/rev/423fdcd1498c7386d03325fdff703639f76b1b4a
| Assignee | ||
Comment 9•5 years ago
|
||
(In reply to Julien Cristau [:jcristau] from comment #8)
Backed out of beta after today's merge so the regressions can be addressed for 91.
Backed out 1 changesets (bug 1708735) for multiple regressions
https://hg.mozilla.org/releases/mozilla-beta/rev/423fdcd1498c7386d03325fdff703639f76b1b4a
Thanks, this was definitely the right call. I thought we were no longer in the soft freeze, my bad.
Comment 10•5 years ago
|
||
(In reply to Pulsebot from comment #2)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/229e905d571e
Make the arrowpanel code more generic. r=dao,zombie
== Change summary for alert #30252 (as of Sun, 30 May 2021 14:41:04 GMT) ==
Improvements:
| Ratio | Suite | Test | Platform | Options | Absolute values (old vs new) |
|---|---|---|---|---|---|
| 3% | tresize (docs) | macosx1015-64-shippable-qr | e10s stylo webrender | 7.06 -> 6.84 | |
| 2% | tresize (docs) | macosx1015-64-shippable | e10s stylo | 8.95 -> 8.77 |
For up to date results, see: https://treeherder.mozilla.org/perfherder/alerts?id=30252
Updated•5 years ago
|
Updated•5 years ago
|
Description
•