[Webkit-unassigned] [Bug 159085] New: Remove didFailRedirectCheck ThreadableLoaderClient callback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 03:07:00 PDT 2016


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

            Bug ID: 159085
           Summary: Remove didFailRedirectCheck ThreadableLoaderClient
                    callback
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

To implement fetch, it is convenient to add CORS checks below DocumentThreadableLoader, typically in Cached loaders and SubresourceLoader.
This loading code does only know didFail and not didFailRedirectCheck.

It would be convenient to remove didFailRedirectCheck and use didFailAccessControlCheck or didFail directly.

-- 
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/20160624/3d703436/attachment.html>


More information about the webkit-unassigned mailing list