Title: [220553] trunk/Source/WebKit
Revision
220553
Author
cdu...@apple.com
Date
2017-08-10 15:42:29 -0700 (Thu, 10 Aug 2017)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (220552 => 220553)


--- trunk/Source/WebKit/ChangeLog	2017-08-10 22:39:48 UTC (rev 220552)
+++ trunk/Source/WebKit/ChangeLog	2017-08-10 22:42:29 UTC (rev 220553)
@@ -1,3 +1,13 @@
+2017-08-10  Chris Dumez  <cdu...@apple.com>
+
+        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:
+
 2017-08-10  Ross Kirsling  <ross.kirsl...@sony.com>
 
         Fix iOS simulator build after change "[WTF] Move TextStream into WTF"

Modified: trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h (220552 => 220553)


--- trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h	2017-08-10 22:39:48 UTC (rev 220552)
+++ trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h	2017-08-10 22:42:29 UTC (rev 220553)
@@ -359,7 +359,7 @@
 //   wider testing).
 
 #define FOR_EACH_WEBKIT_EXPERIMENTAL_FEATURE_PREFERENCE(macro) \
-    macro(BeaconAPIEnabled, beaconAPIEnabled, Bool, bool, false, "Beacon API", "Beacon API prototype") \
+    macro(BeaconAPIEnabled, beaconAPIEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Beacon API", "Beacon API") \
     macro(ConstantPropertiesEnabled, constantPropertiesEnabled, Bool, bool, true, "Constant Properties", "Enable CSS constant() properties") \
     macro(DisplayContentsEnabled, displayContentsEnabled, Bool, bool, false, "CSS display: contents", "Enable CSS display: contents support") \
     macro(SpringTimingFunctionEnabled, springTimingFunctionEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "CSS Spring Animations", "CSS Spring Animation prototype") \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to