Closed
Bug 1146626
Opened 10 years ago
Closed 10 years ago
Async scrolling reftests fail when not using e10s
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla39
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file, 1 obsolete file)
4.17 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Running
> mach reftest --setpref layers.async-pan-zoom.enabled=true layout/reftests/async-scrolling
on Mac results in many failures, because we're apparently not taking a new snapshot of the layer tree after we've adjusted the async scroll offsets.
I'm attaching a patch I wrote 5 months ago, and I've confirmed that it fixes it, but I don't know whether the "UpdateWholeCanvasForInvalidation" that it adds is in the right place.
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Hopefully this will fix the windows async-scrolling reftest failures as well that I get when I do a try push with APZ enabled, e.g. https://treeherder.mozilla.org/#/jobs?repo=try&revision=cc63db12dafb
Blocks: 1086162, apz-desktop
Updated•10 years ago
|
tracking-e10s:
--- → -
Assignee | ||
Comment 3•10 years ago
|
||
Still not sure if I've found the right place to make the change.
Attachment #8581985 -
Attachment is obsolete: true
Attachment #8583557 -
Flags: review?(roc)
Attachment #8583557 -
Flags: review?(roc) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Assignee: nobody → mstange
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•