Title: [284634] trunk/Source/WTF
Revision
284634
Author
[email protected]
Date
2021-10-21 12:18:52 -0700 (Thu, 21 Oct 2021)

Log Message

[Cocoa] Enable accent-color by default
https://bugs.webkit.org/show_bug.cgi?id=232032
rdar://84474404

Reviewed by Wenson Hsieh.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Enable only on Cocoa platforms, as other platforms do not support
painting accent colors yet.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (284633 => 284634)


--- trunk/Source/WTF/ChangeLog	2021-10-21 18:59:06 UTC (rev 284633)
+++ trunk/Source/WTF/ChangeLog	2021-10-21 19:18:52 UTC (rev 284634)
@@ -1,5 +1,18 @@
 2021-10-21  Aditya Keerthi  <[email protected]>
 
+        [Cocoa] Enable accent-color by default
+        https://bugs.webkit.org/show_bug.cgi?id=232032
+        rdar://84474404
+
+        Reviewed by Wenson Hsieh.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
+        Enable only on Cocoa platforms, as other platforms do not support
+        painting accent colors yet.
+
+2021-10-21  Aditya Keerthi  <[email protected]>
+
         [Cocoa] Enable 'accent-color' by default
         https://bugs.webkit.org/show_bug.cgi?id=232032
         rdar://84474404

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (284633 => 284634)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-21 18:59:06 UTC (rev 284633)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-21 19:18:52 UTC (rev 284634)
@@ -32,11 +32,14 @@
   humanReadableDescription: "Enable accent-color CSS property"
   defaultValue:
     WebKitLegacy:
-      default: true
+      "PLATFORM(COCOA)" : true
+      default: false
     WebKit:
-      default: true
+      "PLATFORM(COCOA)" : true
+      default: false
     WebCore:
-      default: true
+      "PLATFORM(COCOA)" : true
+      default: false
 
 AccessHandleEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to