Title: [283791] branches/safari-612-branch/Source/WTF
Revision
283791
Author
repst...@apple.com
Date
2021-10-07 19:03:00 -0700 (Thu, 07 Oct 2021)

Log Message

Cherry-pick r283541. rdar://problem/83956057

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283541 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612-branch/Source/WTF/ChangeLog (283790 => 283791)


--- branches/safari-612-branch/Source/WTF/ChangeLog	2021-10-08 02:02:58 UTC (rev 283790)
+++ branches/safari-612-branch/Source/WTF/ChangeLog	2021-10-08 02:03:00 UTC (rev 283791)
@@ -1,5 +1,30 @@
 2021-10-07  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r283541. rdar://problem/83956057
+
+    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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283541 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-10-05  Cameron McCormack  <hey...@apple.com>
+
+            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-07  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r282245. rdar://problem/83956084
 
     Unreviewed, follow-up after r282007

Modified: branches/safari-612-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (283790 => 283791)


--- branches/safari-612-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-08 02:02:58 UTC (rev 283790)
+++ branches/safari-612-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-08 02:03:00 UTC (rev 283791)
@@ -264,8 +264,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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to