Title: [239936] trunk/Source/WebKit
Revision
239936
Author
[email protected]
Date
2019-01-14 13:13:26 -0800 (Mon, 14 Jan 2019)

Log Message

Enable MDNS ICE candidate support by default
https://bugs.webkit.org/show_bug.cgi?id=193358

Reviewed by Geoffrey Garen.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239935 => 239936)


--- trunk/Source/WebKit/ChangeLog	2019-01-14 21:07:57 UTC (rev 239935)
+++ trunk/Source/WebKit/ChangeLog	2019-01-14 21:13:26 UTC (rev 239936)
@@ -1,3 +1,12 @@
+2019-01-14  Youenn Fablet  <[email protected]>
+
+        Enable MDNS ICE candidate support by default
+        https://bugs.webkit.org/show_bug.cgi?id=193358
+
+        Reviewed by Geoffrey Garen.
+
+        * Shared/WebPreferences.yaml:
+
 2019-01-11  Matt Rajca  <[email protected]>
 
         Expose preference for site-specific quirks on iOS

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (239935 => 239936)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-01-14 21:07:57 UTC (rev 239935)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-01-14 21:13:26 UTC (rev 239936)
@@ -557,7 +557,7 @@
 
 WebRTCMDNSICECandidatesEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   humanReadableName: "WebRTC mDNS ICE candidates"
   humanReadableDescription: "Enable WebRTC mDNS ICE candidates"
   webcoreBinding: RuntimeEnabledFeatures
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to