Title: [240635] trunk/Source/WebKit
Revision
240635
Author
[email protected]
Date
2019-01-28 19:36:12 -0800 (Mon, 28 Jan 2019)

Log Message

Update Screen Capture preference
https://bugs.webkit.org/show_bug.cgi?id=193947
rdar://problem/47620199

Reviewed by Youenn Fablet.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (240634 => 240635)


--- trunk/Source/WebKit/ChangeLog	2019-01-29 03:15:02 UTC (rev 240634)
+++ trunk/Source/WebKit/ChangeLog	2019-01-29 03:36:12 UTC (rev 240635)
@@ -1,3 +1,13 @@
+2019-01-28  Jon Lee  <[email protected]>
+
+        Update Screen Capture preference
+        https://bugs.webkit.org/show_bug.cgi?id=193947
+        rdar://problem/47620199
+
+        Reviewed by Youenn Fablet.
+
+        * Shared/WebPreferences.yaml:
+
 2019-01-28  Andy Estes  <[email protected]>
 
         [watchOS] Enable Parental Controls content filtering

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (240634 => 240635)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-01-29 03:15:02 UTC (rev 240634)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-01-29 03:36:12 UTC (rev 240635)
@@ -515,7 +515,7 @@
 
 ScreenCaptureEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   webcoreBinding: RuntimeEnabledFeatures
   condition: ENABLE(MEDIA_STREAM) && PLATFORM(MAC)
   humanReadableName: "ScreenCapture"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to