Bug 131401

Summary: Change WebPageProxy::CreateNewPage to take a NavigationActionData object
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2014-04-08 15:20:34 PDT
Change WebPageProxy::CreateNewPage to take a NavigationActionData object
Comment 1 Anders Carlsson 2014-04-08 15:21:30 PDT
Created attachment 228899 [details]
Patch
Comment 2 mitz 2014-04-08 15:32:06 PDT
Comment on attachment 228899 [details]
Patch

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

> Source/WebKit2/UIProcess/Cocoa/UIDelegate.mm:96
>      // FIXME: Set a real navigation type.

You can remove this now.
Comment 3 Anders Carlsson 2014-04-08 15:37:43 PDT
Committed r166969: <http://trac.webkit.org/changeset/166969>