[Webkit-unassigned] [Bug 146306] New: WebView and WebPage URLs not updated after URL is modified by InjectedBundlePageResourceLoadClient::willSendRequestForFrame
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 24 19:59:54 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146306
Bug ID: 146306
Summary: WebView and WebPage URLs not updated after URL is
modified by
InjectedBundlePageResourceLoadClient::willSendRequestF
orFrame
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
InjectedBundlePageResourceLoadClient::willSendRequestForFrame() allows clients to modify the ResourceRequest passed to it. We rely on this in the GTK+ API in order to allow a web extension to modify URLs before they are loaded. For example, Epiphany uses this to strip out query parameters that are well-known to be used for tracking users. This mostly works fine; the problem is that our WebKitWebPage and WebKitWebView objects' URI properties are not updated when this happens, so applications wind up displaying to users the original URL rather than what actually hit the network.
I will attach one possible solution. I probably should also add a cross-platform test, since it looks like the Mac port allows this as well.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150625/1e0eba32/attachment.html>
More information about the webkit-unassigned
mailing list