Remove preprocessor use of app menu warning color definitions
Categories
(Firefox :: Toolbars and Customization, task, P3)
Tracking
()
People
(Reporter: Gijs, Assigned: sfoster)
References
Details
(Whiteboard: [fidefe-2022-mr1-css-linting])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1747432 +++
This bug covers browser/themes/shared/customizableui/panelUI.inc.css and the various @appmenuWarning*@
variables.
These could just use a CSS variable, I believe.
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
I've not yet figured out how to verify these changes. Gijs, Do you know where/when the element with the class.fxa-menu-header
gets defined?
The tricks I've used previously to fake a bad FxA aren't getting me anything here.
Reporter | ||
Comment 3•3 years ago
|
||
(In reply to Sam Foster [:sfoster] (he/him) from comment #2)
I've not yet figured out how to verify these changes. Gijs, Do you know where/when the element with the class
.fxa-menu-header
gets defined?
The tricks I've used previously to fake a bad FxA aren't getting me anything here.
So I looked at blame for the CSS bits, which points to bug 1586075 amongst others. That was in esr78, so I looked for the class in that, which turns up:
Looking for the same node now, it's in the viewcache file, which got moved out there by the work to help the pine branch. Looking at its previous location, in browser.xhtml: https://hg.mozilla.org/mozilla-central/file/de40c72ddc80133fd7a98fb92293dc8aec7cc9c2/browser/base/content/browser.xhtml and following the log from there: https://hg.mozilla.org/mozilla-central/log/de40c72ddc80133fd7a98fb92293dc8aec7cc9c2/browser/base/content/browser.xhtml?patch=&linerange=1505:1509 turns up bug 1690131, which removed that class. I don't see any discussion there, so I assume this can all just go away? Sorry for not realizing that before!
Updated•3 years ago
|
Comment 5•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Description
•