Title: [218169] trunk/Source/WebKit2
Revision
218169
Author
commit-qu...@webkit.org
Date
2017-06-13 01:19:36 -0700 (Tue, 13 Jun 2017)

Log Message

Switch off Legacy WebRTC API flag by default
https://bugs.webkit.org/show_bug.cgi?id=173241

Patch by Youenn Fablet <you...@apple.com> on 2017-06-13
Reviewed by Sam Weinig.

* Shared/WebPreferencesDefinitions.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (218168 => 218169)


--- trunk/Source/WebKit2/ChangeLog	2017-06-13 08:13:26 UTC (rev 218168)
+++ trunk/Source/WebKit2/ChangeLog	2017-06-13 08:19:36 UTC (rev 218169)
@@ -1,3 +1,12 @@
+2017-06-13  Youenn Fablet  <you...@apple.com>
+
+        Switch off Legacy WebRTC API flag by default
+        https://bugs.webkit.org/show_bug.cgi?id=173241
+
+        Reviewed by Sam Weinig.
+
+        * Shared/WebPreferencesDefinitions.h:
+
 2017-06-12  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Add API::GeolocationProvider

Modified: trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h (218168 => 218169)


--- trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2017-06-13 08:13:26 UTC (rev 218168)
+++ trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2017-06-13 08:19:36 UTC (rev 218169)
@@ -356,7 +356,7 @@
     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") \
     macro(LinkPreloadEnabled, linkPreloadEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Link Preload", "Link preload support") \
-    macro(WebRTCLegacyAPIDisabled, webRTCLegacyAPIDisabled, Bool, bool, false, "Remove Legacy WebRTC API", "Remove Legacy WebRTC API") \
+    macro(WebRTCLegacyAPIDisabled, webRTCLegacyAPIDisabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Remove Legacy WebRTC API", "Remove Legacy WebRTC API") \
     macro(SubresourceIntegrityEnabled, subresourceIntegrityEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "SubresourceIntegrity", "Enable SubresourceIntegrity") \
     macro(ViewportFitEnabled, viewportFitEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Viewport Fit", "Enable viewport-fit viewport parameter") \
     macro(WebAnimationsEnabled, webAnimationsEnabled, Bool, bool, false, "Web Animations", "Web Animations prototype") \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to