Bug 134482

Summary: [Cocoa] Navigation parameter in navigation delegate messages is nil for navigations started by the Web Content process
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bunhere, cdumez, commit-queue, gyuyoung.kim, sam, sergio, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Attach navigationID and create WKNavigation at action policy decision time if needed
none
Attach navigationID and create WKNavigation at action policy decision time if needed
none
Attach navigationID and create WKNavigation at action policy decision time if needed
none
Attach navigationID and create WKNavigation at action policy decision time if needed thorton: review+

Description mitz 2014-06-30 20:42:57 PDT
When a navigation is initiated by the Web Content process, the navigation parameter passed to the navigation delegate is nil.
Comment 1 mitz 2014-06-30 21:08:16 PDT
Created attachment 234142 [details]
Attach navigationID and create WKNavigation at action policy decision time if needed
Comment 2 mitz 2014-06-30 23:20:34 PDT
Created attachment 234147 [details]
Attach navigationID and create WKNavigation at action policy decision time if needed
Comment 3 mitz 2014-07-01 10:14:58 PDT
Created attachment 234170 [details]
Attach navigationID and create WKNavigation at action policy decision time if needed
Comment 4 mitz 2014-07-01 12:02:40 PDT
Created attachment 234183 [details]
Attach navigationID and create WKNavigation at action policy decision time if needed
Comment 5 mitz 2014-07-01 13:23:32 PDT
Fixed in <http://trac.webkit.org/r170660>.