Title: [268227] branches/safari-610-branch/Tools
Revision
268227
Author
alanc...@apple.com
Date
2020-10-08 16:28:30 -0700 (Thu, 08 Oct 2020)

Log Message

Cherry-pick r268023. rdar://problem/70056589

    Disable media capture if an app's entitlements won't allow access to capture devices
    https://bugs.webkit.org/show_bug.cgi?id=217319
    <rdar://problem/69956112>

    Unreviewed, address post-review comments.

    * MiniBrowser/mac/Info.plist: Update media capture usage strings.
    * MobileMiniBrowser/MobileMiniBrowser/Info.plist: Ditto.

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

Modified Paths

Diff

Modified: branches/safari-610-branch/Tools/ChangeLog (268226 => 268227)


--- branches/safari-610-branch/Tools/ChangeLog	2020-10-08 23:28:28 UTC (rev 268226)
+++ branches/safari-610-branch/Tools/ChangeLog	2020-10-08 23:28:30 UTC (rev 268227)
@@ -1,5 +1,33 @@
 2020-10-07  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r268023. rdar://problem/70056589
+
+    Disable media capture if an app's entitlements won't allow access to capture devices
+    https://bugs.webkit.org/show_bug.cgi?id=217319
+    <rdar://problem/69956112>
+    
+    Unreviewed, address post-review comments.
+    
+    
+    * MiniBrowser/mac/Info.plist: Update media capture usage strings.
+    * MobileMiniBrowser/MobileMiniBrowser/Info.plist: Ditto.
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@268023 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-10-05  Eric Carlson  <eric.carl...@apple.com>
+
+            Disable media capture if an app's entitlements won't allow access to capture devices
+            https://bugs.webkit.org/show_bug.cgi?id=217319
+            <rdar://problem/69956112>
+
+            Unreviewed, address post-review comments.
+
+            * MiniBrowser/mac/Info.plist: Update media capture usage strings.
+            * MobileMiniBrowser/MobileMiniBrowser/Info.plist: Ditto.
+
+2020-10-07  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r268012. rdar://problem/70056589
 
     Disable media capture if an app's entitlements won't allow access to capture devices

Modified: branches/safari-610-branch/Tools/MiniBrowser/mac/Info.plist (268226 => 268227)


--- branches/safari-610-branch/Tools/MiniBrowser/mac/Info.plist	2020-10-08 23:28:28 UTC (rev 268226)
+++ branches/safari-610-branch/Tools/MiniBrowser/mac/Info.plist	2020-10-08 23:28:30 UTC (rev 268227)
@@ -53,8 +53,8 @@
 		</dict>
 	</array>
     <key>NSCameraUsageDescription</key>
-    <string>Recording random videos</string>
+    <string>Recording video on behalf of websites</string>
     <key>NSMicrophoneUsageDescription</key>
-    <string>Recording random audio</string>
+    <string>Recording audio on behalf of websites</string>
 </dict>
 </plist>

Modified: branches/safari-610-branch/Tools/MobileMiniBrowser/MobileMiniBrowser/Info.plist (268226 => 268227)


--- branches/safari-610-branch/Tools/MobileMiniBrowser/MobileMiniBrowser/Info.plist	2020-10-08 23:28:28 UTC (rev 268226)
+++ branches/safari-610-branch/Tools/MobileMiniBrowser/MobileMiniBrowser/Info.plist	2020-10-08 23:28:30 UTC (rev 268227)
@@ -55,8 +55,8 @@
 		<true/>
 	</dict>
     <key>NSCameraUsageDescription</key>
-    <string>Recording random videos</string>
+    <string>Recording video on behalf of websites</string>
     <key>NSMicrophoneUsageDescription</key>
-    <string>Recording random audio</string>
+    <string>Recording audio on behalf of websites</string>
 </dict>
 </plist>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to