Bug 127927

Summary: Add WKNavigationDelegate class
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-01-30 11:31:45 PST
Add WKNavigationDelegate class
Comment 1 Anders Carlsson 2014-01-30 11:32:31 PST
Created attachment 222699 [details]
Patch
Comment 2 mitz 2014-01-30 11:34:17 PST
Comment on attachment 222699 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:130
> +- (id<WKNavigationDelegate>)navigationDelegate

Missing space before <

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:135
> +- (void)setNavigationDelegate:(id<WKNavigationDelegate>)navigationDelegate

Ditto.
Comment 3 Anders Carlsson 2014-01-30 11:55:30 PST
Committed r163098: <http://trac.webkit.org/changeset/163098>