RESOLVED FIXED61475
Need some way to query user gesture state from injected bundle
https://bugs.webkit.org/show_bug.cgi?id=61475
Summary Need some way to query user gesture state from injected bundle
Mark Rowe (bdash)
Reported 2011-05-25 15:28:46 PDT
Attachments
Patch (6.20 KB, patch)
2011-05-25 15:33 PDT, Mark Rowe (bdash)
sam: review+
Mark Rowe (bdash)
Comment 1 2011-05-25 15:33:24 PDT
Sam Weinig
Comment 2 2011-05-25 15:35:02 PDT
Comment on attachment 94873 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=94873&action=review > Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundle.cpp:201 > +bool WKBundleIsProcessingUserGesture(void) For good measure, can you make this take a WKBundleRef instead of void.
WebKit Review Bot
Comment 3 2011-05-25 15:35:18 PDT
Attachment 94873 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebKit2/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Source/WebCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 2 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Mark Rowe (bdash)
Comment 4 2011-05-25 16:41:44 PDT
Landed in r87335.
Note You need to log in before you can comment on or make changes to this bug.