Closed
Bug 1492008
Opened 4 years ago
Closed 4 years ago
Remove --theme-*-image variables
Categories
(DevTools :: General, enhancement, P2)
DevTools
General
Tracking
(firefox66 fixed)
RESOLVED
FIXED
Firefox 66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: ntim, Assigned: fvsch)
References
Details
Attachments
(1 file)
Those were originally introduced as we supported the Firebug theme which had different images than the default themes. They're not really useful anymore, and I suspect removing them could actually lead to perf improvements. Variables on :root cause unnecessary whole document restyles when changed, see bug 1435122.
Updated•4 years ago
|
Severity: normal → enhancement
Priority: -- → P2
Assignee | ||
Comment 1•4 years ago
|
||
I started working on this a bit, and removing the few image variables in variables.css is easy enough. There are a lot of images defined in other stylesheets, a few can be removed but I probably won't do a complete pass.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → florens
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by ntim.bugs@gmail.com: https://hg.mozilla.org/integration/autoland/rev/d43466f74cb3 Remove devtools --theme-*-image CSS variables; r=ntim
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d43466f74cb3
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
You need to log in
before you can comment on or make changes to this bug.
Description
•