Bug 50511 - WebKit2: Need client functions to notify app when the url changes due to a fragment navigation
Summary: WebKit2: Need client functions to notify app when the url changes due to a fr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-12-03 20:31 PST by Sam Weinig
Modified: 2010-12-04 13:52 PST (History)
0 users

See Also:


Attachments
Patch (39.34 KB, patch)
2010-12-03 21:27 PST, Sam Weinig
jhoneycutt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2010-12-03 20:31:03 PST
WebKit2 needs a client function to notify app when the url changes due to a fragment navigation, eg. didChangeLocationWithinPageForFrame.
Comment 1 Sam Weinig 2010-12-03 20:31:30 PST
<rdar://problem/8729794>
Comment 2 Sam Weinig 2010-12-03 21:27:22 PST
Created attachment 75597 [details]
Patch
Comment 3 Jon Honeycutt 2010-12-03 21:51:41 PST
Comment on attachment 75597 [details]
Patch

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

> WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:259
> +    webPage->injectedBundleLoaderClient().didCancelClientRedirectForFrame(webPage, m_frame);

You should mention this change in the ChangeLog.
Comment 4 Sam Weinig 2010-12-04 13:52:51 PST
Landed in r73336.