Open
Bug 1541595
Opened 6 years ago
Updated 2 years ago
Drop the main-thread input-driven scrolling codepaths
Categories
(Core :: Panning and Zooming, task, P3)
Core
Panning and Zooming
Tracking
()
NEW
People
(Reporter: kats, Unassigned)
References
Details
At some point we should get rid of the layers.async-pan-zoom.enabled pref and assume APZ everywhere. In particular this will allow us to drop some codepaths that run on the main thread and drive wheel scrolling, since those codepaths should not be getting exercised any more after that.
Comment 1•6 years ago
|
||
It was pointed out in a recent review that we don't use APZ for webextension popups. I guess that would need to change before we can move forward with this?
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•