Title: [271919] branches/safari-611.1.10.0-branch/Source/WTF
Revision
271919
Author
[email protected]
Date
2021-01-26 16:11:09 -0800 (Tue, 26 Jan 2021)

Log Message

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

    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.0-branch/Source/WTF/ChangeLog (271918 => 271919)


--- branches/safari-611.1.10.0-branch/Source/WTF/ChangeLog	2021-01-27 00:08:50 UTC (rev 271918)
+++ branches/safari-611.1.10.0-branch/Source/WTF/ChangeLog	2021-01-27 00:11:09 UTC (rev 271919)
@@ -1,3 +1,23 @@
+2021-01-26  Russell Epstein  <[email protected]>
+
+        Cherry-pick r271904. rdar://problem/73629533
+
+    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.0-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (271918 => 271919)


--- branches/safari-611.1.10.0-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-01-27 00:08:50 UTC (rev 271918)
+++ branches/safari-611.1.10.0-branch/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-01-27 00:11:09 UTC (rev 271919)
@@ -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