Bug 148568

Summary: Add navigation gesture callbacks to WKPageNavigationClient
Product: WebKit Reporter: Tim Horton <thorton>
Component: New BugsAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, jeffm, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Tim Horton 2015-08-28 01:47:38 PDT
Add navigation gesture callbacks to WKPageNavigationClient
Comment 1 Tim Horton 2015-08-28 01:47:54 PDT
Created attachment 260138 [details]
Patch
Comment 2 Tim Horton 2015-08-28 01:48:19 PDT
<rdar://problem/22371346>
Comment 3 Anders Carlsson 2015-08-28 10:41:16 PDT
Comment on attachment 260138 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=260138&action=review

> Source/WebKit2/UIProcess/API/C/WKPage.cpp:98
> +    typedef std::tuple<WKPageNavigationClientV0, WKPageNavigationClientV1> Versions;

I don't think we need a new version of the struct yet - we haven't shipped anything that relies on it.
Comment 4 Tim Horton 2015-08-28 11:38:55 PDT
http://trac.webkit.org/changeset/189109