Title: [204396] trunk/Source/WebKit2
Revision
204396
Author
[email protected]
Date
2016-08-11 17:35:18 -0700 (Thu, 11 Aug 2016)

Log Message

Make Gamepads be a WK2 ExperimentalFeature.
https://bugs.webkit.org/show_bug.cgi?id=160788

Reviewed by Alex Christensen.

* Shared/WebPreferencesDefinitions.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (204395 => 204396)


--- trunk/Source/WebKit2/ChangeLog	2016-08-12 00:34:22 UTC (rev 204395)
+++ trunk/Source/WebKit2/ChangeLog	2016-08-12 00:35:18 UTC (rev 204396)
@@ -1,3 +1,12 @@
+2016-08-11  Brady Eidson  <[email protected]>
+
+        Make Gamepads be a WK2 ExperimentalFeature.
+        https://bugs.webkit.org/show_bug.cgi?id=160788
+
+        Reviewed by Alex Christensen.
+
+        * Shared/WebPreferencesDefinitions.h:
+
 2016-08-11  Alex Christensen  <[email protected]>
 
         Don't use a NetworkingContext when creating SocketStreamHandles

Modified: trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h (204395 => 204396)


--- trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-08-12 00:34:22 UTC (rev 204395)
+++ trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-08-12 00:35:18 UTC (rev 204396)
@@ -220,7 +220,6 @@
     macro(ImageControlsEnabled, imageControlsEnabled, Bool, bool, false, "", "") \
     macro(EnableInheritURIQueryComponent, enableInheritURIQueryComponent, Bool, bool, false, "", "") \
     macro(ServiceControlsEnabled, serviceControlsEnabled, Bool, bool, false, "", "") \
-    macro(GamepadsEnabled, gamepadsEnabled, Bool, bool, false, "", "") \
     macro(NewBlockInsideInlineModelEnabled, newBlockInsideInlineModelEnabled, Bool, bool, false, "", "") \
     macro(HTTPEquivEnabled, httpEquivEnabled, Bool, bool, true, "", "") \
     macro(MockCaptureDevicesEnabled, mockCaptureDevicesEnabled, Bool, bool, false, "", "") \
@@ -288,8 +287,9 @@
 #define FOR_EACH_WEBKIT_EXPERIMENTAL_FEATURE_PREFERENCE(macro) \
     macro(CSSGridLayoutEnabled, cssGridLayoutEnabled, Bool, bool, true, "CSS Grid", "CSS Grid Layout Module support") \
     macro(CustomElementsEnabled, customElementsEnabled, Bool, bool, false, "Custom Elements", "HTML Custom Elements prototype") \
+    macro(GamepadsEnabled, gamepadsEnabled, Bool, bool, false, "Gamepads", "Web Gamepad API support") \
+    macro(SpringTimingFunctionEnabled, springTimingFunctionEnabled, Bool, bool, true, "CSS Spring Animations", "CSS Spring Animation prototype") \
     macro(WebGL2Enabled, webGL2Enabled, Bool, bool, true, "WebGL 2.0", "WebGL 2 prototype") \
-    macro(SpringTimingFunctionEnabled, springTimingFunctionEnabled, Bool, bool, true, "CSS Spring Animations", "CSS Spring Animation prototype") \
     \
 
 #if PLATFORM(COCOA)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to