Closed
Bug 1494622
Opened 7 years ago
Closed 7 years ago
Cleanup a bit CSSValue and such.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(4 files)
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
This changes the serialization of -moz-image-region to be consistent with that
of clip(), but it's an internal property and the specified value is already
serialized by servo so I think it's the right thing to do.
There are also no internal callers of the getter.
Assignee | ||
Comment 3•7 years ago
|
||
No remaining users after the last patch.
Assignee | ||
Comment 4•7 years ago
|
||
Just remove the useless stuff.
Comment 5•7 years ago
|
||
Comment on attachment 9012554 [details]
Bug 1494622 - Remove nsDOMCSSRGBColor.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9012554 -
Flags: review+
Comment 6•7 years ago
|
||
Comment on attachment 9012556 [details]
Bug 1494622 - Remove nsDOMCSSRect.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9012556 -
Flags: review+
Comment 7•7 years ago
|
||
Comment on attachment 9012555 [details]
Bug 1494622 - Serialize -moz-image-region and clip with Servo.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9012555 -
Flags: review+
Comment 8•7 years ago
|
||
Comment on attachment 9012557 [details]
Bug 1494622 - Simplify CSSValue and co a bit more.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9012557 -
Flags: review+
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/f3bfb76e088a
Remove nsDOMCSSRGBColor. r=xidorn
https://hg.mozilla.org/integration/autoland/rev/fb7be8b4ae80
Serialize -moz-image-region and clip with Servo. r=xidorn
https://hg.mozilla.org/integration/autoland/rev/da3603d0fef2
Remove nsDOMCSSRect. r=xidorn
https://hg.mozilla.org/integration/autoland/rev/24bc77992097
Simplify CSSValue and co a bit more. r=xidorn
Comment 10•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f3bfb76e088a
https://hg.mozilla.org/mozilla-central/rev/fb7be8b4ae80
https://hg.mozilla.org/mozilla-central/rev/da3603d0fef2
https://hg.mozilla.org/mozilla-central/rev/24bc77992097
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•