Closed
Bug 1527410
Opened 6 years ago
Closed 6 years ago
Use Rust sizes for flex-basis, width, height, and their min/max properties.
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
Really sorry for the size of the patch :(
Only intentional behavior change is in the uses of HasLengthAndPercentage(),
where it's easier to do the right thing. The checks that used to check for
(IsCalcUnit() && CalcHasPercentage()) are wrong since bug 957915.
Assignee | ||
Comment 2•6 years ago
|
||
See the comment.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bf8e35be76d8
Use Rust sizes for flex-basis, width, height, and their min/max properties. r=jwatt
https://hg.mozilla.org/integration/mozilla-inbound/rev/795f2e303548
Preserve calc() rounding behavior. r=heycam,jrmuizel
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bf8e35be76d8
https://hg.mozilla.org/mozilla-central/rev/795f2e303548
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Assignee | ||
Updated•4 years ago
|
Regressions: CVE-2020-26974
Assignee | ||
Updated•4 years ago
|
No longer regressions: CVE-2020-26974
You need to log in
before you can comment on or make changes to this bug.
Description
•