Bug 127965

Summary: Add a webView:didStartProvisionalNavigation: delegate method
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 15:46:21 PST
Add a webView:didStartProvisionalNavigation: delegate method
Comment 1 Anders Carlsson 2014-01-30 15:47:14 PST
Created attachment 222753 [details]
Patch
Comment 2 mitz 2014-01-30 16:14:39 PST
Comment on attachment 222753 [details]
Patch

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

> Source/WebKit2/UIProcess/Cocoa/NavigationState.mm:183
> +    // FIXME: We should assert that navigationID is not null here, but navigation is currently null for navigations that

s/null/zero/
Comment 3 Anders Carlsson 2014-01-30 16:18:42 PST
Committed r163132: <http://trac.webkit.org/changeset/163132>