Bug 126730 - Enable async scrolling for iOS
Summary: Enable async scrolling for iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-09 16:59 PST by Simon Fraser (smfr)
Modified: 2014-01-09 17:35 PST (History)
11 users (show)

See Also:


Attachments
Patch (43.84 KB, patch)
2014-01-09 17:04 PST, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch with project file changes (52.71 KB, patch)
2014-01-09 17:24 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) 2014-01-09 16:59:46 PST
Enable async scrolling for iOS
Comment 1 Simon Fraser (smfr) 2014-01-09 17:04:13 PST
Created attachment 220790 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-01-09 17:24:48 PST
Created attachment 220792 [details]
Patch with project file changes
Comment 3 Tim Horton 2014-01-09 17:27:44 PST
Comment on attachment 220792 [details]
Patch with project file changes

View in context: https://bugs.webkit.org/attachment.cgi?id=220792&action=review

> Source/WebCore/page/scrolling/ios/ScrollingCoordinatorIOS.mm:105
> +    // FIXME: figure out how to commit.
> +//    ScrollingThread::dispatch(bind(&ThreadedScrollingTree::commitNewTreeState, toThreadedScrollingTree(scrollingTree()), treeState.release()));

?!?
Comment 4 Simon Fraser (smfr) 2014-01-09 17:35:15 PST
https://trac.webkit.org/r161610