[webkit-changes] [WebKit/WebKit] 318c1a: Disable PrivateClickMeasurement for non Cocoa ports

Fujii Hironori noreply at github.com
Tue Feb 14 17:01:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 318c1ac13d57a0a8b4ad63eb109ff7a51a43933c
      https://github.com/WebKit/WebKit/commit/318c1ac13d57a0a8b4ad63eb109ff7a51a43933c
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp

  Log Message:
  -----------
  Disable PrivateClickMeasurement for non Cocoa ports
https://bugs.webkit.org/show_bug.cgi?id=252261

Reviewed by Don Olmstead.

WinCairo is observing an asssertion failure in the network process.
> SHOULD NEVER BE REACHED
> PrivateClickMeasurementDatabase.cpp(371) : WebKit::PCM::Database::allAttributedPrivateClickMeasurement

* Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp:
(WebKit::NetworkProcessProxy::sendCreationParametersToNewProcess):
Disabled PCM if !PLAFORM(COCOA).

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




More information about the webkit-changes mailing list