RESOLVED FIXED 105146
Implement authentication for downloads
https://bugs.webkit.org/show_bug.cgi?id=105146
Summary Implement authentication for downloads
Anders Carlsson
Reported 2012-12-16 18:09:41 PST
Implement authentication for downloads
Attachments
Patch (12.85 KB, patch)
2012-12-16 18:10 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2012-12-16 18:10:56 PST
Sam Weinig
Comment 2 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.
Anders Carlsson
Comment 3 2012-12-16 18:15:19 PST
Note You need to log in before you can comment on or make changes to this bug.