Title: [295609] trunk/Source/WebInspectorUI
Revision
295609
Author
[email protected]
Date
2022-06-16 13:33:04 -0700 (Thu, 16 Jun 2022)

Log Message

Web Inspector: use proper name for ITP debug mode
https://bugs.webkit.org/show_bug.cgi?id=241697

Reviewed by Patrick Angle.

* Source/WebInspectorUI/UserInterface/Base/Main.js:
(WI._handleDeviceSettingsTabBarButtonClicked):

* Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js:

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

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js (295608 => 295609)


--- trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js	2022-06-16 20:11:51 UTC (rev 295608)
+++ trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js	2022-06-16 20:33:04 UTC (rev 295609)
@@ -799,7 +799,6 @@
 localizedStrings["IP"] = "IP";
 localizedStrings["IP Address"] = "IP Address";
 localizedStrings["ITML Context"] = "ITML Context";
-localizedStrings["ITP Debug Mode"] = "ITP Debug Mode";
 localizedStrings["Identifier"] = "Identifier";
 localizedStrings["Identity"] = "Identity";
 /* Section title for font identity information. */
@@ -841,6 +840,7 @@
 localizedStrings["Inspector Bootstrap Script"] = "Inspector Bootstrap Script";
 localizedStrings["Inspector Style Sheet"] = "Inspector Style Sheet";
 localizedStrings["Instances"] = "Instances";
+localizedStrings["Intelligent Tracking Prevention Debug Mode"] = "Intelligent Tracking Prevention Debug Mode";
 localizedStrings["Invalid"] = "Invalid";
 localizedStrings["Inverted"] = "Inverted";
 localizedStrings["Invisible characters"] = "Invisible characters";

Modified: trunk/Source/WebInspectorUI/UserInterface/Base/Main.js (295608 => 295609)


--- trunk/Source/WebInspectorUI/UserInterface/Base/Main.js	2022-06-16 20:11:51 UTC (rev 295608)
+++ trunk/Source/WebInspectorUI/UserInterface/Base/Main.js	2022-06-16 20:33:04 UTC (rev 295609)
@@ -2441,7 +2441,7 @@
             name: WI.UIString("Enable:"),
             columns: [
                 [
-                    {name: WI.UIString("ITP Debug Mode"), setting: InspectorBackend.Enum.Page.Setting.ITPDebugModeEnabled, value: true},
+                    {name: WI.UIString("Intelligent Tracking Prevention Debug Mode"), setting: InspectorBackend.Enum.Page.Setting.ITPDebugModeEnabled, value: true},
                     // COMPATIBILITY (iOS 14.0): `Page.Setting.AdClickAttributionDebugModeEnabled` was renamed to `Page.Setting.PrivateClickMeasurementDebugModeEnabled`.
                     {name: WI.UIString("Private Click Measurement Debug Mode"), setting: InspectorBackend.Enum.Page.Setting.PrivateClickMeasurementDebugModeEnabled, value: true},
                     {name: WI.UIString("Ad Click Attribution Debug Mode"), setting: InspectorBackend.Enum.Page.Setting.AdClickAttributionDebugModeEnabled, value: true},
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to