Title: [282908] branches/safari-612-branch/Source/WebKit
Revision
282908
Author
repst...@apple.com
Date
2021-09-22 21:29:01 -0700 (Wed, 22 Sep 2021)

Log Message

Cherry-pick r281960. rdar://problem/83429573

    [iOS] Gather logs for IOKit class
    https://bugs.webkit.org/show_bug.cgi?id=228784

    Reviewed by Brent Fulgham.

    Add telemetry for an IOKit class on iOS.

    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:

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

Modified Paths

Diff

Modified: branches/safari-612-branch/Source/WebKit/ChangeLog (282907 => 282908)


--- branches/safari-612-branch/Source/WebKit/ChangeLog	2021-09-23 04:28:59 UTC (rev 282907)
+++ branches/safari-612-branch/Source/WebKit/ChangeLog	2021-09-23 04:29:01 UTC (rev 282908)
@@ -1,3 +1,30 @@
+2021-09-22  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r281960. rdar://problem/83429573
+
+    [iOS] Gather logs for IOKit class
+    https://bugs.webkit.org/show_bug.cgi?id=228784
+    
+    Reviewed by Brent Fulgham.
+    
+    Add telemetry for an IOKit class on iOS.
+    
+    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281960 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-09-02  Per Arne  <pvol...@apple.com>
+
+            [iOS] Gather logs for IOKit class
+            https://bugs.webkit.org/show_bug.cgi?id=228784
+
+            Reviewed by Brent Fulgham.
+
+            Add telemetry for an IOKit class on iOS.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2021-09-16  Russell Epstein  <repst...@apple.com>
 
         Cherry-pick r282419. rdar://problem/83183884

Modified: branches/safari-612-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (282907 => 282908)


--- branches/safari-612-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-09-23 04:28:59 UTC (rev 282907)
+++ branches/safari-612-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-09-23 04:29:01 UTC (rev 282908)
@@ -97,7 +97,7 @@
                 (deny (with telemetry)
                     iokit-async-external-method
                     iokit-external-trap)
-                (allow
+                (allow (with telemetry)
                     iokit-external-method)
             )
         )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to