[webkit-changes] [WebKit/WebKit] 0b5034: Remove PrivateClickMeasurementFraudPreventionEnabl...

Tim Nguyen noreply at github.com
Fri Jan 6 23:02:39 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0b5034cadd20760b3c71b6c9ee6d6d73f311830e
      https://github.com/WebKit/WebKit/commit/0b5034cadd20760b3c71b6c9ee6d6d73f311830e
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebCore/page/DeprecatedGlobalSettings.h
    M Source/WebCore/page/Settings.yaml

  Log Message:
  -----------
  Remove PrivateClickMeasurementFraudPreventionEnabled from DeprecatedGlobalSettings
https://bugs.webkit.org/show_bug.cgi?id=250191
rdar://103944928

Reviewed by Brent Fulgham and John Wilander.

The only usage of the setting uses `EnabledBySetting` which doesn't rely on `DeprecatedGlobalSettings`.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/page/DeprecatedGlobalSettings.h:
(WebCore::DeprecatedGlobalSettings::setPrivateClickMeasurementDebugModeEnabled):
(WebCore::DeprecatedGlobalSettings::privateClickMeasurementFraudPreventionEnabled): Deleted.
(WebCore::DeprecatedGlobalSettings::setPrivateClickMeasurementFraudPreventionEnabled): Deleted.
* Source/WebCore/page/Settings.yaml:

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




More information about the webkit-changes mailing list