Closed
Bug 1714138
Opened 3 years ago
Closed 3 years ago
Remove AnimatedGeometryRoot from display items
Categories
(Core :: Web Painting, enhancement, P2)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: mikokm, Assigned: mattwoodrow)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
AnimatedGeometryRoot
is only used by FrameLayerBuilder and retained display lists rebuild region calculation.
The common case is that AGR is determined by the frame of the display item. We could remove the member variable from display items and change nsDisplayItem::GetAnimatedGeometryRoot()
to return AGR directly from the frame property.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D124153
Updated•3 years ago
|
Assignee: nobody → matt.woodrow
Status: NEW → ASSIGNED
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/41e053201cd3
Remove AnimatedGeometryRoot. r=mstange
Comment 3•3 years ago
|
||
Backed out 7 changesets (Bug 1728050, Bug 1728251, Bug 1728232, Bug 1542929, Bug 1714138, Bug 1728258) for causing reftest failures.
Backout link
Push with failures R8
Also on multiple platforms - Rs6 R5
Failure Log
Flags: needinfo?(matt.woodrow)
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d9ddd915e0c2
Remove AnimatedGeometryRoot. r=mstange
Comment 5•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
Backout by ccozmuta@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/e8e345cec68d
Backed out 10 changesets (bug 1714138, bug 1542929, bug 1728232, bug 1729236, bug 1728258, bug 1728251, bug 1728050) for causing bug 1424348 a=backout
Comment 7•3 years ago
|
||
Backed out for causing Bug 1424348 a=backout
Backout link : https://hg.mozilla.org/mozilla-central/rev/e8e345cec68d8e71ba6f6f3c5ff2fe33605c670f
Status: RESOLVED → REOPENED
status-firefox94:
fixed → ---
Resolution: FIXED → ---
Target Milestone: 94 Branch → ---
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/00f891318c3a
Remove AnimatedGeometryRoot. r=mstange
Comment 9•3 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 3 years ago → 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(matt.woodrow)
You need to log in
before you can comment on or make changes to this bug.
Description
•