Closed
Bug 1857716
Opened 1 year ago
Closed 1 year ago
Consider using separate computed and specified registered property values
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: zrhoffman, Assigned: zrhoffman)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Bug 1857716 - Use generic types for specified registered property values r=zsun,fredw,#style,#layout
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
In bug 1846632, the ToComputedValue trait was implemented for ValueComponent, but converting to and from the computed value should be separate steps using separate structs.
Assignee | ||
Comment 1•1 year ago
|
||
Depends on D190254
Depends on D190254
Updated•1 year ago
|
Assignee: nobody → zach
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D190382
Pushed by zach@zrhoffman.net:
https://hg.mozilla.org/integration/autoland/rev/f6dea5d10e81
Use generic types for specified registered property values r=fredw
https://hg.mozilla.org/integration/autoland/rev/43441ac12a8d
Compute registered property values in separate type r=fredw
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f6dea5d10e81
https://hg.mozilla.org/mozilla-central/rev/43441ac12a8d
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
Updated•1 year ago
|
Blocks: css-properties-values-api
You need to log in
before you can comment on or make changes to this bug.
Description
•