[webkit-changes] [WebKit/WebKit] 102fc4: REGRESSION(253824 at main): [GTK][WPE] ASSERTION FAIL...

Carlos Garcia Campos noreply at github.com
Fri Feb 17 07:12:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 102fc4e9903836a4beac1b549c8dc42419ae422b
      https://github.com/WebKit/WebKit/commit/102fc4e9903836a4beac1b549c8dc42419ae422b
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp

  Log Message:
  -----------
  REGRESSION(253824 at main): [GTK][WPE] ASSERTION FAILED: m_sessionID.isEphemeral() || !path.isEmpty() running C API tests
https://bugs.webkit.org/show_bug.cgi?id=252473

Reviewed by Michael Catanzaro.

The problem is that the default website data store is created with an
ephemeral configuration, but a persistent session ID.

* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:
(WebKit::defaultDataStoreIsPersistent):
(WebKit::WebsiteDataStore::defaultDataStore):

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




More information about the webkit-changes mailing list