Closed
Bug 1351412
Opened 8 years ago
Closed 8 years ago
GetDisplayPortForAnimatedGeometryRoot AGR cache doesn't always work
Categories
(Core :: Web Painting, enhancement)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.20 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
We only update the cache if the AGR is asynchronously scrolled, which isn't always the case.
We should always update it to make it more useful.
Attachment #8852113 -
Flags: review?(mstange)
Updated•8 years ago
|
Attachment #8852113 -
Flags: review?(mstange) → review+
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/006445ffcddd
Make the ContainerState AGR cache work even for non-async scrollable AGRs. r=mstange
Comment 2•8 years ago
|
||
sorry had to back this out for reftest failing in async-scrolling like https://treeherder.mozilla.org/logviewer.html#?job_id=90012846&repo=mozilla-inbound&lineNumber=45944
https://hg.mozilla.org/integration/mozilla-inbound/rev/676c96b24bb8
Flags: needinfo?(matt.woodrow)
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ad2f95eed556
Make the ContainerState AGR cache work even for non-async scrollable AGRs. r=mstange
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(matt.woodrow)
You need to log in
before you can comment on or make changes to this bug.
Description
•