Bug 134482 - [Cocoa] Navigation parameter in navigation delegate messages is nil for navigations started by the Web Content process
Summary: [Cocoa] Navigation parameter in navigation delegate messages is nil for navig...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-30 20:42 PDT by mitz
Modified: 2014-07-01 13:23 PDT (History)
8 users (show)

See Also:


Attachments
Attach navigationID and create WKNavigation at action policy decision time if needed (41.21 KB, patch)
2014-06-30 21:08 PDT, mitz
no flags Details | Formatted Diff | Diff
Attach navigationID and create WKNavigation at action policy decision time if needed (41.30 KB, patch)
2014-06-30 23:20 PDT, mitz
no flags Details | Formatted Diff | Diff
Attach navigationID and create WKNavigation at action policy decision time if needed (41.19 KB, patch)
2014-07-01 10:14 PDT, mitz
no flags Details | Formatted Diff | Diff
Attach navigationID and create WKNavigation at action policy decision time if needed (41.31 KB, patch)
2014-07-01 12:02 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

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