Closed
Bug 771975
Opened 13 years ago
Closed 10 years ago
Remove -moz-prefixed gradients usage from the tree
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: emk, Assigned: emk)
References
()
Details
(Whiteboard: [leave open])
Attachments
(6 files, 1 obsolete file)
3.82 KB,
patch
|
Details | Diff | Splinter Review | |
6.11 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
52.39 KB,
patch
|
dao
:
review+
emk
:
checkin+
|
Details | Diff | Splinter Review |
6.88 KB,
patch
|
mfinkle
:
review+
emk
:
checkin+
|
Details | Diff | Splinter Review |
36.00 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
36.62 KB,
patch
|
vporof
:
review+
|
Details | Diff | Splinter Review |
Some callers use position+angle gradient lines in linear-gradients which unprefixed syntax does not support.
https://mxr.mozilla.org/mozilla-central/source/toolkit/themes/winstripe/global/inContentUI.css?rev=f4157e8c4107#52
https://mxr.mozilla.org/mozilla-central/source/browser/themes/gnomestripe/browser.css?rev=7c1d395ebab7#1859
https://mxr.mozilla.org/mozilla-central/source/browser/themes/pinstripe/browser.css?rev=7c1d395ebab7#2579
https://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/browser.css?rev=7c1d395ebab7#2516
How can I replace them?
Comment 1•13 years ago
|
||
(In reply to Masatoshi Kimura [:emk] from comment #0)
> https://mxr.mozilla.org/mozilla-central/source/browser/themes/gnomestripe/
> browser.css?rev=7c1d395ebab7#1859
> https://mxr.mozilla.org/mozilla-central/source/browser/themes/pinstripe/
> browser.css?rev=7c1d395ebab7#2579
> https://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/
> browser.css?rev=7c1d395ebab7#2516
Removed in bug 774298.
Comment 2•12 years ago
|
||
At least in FF 20 there are still some -moz prefixed gradients (and some other stuff as well) in the devtools, which cause the theme validation to warn when including these into an theme for AMO.
The attatched file are the changes that were required in the devtools folder for me (from a plain FF20 copy) to not have warnings when uploading. Maybe it helps somebody :)
Assignee | ||
Comment 3•12 years ago
|
||
Please do not accept a patch containing -moz-preixed gradients anymore.
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #734361 -
Flags: review?(vporof)
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #734362 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 6•12 years ago
|
||
Attachment #734363 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #734364 -
Flags: review?(roc)
Comment 8•12 years ago
|
||
testing/xpcshell/node-spdy looks like imported code, fwiw
Assignee | ||
Comment 9•12 years ago
|
||
Rebased
Attachment #734361 -
Attachment is obsolete: true
Attachment #734361 -
Flags: review?(vporof)
Attachment #734367 -
Flags: review?(vporof)
Updated•12 years ago
|
Attachment #734362 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 10•12 years ago
|
||
Whiteboard: [leave open]
Assignee | ||
Updated•12 years ago
|
Attachment #734362 -
Flags: checkin+
Assignee | ||
Comment 11•12 years ago
|
||
(In reply to :Ms2ger from comment #8)
> testing/xpcshell/node-spdy looks like imported code, fwiw
Sent a PR upstream.
https://github.com/indutny/node-spdy/pull/84
Updated•12 years ago
|
Attachment #734363 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 12•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #734363 -
Flags: checkin+
Updated•12 years ago
|
Attachment #734367 -
Flags: review?(vporof) → review+
Updated•12 years ago
|
Attachment #734359 -
Flags: review?(fabrice) → review+
Comment 13•12 years ago
|
||
Comment on attachment 734364 [details] [diff] [review]
Remove -moz-prefixed gradients usage from rest of the tree
Review of attachment 734364 [details] [diff] [review]:
-----------------------------------------------------------------
I don't know why we actually have this node-spdy example in our tree... Maybe we should remove it?
Attachment #734364 -
Flags: review?(roc) → review+
Assignee | ||
Comment 15•12 years ago
|
||
Comment 16•12 years ago
|
||
Assignee | ||
Comment 17•12 years ago
|
||
The comment #0 problem is unresolved yet :(
https://mxr.mozilla.org/mozilla-central/source/toolkit/themes/windows/global/inContentUI.css?rev=7177dae62b2f#51
Assignee | ||
Comment 18•10 years ago
|
||
Apparently this is already fixed. -moz-(linear|radial)-gradient is no longer used in the tree except for tests.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•