Closed
Bug 1834487
Opened 2 years ago
Closed 2 years ago
Simplify border rounding.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
I have a half-written patch from the discussion in https://github.com/servo/servo/pull/29718 which I didn't want to lose track of.
Needs some work still.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → emilio
Attachment #9335394 -
Attachment description: WIP: Bug 1834487 - Simplify border snapping. → Bug 1834487 - Simplify border snapping. r=Oriol,#style,#layout
Status: NEW → ASSIGNED
Updated•2 years ago
|
Attachment #9335394 -
Attachment description: Bug 1834487 - Simplify border snapping. r=Oriol,#style,#layout → Bug 1834487 - Update app_units. r=Oriol,#style,#layout
Assignee | ||
Comment 2•2 years ago
|
||
Make the computed value of border-like properties app units (which is
effectively what happens in Gecko already), and clamp at computed value
time.
Depends on D178768
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/83b48555b9e5
Update app_units. r=supply-chain-reviewers
https://hg.mozilla.org/integration/autoland/rev/0f75cd1f132c
Simplify border snapping. r=Oriol
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/83b48555b9e5
https://hg.mozilla.org/mozilla-central/rev/0f75cd1f132c
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Updated•1 years ago
|
Blocks: webgpu-update-wgpu
You need to log in
before you can comment on or make changes to this bug.
Description
•