Bug 126532 - Add new files for UI-side scrolling
Summary: Add new files for UI-side scrolling
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-06 12:00 PST by Simon Fraser (smfr)
Modified: 2014-01-06 14:15 PST (History)
13 users (show)

See Also:


Attachments
Patch (70.08 KB, patch)
2014-01-06 12:10 PST, Simon Fraser (smfr)
andersca: review+
buildbot: commit-queue-
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-06 12:00:21 PST
Add new files for UI-side scrolling
Comment 1 Simon Fraser (smfr) 2014-01-06 12:10:47 PST
Created attachment 220445 [details]
Patch
Comment 2 Anders Carlsson 2014-01-06 12:41:11 PST
Comment on attachment 220445 [details]
Patch

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

> Source/WebKit2/UIProcess/Scrolling/RemoteScrollingCoordinatorProxy.h:49
> +    explicit RemoteScrollingCoordinatorProxy(WebPageProxy*);

Reference?

> Source/WebKit2/UIProcess/Scrolling/RemoteScrollingTree.h:41
> +

Please get rid of this newline.

> Source/WebKit2/UIProcess/Scrolling/RemoteScrollingTree.h:46
> +    virtual bool isRemoteScrollingTree() const OVERRIDE { return true; }
> +
> +    virtual EventResult tryToHandleWheelEvent(const WebCore::PlatformWheelEvent&) OVERRIDE;

I'd get rid of this newline.

> Source/WebKit2/WebProcess/Scrolling/RemoteScrollingCoordinator.h:68
> +    // CoreIPC::MessageReceiver

Should just be IPC::.

> Source/WebKit2/WebProcess/Scrolling/RemoteScrollingCoordinator.messages.in:24
> +    ScrollPositionChangedForNode(uint64_t nodeID, WebCore::FloatPoint scrollPosition);

Maybe DidChange instead of Changed?
Comment 3 Build Bot 2014-01-06 12:43:18 PST
Comment on attachment 220445 [details]
Patch

Attachment 220445 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/5462873593610240
Comment 4 Build Bot 2014-01-06 13:03:00 PST
Comment on attachment 220445 [details]
Patch

Attachment 220445 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/5147659232870400
Comment 5 Simon Fraser (smfr) 2014-01-06 14:15:59 PST
https://trac.webkit.org/r161373