Move per-rect snapping from scene build to frame build
Categories
(Core :: Graphics: WebRender, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
References
Details
Attachments
(1 file)
| Assignee | ||
Comment 1•1 month ago
|
||
This does most of the mechanical work to move snapping from the
scene building pass in to frame building. It keeps the existing
snap logic to retain current behavior (follow up commits will
change the way the snapping logic itself works).
There are a few TODO comments in this patch related to maintaining
the existing behavior which will disappear in follow up commits
that change the snapping logic itself.
Updated•1 month ago
|
Backed out for causing wr failures at webkit-box-rtl-flex.html
Backout link
Push with failures
Failure log(s)
| Assignee | ||
Comment 5•1 month ago
|
||
Updated fuzziness for the linked regression, and restored the FAIL annotation on android for the test that now passes on Linux.
Backed out for causing wr failures at webkit-box-rtl-flex.html
Backout link
Push with failures
Failure log(s)
| Assignee | ||
Comment 9•1 month ago
|
||
Updated android expectations and will try reland now.
Comment 10•1 month ago
|
||
Comment 11•1 month ago
|
||
| bugherder | ||
Updated•29 days ago
|
Description
•