Bug 114335

Summary: WKNavigationData needs to expose the destination of the navigation
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: WebKit2Assignee: Mark Rowe (bdash) <mrowe>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 mitz: review+

Mark Rowe (bdash)
Reported 2013-04-09 23:02:11 PDT
WKNavigationData currently exposes only the URL of the original request. It should be possible to access the post-redirect URL from within WKContextDidNavigateWithNavigationDataCallback. <rdar://problem/13617144>
Attachments
Patch v1 (5.03 KB, patch)
2013-04-09 23:02 PDT, Mark Rowe (bdash)
mitz: review+
Mark Rowe (bdash)
Comment 1 2013-04-09 23:02:50 PDT
Created attachment 197213 [details] Patch v1
WebKit Commit Bot
Comment 2 2013-04-10 10:54:27 PDT
Attachment 197213 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/UIProcess/API/C/WKNavigationData.cpp', u'Source/WebKit2/UIProcess/API/C/WKNavigationData.h', u'Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp']" exit_code: 1 Source/WebKit2/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Mark Rowe (bdash)
Comment 3 2013-04-10 11:13:48 PDT
Landed in r148113.
Note You need to log in before you can comment on or make changes to this bug.