Title: [242849] branches/safari-607-branch/Source/WebKit
Revision
242849
Author
[email protected]
Date
2019-03-13 01:24:14 -0700 (Wed, 13 Mar 2019)

Log Message

Cherry-pick r241452. rdar://problem/48839390

    Make WebRTCUnifiedPlanEnabled true by default
    https://bugs.webkit.org/show_bug.cgi?id=194595

    Reviewed by Eric Carlson.

    * Shared/WebPreferences.yaml:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@241452 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-607-branch/Source/WebKit/ChangeLog (242848 => 242849)


--- branches/safari-607-branch/Source/WebKit/ChangeLog	2019-03-13 08:24:09 UTC (rev 242848)
+++ branches/safari-607-branch/Source/WebKit/ChangeLog	2019-03-13 08:24:14 UTC (rev 242849)
@@ -1,5 +1,28 @@
 2019-03-13  Babak Shafiei  <[email protected]>
 
+        Cherry-pick r241452. rdar://problem/48839390
+
+    Make WebRTCUnifiedPlanEnabled true by default
+    https://bugs.webkit.org/show_bug.cgi?id=194595
+    
+    Reviewed by Eric Carlson.
+    
+    * Shared/WebPreferences.yaml:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@241452 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-02-13  Youenn Fablet  <[email protected]>
+
+            Make WebRTCUnifiedPlanEnabled true by default
+            https://bugs.webkit.org/show_bug.cgi?id=194595
+
+            Reviewed by Eric Carlson.
+
+            * Shared/WebPreferences.yaml:
+
+2019-03-13  Babak Shafiei  <[email protected]>
+
         Cherry-pick r241002. rdar://problem/48839377
 
     UserMediaPermissionRequestManagerProxy lambdas should check for 'this' being valid

Modified: branches/safari-607-branch/Source/WebKit/Shared/WebPreferences.yaml (242848 => 242849)


--- branches/safari-607-branch/Source/WebKit/Shared/WebPreferences.yaml	2019-03-13 08:24:09 UTC (rev 242848)
+++ branches/safari-607-branch/Source/WebKit/Shared/WebPreferences.yaml	2019-03-13 08:24:14 UTC (rev 242849)
@@ -522,7 +522,7 @@
 
 WebRTCUnifiedPlanEnabled:
   type: bool
-  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
+  defaultValue: true
   webcoreBinding: RuntimeEnabledFeatures
   condition: ENABLE(WEB_RTC)
   humanReadableName: "WebRTC Unified Plan"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to