Title: [283541] trunk/Source/WTF
Revision
283541
Author
[email protected]
Date
2021-10-05 00:20:25 -0700 (Tue, 05 Oct 2021)

Log Message

Enable 2D canvas color space support on Apple platforms
https://bugs.webkit.org/show_bug.cgi?id=231145
<rdar://82948394>

Reviewed by Simon Fraser.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (283540 => 283541)


--- trunk/Source/WTF/ChangeLog	2021-10-05 07:08:19 UTC (rev 283540)
+++ trunk/Source/WTF/ChangeLog	2021-10-05 07:20:25 UTC (rev 283541)
@@ -1,3 +1,13 @@
+2021-10-05  Cameron McCormack  <[email protected]>
+
+        Enable 2D canvas color space support on Apple platforms
+        https://bugs.webkit.org/show_bug.cgi?id=231145
+        <rdar://82948394>
+
+        Reviewed by Simon Fraser.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-10-04  Chris Dumez  <[email protected]>
 
         Add SPI to launch a service service worker in a WKWebView and expose service worker to injected bundle

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (283540 => 283541)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-05 07:08:19 UTC (rev 283540)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-05 07:20:25 UTC (rev 283541)
@@ -288,8 +288,10 @@
   humanReadableDescription: "Enable use of predefined canvas color spaces"
   defaultValue:
     WebKitLegacy:
+      "PLATFORM(COCOA)": true
       default: false
     WebKit:
+      "PLATFORM(COCOA)": true
       default: false
     WebCore:
       default: false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to