Title: [271923] branches/safari-611.1.10.2-branch/Source/WTF
Revision
271923
Author
[email protected]
Date
2021-01-26 16:57:49 -0800 (Tue, 26 Jan 2021)

Log Message

Cherry-pick r271904. rdar://problem/73636597

    Disable WebGL 2 on safari-611-branch
    rdar://73629533
    rdar://73624686

    * Scripts/Preferences/WebPreferencesExperimental.yaml:

    git-svn-id: https://svn.webkit.org/repository/webkit/branches/safari-611-branch@271904 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-611.1.10.2-branch/Source/WTF/ChangeLog (271922 => 271923)


--- branches/safari-611.1.10.2-branch/Source/WTF/ChangeLog	2021-01-27 00:56:26 UTC (rev 271922)
+++ branches/safari-611.1.10.2-branch/Source/WTF/ChangeLog	2021-01-27 00:57:49 UTC (rev 271923)
@@ -1,3 +1,23 @@
+2021-01-26  Alan Coon  <[email protected]>
+
+        Cherry-pick r271904. rdar://problem/73636597
+
+    Disable WebGL 2 on safari-611-branch
+    rdar://73629533
+    rdar://73624686
+    
+    * Scripts/Preferences/WebPreferencesExperimental.yaml:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/branches/safari-611-branch@271904 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-01-26  Dean Jackson  <[email protected]>
+
+            Disable WebGL 2 on safari-611-branch
+            rdar://73629533
+            rdar://73624686
+
+            * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-01-11  Kimmo Kinnunen  <[email protected]>
 
         WebKit::IPC::Encoder needs definitions of all custom enum values at the Encoder definition time

Modified: branches/safari-611.1.10.2-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (271922 => 271923)


--- branches/safari-611.1.10.2-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-01-27 00:56:26 UTC (rev 271922)
+++ branches/safari-611.1.10.2-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-01-27 00:57:49 UTC (rev 271923)
@@ -981,9 +981,9 @@
   condition: ENABLE(WEBGL2)
   defaultValue:
     WebKitLegacy:
-      default: true
+      default: false
     WebKit:
-      default: true
+      default: false
 
 WebGPUEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to