Title: [208266] trunk/Source
Revision
208266
Author
wenson_hs...@apple.com
Date
2016-11-01 17:52:41 -0700 (Tue, 01 Nov 2016)

Log Message

Turn the Input Events runtime flag on by default
https://bugs.webkit.org/show_bug.cgi?id=164297

Reviewed by Ryosuke Niwa.

Source/WebCore:

Set the initial value of inputEventsEnabled in Settings to true.

* page/Settings.in:

Source/WebKit2:

* Shared/WebPreferencesDefinitions.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208265 => 208266)


--- trunk/Source/WebCore/ChangeLog	2016-11-02 00:34:02 UTC (rev 208265)
+++ trunk/Source/WebCore/ChangeLog	2016-11-02 00:52:41 UTC (rev 208266)
@@ -1,3 +1,14 @@
+2016-11-01  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Turn the Input Events runtime flag on by default
+        https://bugs.webkit.org/show_bug.cgi?id=164297
+
+        Reviewed by Ryosuke Niwa.
+
+        Set the initial value of inputEventsEnabled in Settings to true.
+
+        * page/Settings.in:
+
 2016-11-01  Brady Eidson  <beid...@apple.com>
 
         IndexedDB 2.0: Support IDBIndex getAll/getAllKeys.

Modified: trunk/Source/WebCore/page/Settings.in (208265 => 208266)


--- trunk/Source/WebCore/page/Settings.in	2016-11-02 00:34:02 UTC (rev 208265)
+++ trunk/Source/WebCore/page/Settings.in	2016-11-02 00:52:41 UTC (rev 208266)
@@ -280,7 +280,7 @@
 visualViewportEnabled initial=false, setNeedsStyleRecalcInAllFrames=1
 intersectionObserverEnabled initial=false
 
-inputEventsEnabled initial=false
+inputEventsEnabled initial=true
 
 quickTimePluginReplacementEnabled initial=defaultQuickTimePluginReplacementEnabled
 youTubeFlashPluginReplacementEnabled initial=defaultYouTubeFlashPluginReplacementEnabled

Modified: trunk/Source/WebKit2/ChangeLog (208265 => 208266)


--- trunk/Source/WebKit2/ChangeLog	2016-11-02 00:34:02 UTC (rev 208265)
+++ trunk/Source/WebKit2/ChangeLog	2016-11-02 00:52:41 UTC (rev 208266)
@@ -1,3 +1,12 @@
+2016-11-01  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Turn the Input Events runtime flag on by default
+        https://bugs.webkit.org/show_bug.cgi?id=164297
+
+        Reviewed by Ryosuke Niwa.
+
+        * Shared/WebPreferencesDefinitions.h:
+
 2016-11-01  Jaehun Lim  <ljaehun....@samsung.com>
 
         Unreviewed, EFL build fix after r208225

Modified: trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h (208265 => 208266)


--- trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-11-02 00:34:02 UTC (rev 208265)
+++ trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-11-02 00:52:41 UTC (rev 208266)
@@ -295,7 +295,7 @@
     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, true, "Variation Fonts", "Enable variation fonts") \
-    macro(InputEventsEnabled, inputEventsEnabled, Bool, bool, false, "Input Events", "Enable InputEvents support") \
+    macro(InputEventsEnabled, inputEventsEnabled, Bool, bool, true, "Input Events", "Enable InputEvents support") \
     macro(WebGL2Enabled, webGL2Enabled, Bool, bool, true, "WebGL 2.0", "WebGL 2 prototype") \
     \
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to