Title: [214948] trunk/Source/WebKit2
- Revision
- 214948
- Author
- [email protected]
- Date
- 2017-04-05 10:02:24 -0700 (Wed, 05 Apr 2017)
Log Message
[WK2][iOS] Add entitlements to enable audio/video capture in WebProcess
https://bugs.webkit.org/show_bug.cgi?id=170507
<rdar://problem/31121248>
Reviewed by Youenn Fablet.
Add two entitlements that are required to access audio/video capture on iOS.
* Configurations/WebContent-iOS.entitlements:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (214947 => 214948)
--- trunk/Source/WebKit2/ChangeLog 2017-04-05 16:50:03 UTC (rev 214947)
+++ trunk/Source/WebKit2/ChangeLog 2017-04-05 17:02:24 UTC (rev 214948)
@@ -1,3 +1,15 @@
+2017-04-05 Brent Fulgham <[email protected]>
+
+ [WK2][iOS] Add entitlements to enable audio/video capture in WebProcess
+ https://bugs.webkit.org/show_bug.cgi?id=170507
+ <rdar://problem/31121248>
+
+ Reviewed by Youenn Fablet.
+
+ Add two entitlements that are required to access audio/video capture on iOS.
+
+ * Configurations/WebContent-iOS.entitlements:
+
2017-04-05 Carlos Garcia Campos <[email protected]>
Show a log message when an invalid message is received in non cocoa ports
Modified: trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements (214947 => 214948)
--- trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements 2017-04-05 16:50:03 UTC (rev 214947)
+++ trunk/Source/WebKit2/Configurations/WebContent-iOS.entitlements 2017-04-05 17:02:24 UTC (rev 214948)
@@ -24,5 +24,9 @@
</array>
<key>dynamic-codesigning</key>
<true/>
+ <key>com.apple.private.coremedia.pidinheritance.allow</key>
+ <true/>
+ <key>com.apple.private.coremedia.extensions.audiorecording.allow</key>
+ <true/>
</dict>
</plist>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes