Title: [210000] branches/safari-603-branch/Source/WebKit2
Revision
210000
Author
d...@apple.com
Date
2016-12-19 15:39:05 -0800 (Mon, 19 Dec 2016)

Log Message

Another feature toggle for rdar://problem/29466493.

    2016-12-19  Dean Jackson  <d...@apple.com>

    Enable Gamepad by default.

    * Shared/WebPreferencesDefinitions.h:

Modified Paths

Diff

Modified: branches/safari-603-branch/Source/WebKit2/ChangeLog (209999 => 210000)


--- branches/safari-603-branch/Source/WebKit2/ChangeLog	2016-12-19 23:36:47 UTC (rev 209999)
+++ branches/safari-603-branch/Source/WebKit2/ChangeLog	2016-12-19 23:39:05 UTC (rev 210000)
@@ -1,5 +1,15 @@
 2016-12-19  Dean Jackson  <d...@apple.com>
 
+        Another feature toggle for rdar://problem/29466493.
+
+    2016-12-19  Dean Jackson  <d...@apple.com>
+
+            Enable Gamepad by default.
+
+            * Shared/WebPreferencesDefinitions.h:
+
+2016-12-19  Dean Jackson  <d...@apple.com>
+
         Merge another patch for rdar://problem/29466493.
 
     2016-12-19  Dean Jackson  <d...@apple.com>

Modified: branches/safari-603-branch/Source/WebKit2/Shared/WebPreferencesDefinitions.h (209999 => 210000)


--- branches/safari-603-branch/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-12-19 23:36:47 UTC (rev 209999)
+++ branches/safari-603-branch/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-12-19 23:39:05 UTC (rev 210000)
@@ -317,7 +317,7 @@
 
 #define FOR_EACH_WEBKIT_EXPERIMENTAL_FEATURE_PREFERENCE(macro) \
     macro(SpringTimingFunctionEnabled, springTimingFunctionEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "CSS Spring Animations", "CSS Spring Animation prototype") \
-    macro(GamepadsEnabled, gamepadsEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Gamepads", "Web Gamepad API support") \
+    macro(GamepadsEnabled, gamepadsEnabled, Bool, bool, true, "Gamepads", "Web Gamepad API support") \
     macro(ModernMediaControlsEnabled, modernMediaControlsEnabled, Bool, bool, false, "Modern Media Controls", "Use modern media controls look") \
     macro(VariationFontsEnabled, variationFontsEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Variation Fonts", "Enable variation fonts") \
     macro(SubtleCryptoEnabled, subtleCryptoEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "SubtleCrypto", "Enable SubtleCrypto support") \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to