Deal with table cells in the abspos cb change optimization code-path
Categories
(Core :: Layout, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
| Assignee | ||
Comment 1•3 years ago
|
||
Comment 3•3 years ago
|
||
Backed out changeset 52cdbb4f0be0 (Bug 1815552) for wpt failure on position-sticky-container.html.
Backout link
Push with failures <--> wpt4
Failure Log
Updated•3 years ago
|
| Assignee | ||
Comment 4•3 years ago
|
||
While looking at the backout, I noticed table parts relied on reframing
on abspos-container-ness changes in a subtle way, see the test, which
fails with the first patch of this bug applied without these changes.
Make the NS_FRAME_CAN_HAVE_ABSPOS_CHILDREN mean the same for table parts
as for everything else. Instead, keep the registration status on each
relevant frame class individually.
Depends on D169127
| Assignee | ||
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Backed out 2 changesets (Bug 1815552) for causing Bp-hybrid bustages at ComputedStyle.h
Backout: https://hg.mozilla.org/integration/autoland/rev/1e5f8412e406e20cf9505a8ad64fb2df063dcc17
Failure push: https://treeherder.mozilla.org/jobs?repo=autoland&revision=da0f9295df911d66390301caf616b6fdf4880e18
Failure log: https://treeherder.mozilla.org/logviewer?job_id=407424981&repo=autoland&lineNumber=40989
Updated•3 years ago
|
| Assignee | ||
Comment 10•3 years ago
|
||
Comment 11•3 years ago
|
||
Comment 12•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4b3e13c4f7bc
https://hg.mozilla.org/mozilla-central/rev/6d3ccde99ad5
Description
•