[Webkit-unassigned] [Bug 120351] New: Add USE(PROTECTION_SPACE_AUTH_CALLBACK) guards to canAuthenticateAgainstProtectionSpace()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 27 03:07:28 PDT 2013


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

           Summary: Add USE(PROTECTION_SPACE_AUTH_CALLBACK) guards to
                    canAuthenticateAgainstProtectionSpace()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: darin at apple.com, andersca at apple.com, sam at webkit.org,
                    koivisto at iki.fi, akling at apple.com
            Blocks: 108832


virtual void NetworkLoaderClient::canAuthenticateAgainstProtectionSpace(NetworkResourceLoader*, const WebCore::ProtectionSpace&) = 0;
is implemented by AsynchronousNetworkLoaderClient and SynchronousNetworkLoaderClient.

- AsynchronousNetworkLoaderClient implementation uses Messages::WebResourceLoader::CanAuthenticateAgainstProtectionSpace()
- SynchronousNetworkLoaderClient implementation uses NetworkResourceLoader::continueCanAuthenticateAgainstProtectionSpace()

Both of them are inside USE(PROTECTION_SPACE_AUTH_CALLBACK), 
so all functions use them should be inside the same if guard.

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