Title: [207139] trunk/Source/WebKit2
Revision
207139
Author
[email protected]
Date
2016-10-11 08:53:58 -0700 (Tue, 11 Oct 2016)

Log Message

The "Input Events" experimental feature runtime flag should not be on by default
https://bugs.webkit.org/show_bug.cgi?id=163278

Reviewed by Zalan Bujtas.

This was intended to be off by default.

* Shared/WebPreferencesDefinitions.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (207138 => 207139)


--- trunk/Source/WebKit2/ChangeLog	2016-10-11 14:57:55 UTC (rev 207138)
+++ trunk/Source/WebKit2/ChangeLog	2016-10-11 15:53:58 UTC (rev 207139)
@@ -1,3 +1,14 @@
+2016-10-11  Wenson Hsieh  <[email protected]>
+
+        The "Input Events" experimental feature runtime flag should not be on by default
+        https://bugs.webkit.org/show_bug.cgi?id=163278
+
+        Reviewed by Zalan Bujtas.
+
+        This was intended to be off by default.
+
+        * Shared/WebPreferencesDefinitions.h:
+
 2016-10-10  Zan Dobersek  <[email protected]>
 
         Add ENABLE_ENCRYPTED_MEDIA configuration option

Modified: trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h (207138 => 207139)


--- trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-10-11 14:57:55 UTC (rev 207138)
+++ trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-10-11 15:53:58 UTC (rev 207139)
@@ -292,7 +292,7 @@
     macro(GamepadsEnabled, gamepadsEnabled, Bool, bool, false, "Gamepads", "Web Gamepad API support") \
     macro(ModernMediaControlsEnabled, modernMediaControlsEnabled, Bool, bool, false, "Modern Media Controls", "Use modern media controls look") \
     macro(VariationFontsEnabled, variationFontsEnabled, Bool, bool, true, "Variation Fonts", "Enable variation fonts") \
-    macro(InputEventsEnabled, inputEventsEnabled, Bool, bool, true, "Input Events", "Enable InputEvents support") \
+    macro(InputEventsEnabled, inputEventsEnabled, Bool, bool, false, "Input Events", "Enable InputEvents support") \
     macro(VisualViewportEnabled, visualViewportEnabled, Bool, bool, false, "Visual Viewport", "Use Visual Viewport for fixed elements when zooming") \
     macro(WebGL2Enabled, webGL2Enabled, Bool, bool, true, "WebGL 2.0", "WebGL 2 prototype") \
     \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to