<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Allow to use stored credentials also for downloads started by DownloadManager::startDownload"
   href="https://bugs.webkit.org/show_bug.cgi?id=167584#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Allow to use stored credentials also for downloads started by DownloadManager::startDownload"
   href="https://bugs.webkit.org/show_bug.cgi?id=167584">bug 167584</a>
              from <span class="vcard"><a class="email" href="mailto:achristensen&#64;apple.com" title="Alex Christensen &lt;achristensen&#64;apple.com&gt;"> <span class="fn">Alex Christensen</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=300100&amp;action=diff" name="attach_300100" title="Patch">attachment 300100</a> <a href="attachment.cgi?id=300100&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=300100&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=300100&amp;action=review</a>

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

Let's make this the case on all ports.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>