Bug 105146 - Implement authentication for downloads
Summary: Implement authentication for downloads
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-16 18:09 PST by Anders Carlsson
Modified: 2012-12-16 18:15 PST (History)
0 users

See Also:


Attachments
Patch (12.85 KB, patch)
2012-12-16 18:10 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-12-16 18:09:41 PST
Implement authentication for downloads
Comment 1 Anders Carlsson 2012-12-16 18:10:56 PST
Created attachment 179676 [details]
Patch
Comment 2 Sam Weinig 2012-12-16 18:12:16 PST
Comment on attachment 179676 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=179676&action=review

> Source/WebKit2/NetworkProcess/NetworkProcess.cpp:113
> +    m_messageReceiverMap.dispatchSyncMessage(connection, messageID, decoder, replyEncoder);
> +        return;

Unneeded return.
Comment 3 Anders Carlsson 2012-12-16 18:15:19 PST
Committed r137864: <http://trac.webkit.org/changeset/137864>