Closed
Bug 1429723
Opened 7 years ago
Closed 7 years ago
Drop support for -moz-border-*-colors
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: dao, Assigned: emilio)
References
Details
(Keywords: dev-doc-complete)
Attachments
(3 files)
Bug 1417200 made -moz-border-*-colors chrome-only. We've now removed most uses from chrome stylesheets, so before long there will be no point in maintaining support for -moz-border-*-colors.
Assignee | ||
Comment 1•7 years ago
|
||
Happy to take it, just ni? me when all uses are gone :)
Comment 2•7 years ago
|
||
Reporter | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Given this is moving fast I just wrote a patch. Hopefully it doesn't bitrot :)
Assignee: nobody → emilio
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8942552 [details]
Bug 1429723: Remove -moz-border-*-colors.
https://reviewboard.mozilla.org/r/212800/#review218442
I can see that we may want to remove it as soon as possible... but I would prefer we wait until the beginning of 60.
Normally I'd want to wait until bug 1417200 reaches release, so that we at least can confirm this doesn't really cause issue badly. But 60 would become the next ESR, and maintaining the code removed here in an ESR may be an extra burden... So let's just wait until then, and we would have at least some more confidence from bug 1417200 being in beta.
Attachment #8942552 -
Flags: review?(xidorn+moz)
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8942553 [details]
Bug 1429723: Graphics cleanup.
https://reviewboard.mozilla.org/r/212802/#review218576
Beautiful
Attachment #8942553 -
Flags: review?(jmuizelaar) → review+
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8942554 [details]
Bug 1429723: Remove static analysis special-case that is no longer relevant.
https://reviewboard.mozilla.org/r/212804/#review218910
Attachment #8942554 -
Flags: review?(sphink) → review+
Assignee | ||
Comment 11•7 years ago
|
||
Comment on attachment 8942552 [details]
Bug 1429723: Remove -moz-border-*-colors.
58 already has a release branch, 59 will branch to beta ASAP, so I'd like to get this reviewed.
Attachment #8942552 -
Flags: review?(xidorn+moz)
Comment 12•7 years ago
|
||
mozreview-review |
Comment on attachment 8942552 [details]
Bug 1429723: Remove -moz-border-*-colors.
https://reviewboard.mozilla.org/r/212800/#review219934
OK
Attachment #8942552 -
Flags: review?(xidorn+moz) → review+
Comment 13•7 years ago
|
||
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3017b55cf82d
Remove -moz-border-*-colors. r=xidorn
https://hg.mozilla.org/integration/autoland/rev/750cbdd7eb8c
Graphics cleanup. r=jrmuizel
https://hg.mozilla.org/integration/autoland/rev/a3642d94dc8b
Remove static analysis special-case that is no longer relevant. r=sfink
Reporter | ||
Comment 14•7 years ago
|
||
dev-doc-needed: remove https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-border-bottom-colors and friends
Keywords: dev-doc-needed
Comment 15•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3017b55cf82d
https://hg.mozilla.org/mozilla-central/rev/750cbdd7eb8c
https://hg.mozilla.org/mozilla-central/rev/a3642d94dc8b
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Comment 16•7 years ago
|
||
I've sent in a PR to update the browser compat data for these properties:
https://github.com/mdn/browser-compat-data/pull/1200
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•