Closed
Bug 1534618
Opened 6 years ago
Closed 6 years ago
Investigate if the JS-interrupting paint code still works
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: kats, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
When scrolling up and down on Twitter on the HD8 with WR enabled, I saw a lot of checkerboarding. Profile seemed to indicate the content main thread was busy running JS. However we do have a mechanism to interrupt JS and force a repaint which is supposed to help here. We should investigate if that still works or if it's busted.
Reporter | ||
Updated•6 years ago
|
Blocks: wr-android
Priority: -- → P3
Reporter | ||
Comment 1•6 years ago
|
||
I guess I misremembered what this code does. It seems to be used only for the tab switcher; to force the new tab to paint to make tab switching seem more responsive. It doesn't get used if you're just scrolling around on a page. Bug 1279086 originally added it.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•