Changeset 207139 in webkit


Ignore:
Timestamp:
Oct 11, 2016 8:53:58 AM (8 years ago)
Author:
Wenson Hsieh
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:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r207054 r207139  
     12016-10-11  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        The "Input Events" experimental feature runtime flag should not be on by default
     4        https://bugs.webkit.org/show_bug.cgi?id=163278
     5
     6        Reviewed by Zalan Bujtas.
     7
     8        This was intended to be off by default.
     9
     10        * Shared/WebPreferencesDefinitions.h:
     11
    1122016-10-10  Zan Dobersek  <zdobersek@igalia.com>
    213
  • trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h

    r206843 r207139  
    293293    macro(ModernMediaControlsEnabled, modernMediaControlsEnabled, Bool, bool, false, "Modern Media Controls", "Use modern media controls look") \
    294294    macro(VariationFontsEnabled, variationFontsEnabled, Bool, bool, true, "Variation Fonts", "Enable variation fonts") \
    295     macro(InputEventsEnabled, inputEventsEnabled, Bool, bool, true, "Input Events", "Enable InputEvents support") \
     295    macro(InputEventsEnabled, inputEventsEnabled, Bool, bool, false, "Input Events", "Enable InputEvents support") \
    296296    macro(VisualViewportEnabled, visualViewportEnabled, Bool, bool, false, "Visual Viewport", "Use Visual Viewport for fixed elements when zooming") \
    297297    macro(WebGL2Enabled, webGL2Enabled, Bool, bool, true, "WebGL 2.0", "WebGL 2 prototype") \
Note: See TracChangeset for help on using the changeset viewer.