[webkit-reviews] review granted: [Bug 57573] Implement mouseDown, mouseUp, and mouseMoveTo in WebKitTestRunner : [Attachment 87783] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 14:05:22 PDT 2011


Sam Weinig <sam at webkit.org> has granted Darin Adler <darin at apple.com>'s request
for review:
Bug 57573: Implement mouseDown, mouseUp, and mouseMoveTo in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=57573

Attachment 87783: Patch
https://bugs.webkit.org/attachment.cgi?id=87783&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=87783&action=review

Very nice!

> Tools/WebKitTestRunner/InjectedBundle/Bindings/EventSendingController.idl:32
> +	   void mouseDown(in int buttonNumber, in object modifierArray);
> +	   void mouseUp(in int buttonNumber, in object modifierArray);
> +	   void mouseMoveTo(in int x, in int y);
> +	   void leapForward(in int milliseconds);

I think we traditionally use long to mean int in IDL.


More information about the webkit-reviews mailing list