Closed
Bug 1623992
Opened 5 years ago
Closed 5 years ago
Rewrite callers from chrome://global/skin/ to chrome://global/skin/global.css
Categories
(Core :: XUL, task, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
This is in support of removing chrome redirects (bug 1601122).
Assignee | ||
Comment 1•5 years ago
|
||
This was generated with
cp .gitignore .rgignore
rg -l -g '*.{html,xhtml}' 'href="chrome://global/skin/"' | xargs sed -i "" 's/href\="chrome:\/\/global\/skin\/"/href\="chrome:\/\/global\/skin\/global.css"/g'
Updated•5 years ago
|
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
This was generated with
cp .gitignore .rgignore
rg -l -g '*.{css}' '"chrome://global/skin/"' | xargs sed -i "" 's/"chrome:\/\/global\/skin\/"/"chrome:\/\/global\/skin\/global.css"/g'
Depends on D67687
Pushed by dtownsend@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d3dbafdc9b00
Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky
https://hg.mozilla.org/integration/autoland/rev/4dbeda6e306a
Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in imported stylesheets r=mossop
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d3dbafdc9b00
https://hg.mozilla.org/mozilla-central/rev/4dbeda6e306a
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•