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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 13:49:58 PST 2013


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

           Summary: [Chromium] Incorrect |isRedirect| value passed to
                    decidePolicyForNavigation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marshall at chromium.org
                CC: japhet at chromium.org


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.

-- 
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