[webkit-changes] [WebKit/WebKit] 5192e9: Remove ITPDebugModeEnabled & PrivateClickMeasureme...

Tim Nguyen noreply at github.com
Mon Jan 9 11:59:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5192e9228bc788868a71003f2b7783b40966425c
      https://github.com/WebKit/WebKit/commit/5192e9228bc788868a71003f2b7783b40966425c
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

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

  Log Message:
  -----------
  Remove ITPDebugModeEnabled & PrivateClickMeasurementDebugModeEnabled from DeprecatedGlobalSettings
https://bugs.webkit.org/show_bug.cgi?id=250292
rdar://103998304

Reviewed by Alex Christensen.

The methods on DeprecatedGlobalSettings don't seem used.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/page/DeprecatedGlobalSettings.h:
(WebCore::DeprecatedGlobalSettings::setItpDebugModeEnabled): Deleted.
(WebCore::DeprecatedGlobalSettings::itpDebugModeEnabled): Deleted.
(WebCore::DeprecatedGlobalSettings::privateClickMeasurementDebugModeEnabled): Deleted.
(WebCore::DeprecatedGlobalSettings::setPrivateClickMeasurementDebugModeEnabled): Deleted.

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




More information about the webkit-changes mailing list