Bug 134853 - [Cocoa] Inform the client when back-forward navigation gestures begin and end
Summary: [Cocoa] Inform the client when back-forward navigation gestures begin and end
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-07-12 00:06 PDT by mitz
Modified: 2014-07-14 02:41 PDT (History)
5 users (show)

See Also:


Attachments
Add WKNavigationDelegate methods and WKWebView property for monitoring navigation gesture state (22.10 KB, patch)
2014-07-12 00:17 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-07-12 00:06:32 PDT
<rdar://problem/16020380>
Comment 1 mitz 2014-07-12 00:17:46 PDT
Created attachment 234797 [details]
Add WKNavigationDelegate methods and WKWebView property for monitoring navigation gesture state
Comment 2 WebKit Commit Bot 2014-07-12 00:19:58 PDT
Attachment 234797 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/ios/ViewGestureControllerIOS.mm:214:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 15 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2014-07-12 16:33:11 PDT
Committed <http://trac.webkit.org/r171034>.
Comment 4 Javier Fernandez 2014-07-14 02:41:19 PDT
This broke gtk+ build, but it has been fixed in bug #134861