[Webkit-unassigned] [Bug 107175] [Chromium] Incorrect |isRedirect| value passed to decidePolicyForNavigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 13:54:29 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107175





--- Comment #1 from Nate Chapin <japhet at chromium.org>  2013-01-17 13:56:16 PST ---
(In reply to comment #0)
> Chromium revision 176706
> WebKit revision 139548
> 
> 1. Load an application that uses the Chromium WebKit API.
> 2. Redirect a request via net::URLRequestJob::IsRedirectResponse by populating |location| and returning true.
> 
> The |isRedirect| value passed to WebFrameClient::decidePolicyForNavigation in FrameLoaderClientImpl::dispatchDecidePolicyForNavigationAction should be true. However, WebKit revision 137607 (http://trac.webkit.org/changeset/137607) changed the implementation of MainResourceLoader::load() such that WebDataSourceImpl::appendRedirect() is no longer called for the redirected URL following this code path. As a result the |isRedirect| value is now false.

At a quick glance, this is probably because the timing of the call to dispatchDidReceiveServerRedirectForProvisionalLoad() changed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list