Title: [271914] branches/safari-611.1.10.3-branch/Source/WTF
Revision
271914
Author
[email protected]
Date
2021-01-26 16:01:53 -0800 (Tue, 26 Jan 2021)

Log Message

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

    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.3-branch/Source/WTF/ChangeLog (271913 => 271914)


--- branches/safari-611.1.10.3-branch/Source/WTF/ChangeLog	2021-01-26 23:56:08 UTC (rev 271913)
+++ branches/safari-611.1.10.3-branch/Source/WTF/ChangeLog	2021-01-27 00:01:53 UTC (rev 271914)
@@ -1,3 +1,23 @@
+2021-01-26  Russell Epstein  <[email protected]>
+
+        Cherry-pick r271904. rdar://problem/73636466
+
+    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.3-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (271913 => 271914)


--- branches/safari-611.1.10.3-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-01-26 23:56:08 UTC (rev 271913)
+++ branches/safari-611.1.10.3-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-01-27 00:01:53 UTC (rev 271914)
@@ -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