Title: [248664] trunk/Source/WebKit
Revision
248664
Author
you...@apple.com
Date
2019-08-14 02:40:17 -0700 (Wed, 14 Aug 2019)

Log Message

Move some WebRTC runtime flags from experimental to internal
https://bugs.webkit.org/show_bug.cgi?id=200672

Reviewed by Eric Carlson.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (248663 => 248664)


--- trunk/Source/WebKit/ChangeLog	2019-08-14 09:27:00 UTC (rev 248663)
+++ trunk/Source/WebKit/ChangeLog	2019-08-14 09:40:17 UTC (rev 248664)
@@ -1,3 +1,12 @@
+2019-08-14  Youenn Fablet  <you...@apple.com>
+
+        Move some WebRTC runtime flags from experimental to internal
+        https://bugs.webkit.org/show_bug.cgi?id=200672
+
+        Reviewed by Eric Carlson.
+
+        * Shared/WebPreferences.yaml:
+
 2019-08-13  Said Abou-Hallawa  <sabouhall...@apple.com>
 
         shouldRespectImageOrientation should be a value in ImageOrientation

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (248663 => 248664)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-08-14 09:27:00 UTC (rev 248663)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-08-14 09:40:17 UTC (rev 248664)
@@ -561,7 +561,7 @@
   condition: ENABLE(WEB_RTC)
   humanReadableName: "WebRTC Unified Plan"
   humanReadableDescription: "Use WebRTC Unified Plan"
-  category: experimental
+  category: internal
 
 WebRTCVP8CodecEnabled:
   type: bool
@@ -570,7 +570,7 @@
   condition: ENABLE(WEB_RTC)
   humanReadableName: "WebRTC VP8 codec"
   humanReadableDescription: "Enable WebRTC VP8 codec"
-  category: experimental
+  category: internal
 
 WebRTCDTMFEnabled:
   type: bool
@@ -588,7 +588,7 @@
   condition: ENABLE(WEB_RTC)
   humanReadableName: "WebRTC H264 Simulcast"
   humanReadableDescription: "Enable WebRTC H264 Simulcast"
-  category: experimental
+  category: internal
 
 WebRTCMDNSICECandidatesEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to