Changeset 207348 in webkit


Ignore:
Timestamp:
Oct 14, 2016 11:16:26 AM (7 years ago)
Author:
beidson@apple.com
Message:

Enable Gamepads by default in WK2.
https://bugs.webkit.org/show_bug.cgi?id=163447

Rubberstamped by Sam Weinig.

  • Shared/WebPreferencesDefinitions.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r207346 r207348  
     12016-10-14  Brady Eidson  <beidson@apple.com>
     2
     3        Enable Gamepads by default in WK2.
     4        https://bugs.webkit.org/show_bug.cgi?id=163447
     5
     6        Rubberstamped by Sam Weinig.
     7
     8        * Shared/WebPreferencesDefinitions.h:
     9
    1102016-10-14  Gavin Barraclough  <barraclough@apple.com>
    211
  • trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h

    r207159 r207348  
    291291    macro(SpringTimingFunctionEnabled, springTimingFunctionEnabled, Bool, bool, true, "CSS Spring Animations", "CSS Spring Animation prototype") \
    292292    macro(CustomElementsEnabled, customElementsEnabled, Bool, bool, true, "Custom Elements", "HTML Custom Elements prototype") \
    293     macro(GamepadsEnabled, gamepadsEnabled, Bool, bool, false, "Gamepads", "Web Gamepad API support") \
     293    macro(GamepadsEnabled, gamepadsEnabled, Bool, bool, true, "Gamepads", "Web Gamepad API support") \
    294294    macro(ModernMediaControlsEnabled, modernMediaControlsEnabled, Bool, bool, false, "Modern Media Controls", "Use modern media controls look") \
    295295    macro(VariationFontsEnabled, variationFontsEnabled, Bool, bool, true, "Variation Fonts", "Enable variation fonts") \
Note: See TracChangeset for help on using the changeset viewer.