Bug 192184 - Add an internal feature flag to enable async overflow scrolling
Summary: Add an internal feature flag to enable async overflow scrolling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-11-29 14:58 PST by Simon Fraser (smfr)
Modified: 2018-11-30 10:14 PST (History)
5 users (show)

See Also:


Attachments
Patch (13.40 KB, patch)
2018-11-29 15:01 PST, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2018-11-29 14:58:30 PST
Add an internal feature flag to enable async overflow scrolling
Comment 1 Simon Fraser (smfr) 2018-11-29 15:01:44 PST
Created attachment 356065 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2018-11-29 15:36:23 PST
<rdar://problem/46356820>
Comment 3 Simon Fraser (smfr) 2018-11-29 17:00:14 PST
https://trac.webkit.org/changeset/238715/webkit
Comment 4 Frédéric Wang (:fredw) 2018-11-29 21:33:59 PST
Cool. So the idea would be to support async scrolling on desktop too (similar to bug 171667 for frames) and to remove the need for -webkit-overflow-scrolling:touch on iOS (similar to bug 149264 for frames)?
Comment 5 Simon Fraser (smfr) 2018-11-30 10:14:32 PST
Right, that's the plan.