[webkit-changes] [WebKit/WebKit] 119fa0: [CURL] Do not attempt to create directories for in...

Yury Semikhatsky noreply at github.com
Mon Apr 17 17:26:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 119fa0cb2ae6d59279a7ec2369cbc6b1b399dcb7
      https://github.com/WebKit/WebKit/commit/119fa0cb2ae6d59279a7ec2369cbc6b1b399dcb7
  Author: Yury Semikhatsky <yurys at chromium.org>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M Source/WebCore/platform/network/curl/CookieJarDB.cpp

  Log Message:
  -----------
  [CURL] Do not attempt to create directories for in-memory cookie jar
https://bugs.webkit.org/show_bug.cgi?id=255548

Reviewed by Fujii Hironori.

When using ephemeral context the following error message was printed to the console:
Unable to create the Cookie Database path :memory:

* Source/WebCore/platform/network/curl/CookieJarDB.cpp:
(WebCore::CookieJarDB::openDatabase):

Canonical link: https://commits.webkit.org/263046@main




More information about the webkit-changes mailing list