Title: [293199] trunk/Source
Revision
293199
Author
[email protected]
Date
2022-04-21 17:05:06 -0700 (Thu, 21 Apr 2022)

Log Message

Remove XSS Auditor: Part 4 (Settings)
https://bugs.webkit.org/show_bug.cgi?id=239628

Reviewed by Alex Christensen.

This change is a follow-up to Bug 230661 that removes the unused
Source/WebKitLegacy/mac:

WebKitXSSAuditorEnabledPreferenceKey.

* WebView/WebPreferenceKeysPrivate.h:

Source/WTF:

WebPreferences.yaml content.

* Scripts/Preferences/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (293198 => 293199)


--- trunk/Source/WTF/ChangeLog	2022-04-22 00:02:01 UTC (rev 293198)
+++ trunk/Source/WTF/ChangeLog	2022-04-22 00:05:06 UTC (rev 293199)
@@ -1,3 +1,15 @@
+2022-04-21  Brent Fulgham  <[email protected]>
+
+        Remove XSS Auditor: Part 4 (Settings)
+        https://bugs.webkit.org/show_bug.cgi?id=239628
+
+        Reviewed by Alex Christensen.
+
+        This change is a follow-up to Bug 230661 that removes the unused
+        WebPreferences.yaml content.
+
+        * Scripts/Preferences/WebPreferences.yaml:
+
 2022-04-21  Chris Dumez  <[email protected]>
 
         Adopt RobinHoodHashMap / RobinHoodHashSet more broadly in WebCore

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferences.yaml (293198 => 293199)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferences.yaml	2022-04-22 00:02:01 UTC (rev 293198)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferences.yaml	2022-04-22 00:05:06 UTC (rev 293199)
@@ -2633,13 +2633,3 @@
       default: true
     WebCore:
       default: true
-
-XSSAuditorEnabled:
-  type: bool
-  defaultValue:
-    WebKitLegacy:
-      default: false
-    WebKit:
-      default: false
-    WebCore:
-      default: false

Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (293198 => 293199)


--- trunk/Source/WebKitLegacy/mac/ChangeLog	2022-04-22 00:02:01 UTC (rev 293198)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog	2022-04-22 00:05:06 UTC (rev 293199)
@@ -1,3 +1,15 @@
+2022-04-21  Brent Fulgham  <[email protected]>
+
+        Remove XSS Auditor: Part 4 (Settings)
+        https://bugs.webkit.org/show_bug.cgi?id=239628
+
+        Reviewed by Alex Christensen.
+
+        This change is a follow-up to Bug 230661 that removes the unused
+        WebKitXSSAuditorEnabledPreferenceKey.
+
+        * WebView/WebPreferenceKeysPrivate.h:
+
 2022-04-20  Alan Bujtas  <[email protected]>
 
         [IFC][Integration] Do not call WebPreferences::simpleLineLayoutEnabled in canUseForLineLayoutWithReason

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebPreferenceKeysPrivate.h (293198 => 293199)


--- trunk/Source/WebKitLegacy/mac/WebView/WebPreferenceKeysPrivate.h	2022-04-22 00:02:01 UTC (rev 293198)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebPreferenceKeysPrivate.h	2022-04-22 00:05:06 UTC (rev 293199)
@@ -291,4 +291,3 @@
 #define WebKitCSSShadowPartsEnabledPreferenceKey @"WebKitCSSShadowPartsEnabled"
 #define WebKitSubpixelCSSOMElementMetricsEnabledPreferenceKey @"WebKitSubpixelCSSOMElementMetricsEnabled"
 #define WebKitExperimentalNotificationsEnabledPreferenceKey @"WebKitExperimentalNotificationsEnabledPreferenceKey"
-#define WebKitXSSAuditorEnabledPreferenceKey @"WebKitXSSAuditorEnabled"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to