RESOLVED FIXED101406
Add API for touchEventHandlerRegion to WebLayer
https://bugs.webkit.org/show_bug.cgi?id=101406
Summary Add API for touchEventHandlerRegion to WebLayer
yusufo
Reported 2012-11-06 16:01:18 PST
Add API for touchEventHandlerRegion to WebLayer
Attachments
Patch (1.57 KB, patch)
2012-11-06 16:04 PST, yusufo
no flags
Patch (1.63 KB, patch)
2012-11-07 10:28 PST, yusufo
no flags
yusufo
Comment 1 2012-11-06 16:04:11 PST
WebKit Review Bot
Comment 2 2012-11-06 16:07:16 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
yusufo
Comment 3 2012-11-06 16:11:45 PST
jamesr@ can you take a look at this when you get a chance? Thanks!
WebKit Review Bot
Comment 4 2012-11-06 16:13:50 PST
Comment on attachment 172669 [details] Patch Attachment 172669 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/14745487
Peter Beverloo (cr-android ews)
Comment 5 2012-11-06 17:22:35 PST
Comment on attachment 172669 [details] Patch Attachment 172669 [details] did not pass cr-android-ews (chromium-android): Output: http://queues.webkit.org/results/14745506
James Robinson
Comment 6 2012-11-06 21:17:09 PST
Comment on attachment 172669 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=172669&action=review > Source/Platform/chromium/public/WebLayer.h:194 > + virtual void setTouchEventHandlerRegion(const WebVector<WebRect>&) = 0; > + virtual WebVector<WebRect> touchEventHandlerRegion() const = 0; I would recommend that you not make these pure virtual, even though it's not consistent with the rest of the file. Having them be pure virtual is a pain when trying to land a two-side patch of this nature. Can you put this a few lines up next to setNonFastScrollable..()? there's a section there that has to do with input (setHaveWheel..., setShouldScroll..., setNonFast...) and I think this goes well with those
James Robinson
Comment 7 2012-11-06 21:17:28 PST
Comment on attachment 172669 [details] Patch R=me with those minor issues fixed
yusufo
Comment 8 2012-11-07 10:28:27 PST
yusufo
Comment 9 2012-11-07 10:50:45 PST
jamesr@ can you put this on the CQ if it looks good? Thanks a lot!
WebKit Review Bot
Comment 10 2012-11-07 11:31:44 PST
Comment on attachment 172830 [details] Patch Clearing flags on attachment: 172830 Committed r133787: <http://trac.webkit.org/changeset/133787>
WebKit Review Bot
Comment 11 2012-11-07 11:31:48 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.