Changeset 220553 in webkit


Ignore:
Timestamp:
Aug 10, 2017 3:42:29 PM (7 years ago)
Author:
Chris Dumez
Message:

Turn on support for Beacon API by default in STP
https://bugs.webkit.org/show_bug.cgi?id=175445
<rdar://problem/33836379>

Reviewed by Youenn Fablet.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r220550 r220553  
     12017-08-10  Chris Dumez  <cdumez@apple.com>
     2
     3        Turn on support for Beacon API by default in STP
     4        https://bugs.webkit.org/show_bug.cgi?id=175445
     5        <rdar://problem/33836379>
     6
     7        Reviewed by Youenn Fablet.
     8
     9        * Shared/WebPreferencesDefinitions.h:
     10
    1112017-08-10  Ross Kirsling  <ross.kirsling@sony.com>
    212
  • trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h

    r220467 r220553  
    360360
    361361#define FOR_EACH_WEBKIT_EXPERIMENTAL_FEATURE_PREFERENCE(macro) \
    362     macro(BeaconAPIEnabled, beaconAPIEnabled, Bool, bool, false, "Beacon API", "Beacon API prototype") \
     362    macro(BeaconAPIEnabled, beaconAPIEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Beacon API", "Beacon API") \
    363363    macro(ConstantPropertiesEnabled, constantPropertiesEnabled, Bool, bool, true, "Constant Properties", "Enable CSS constant() properties") \
    364364    macro(DisplayContentsEnabled, displayContentsEnabled, Bool, bool, false, "CSS display: contents", "Enable CSS display: contents support") \
Note: See TracChangeset for help on using the changeset viewer.