[webkit-changes] [WebKit/WebKit] ca0353: Network process crash in WebResourceLoadStatistics...

Michael Catanzaro noreply at github.com
Fri Nov 11 01:23:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ca03533a50a85598bd877f8a8456636828bf8402
      https://github.com/WebKit/WebKit/commit/ca03533a50a85598bd877f8a8456636828bf8402
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    M Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp

  Log Message:
  -----------
  Network process crash in WebResourceLoadStatisticsStore::registrableDomains
https://bugs.webkit.org/show_bug.cgi?id=247442

Reviewed by John Wilander.

Opening Epiphany's website data dialog in ephemeral mode causes an
immediate network process crash when fetching website data due to an
assertion that WebResourceLoadStatisticsStore::postTask is never called
in ephemeral mode. Other WebResourceLoadStatisticsStore functions have
special handling for ephemeral mode, so we need it here too.

* Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp:
(WebKit::WebResourceLoadStatisticsStore::registrableDomains):

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




More information about the webkit-changes mailing list