[Webkit-unassigned] [Bug 167584] [GTK] Allow to use stored credentials also for downloads started by DownloadManager::startDownload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 23:55:29 PST 2017


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

--- Comment #7 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 300100
  --> https://bugs.webkit.org/attachment.cgi?id=300100
Patch

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

> Source/WebKit2/NetworkProcess/Downloads/DownloadManager.cpp:64
> +#if PLATFORM(GTK)
> +    // The GTK+ port wants to allow using stored credentials also for pending downloads.
> +    parameters.allowStoredCredentials = sessionID.isEphemeral() ? DoNotAllowStoredCredentials : AllowStoredCredentials;
> +#endif

Let's make this the case on all ports.

-- 
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/20170214/3d7a13a4/attachment.html>


More information about the webkit-unassigned mailing list