Closed
Bug 1290023
Opened 9 years ago
Closed 9 years ago
allow enum class values to be passed to other nsCSSProps methods and stored in nsCSSValue/StyleAnimationValue
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file)
These are the other places that we are casting to uint8_ts currently for enum class defined style consts.
| Assignee | ||
Comment 1•9 years ago
|
||
| Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/67664/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/67664/
Attachment #8775489 -
Flags: review?(xidorn+moz)
| Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8775489 [details]
Bug 1290023 - Allow enum class values to be passed to other nsCSSProps methods and stored in nsCSSValue/StyleAnimationValue.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/67664/diff/1-2/
Comment 4•9 years ago
|
||
Comment on attachment 8775489 [details]
Bug 1290023 - Allow enum class values to be passed to other nsCSSProps methods and stored in nsCSSValue/StyleAnimationValue.
https://reviewboard.mozilla.org/r/67664/#review64768
Attachment #8775489 -
Flags: review?(xidorn+moz) → review+
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/64fa2d708a10
Allow enum class values to be passed to other nsCSSProps methods and stored in nsCSSValue/StyleAnimationValue. r=xidorn
Comment 6•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•