Bug 127927 - Add WKNavigationDelegate class
Summary: Add WKNavigationDelegate class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-30 11:31 PST by Anders Carlsson
Modified: 2014-01-30 11:55 PST (History)
0 users

See Also:


Attachments
Patch (12.15 KB, patch)
2014-01-30 11:32 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>