RESOLVED FIXED 95119
[chromium] Add WebSettings support for flag to enable/disable gesture tap highlights.
https://bugs.webkit.org/show_bug.cgi?id=95119
Summary [chromium] Add WebSettings support for flag to enable/disable gesture tap hig...
W. James MacLean
Reported 2012-08-27 13:26:19 PDT
[chromium] Add WebSettings support for flag to enable/disable gesture tap highlights.
Attachments
Patch (5.02 KB, patch)
2012-08-27 13:28 PDT, W. James MacLean
no flags
Patch for landing (5.11 KB, patch)
2012-08-29 12:16 PDT, W. James MacLean
no flags
W. James MacLean
Comment 1 2012-08-27 13:28:01 PDT
Created attachment 160790 [details] Patch Add plumbing for flag to enable/disable gesture tap highlights. We'll make the default behaviour to be enabled in order to not upset the layout test framework.
WebKit Review Bot
Comment 2 2012-08-27 13:31:29 PDT
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.
Adam Barth
Comment 3 2012-08-29 09:41:36 PDT
Comment on attachment 160790 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=160790&action=review > Source/WebKit/chromium/src/WebViewImpl.cpp:735 > #if OS(LINUX) Why OS(LINUX)? Presumably this is something we'll want on other OS, like Android. Perhaps this should be an ENABLE (or just compiled in all the time).
W. James MacLean
Comment 4 2012-08-29 11:02:55 PDT
(In reply to comment #3) > (From update of attachment 160790 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=160790&action=review > > > Source/WebKit/chromium/src/WebViewImpl.cpp:735 > > #if OS(LINUX) > > Why OS(LINUX)? Presumably this is something we'll want on other OS, like Android. Perhaps this should be an ENABLE (or just compiled in all the time). This feature is new, and we're restricting to testing on Linux for the time being. We will be removing the restriction (to allow Android, Win8, others?) once we have a little more experience with it.
W. James MacLean
Comment 5 2012-08-29 12:16:30 PDT
Created attachment 161281 [details] Patch for landing
WebKit Review Bot
Comment 6 2012-08-29 18:23:29 PDT
Comment on attachment 161281 [details] Patch for landing Clearing flags on attachment: 161281 Committed r127076: <http://trac.webkit.org/changeset/127076>
WebKit Review Bot
Comment 7 2012-08-29 18:23:33 PDT
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.