Title: [278383] trunk/Source/WebKit
Revision
278383
Author
bfulg...@apple.com
Date
2021-06-02 16:33:20 -0700 (Wed, 02 Jun 2021)

Log Message

[Cocoa] Clean up notification_center message filters
https://bugs.webkit.org/show_bug.cgi?id=226555
<rdar://problem/77164076>

Reviewed by Per Arne Vollan.

We initially had two groups of mach-message-send filter rules for 'com.apple.system.notification_center' so we could
collect telemetry on a group of messages. Now that we have removed all the messages we do not need, there is no reason
to maintain two separate sets.

This patch just combines the two sets into a single list so we can easily conditionalize it for different OS releases
if needed.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (278382 => 278383)


--- trunk/Source/WebKit/ChangeLog	2021-06-02 23:30:22 UTC (rev 278382)
+++ trunk/Source/WebKit/ChangeLog	2021-06-02 23:33:20 UTC (rev 278383)
@@ -1,3 +1,21 @@
+2021-06-02  Brent Fulgham  <bfulg...@apple.com>
+
+        [Cocoa] Clean up notification_center message filters
+        https://bugs.webkit.org/show_bug.cgi?id=226555
+        <rdar://problem/77164076>
+
+        Reviewed by Per Arne Vollan.
+
+        We initially had two groups of mach-message-send filter rules for 'com.apple.system.notification_center' so we could
+        collect telemetry on a group of messages. Now that we have removed all the messages we do not need, there is no reason
+        to maintain two separate sets.
+
+        This patch just combines the two sets into a single list so we can easily conditionalize it for different OS releases
+        if needed.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2021-06-02  Jer Noble  <jer.no...@apple.com>
 
         REGRESSION(r276993): 5 TestWebKitAPI.AudioRoutingArbitration (api-tests) are constant failures

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (278382 => 278383)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-06-02 23:30:22 UTC (rev 278382)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-06-02 23:33:20 UTC (rev 278383)
@@ -731,8 +731,6 @@
             1022
             1025
             1026
-        ))
-        (allow mach-message-send (message-number
             1028
             1029
             1030

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (278382 => 278383)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-06-02 23:30:22 UTC (rev 278382)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-06-02 23:33:20 UTC (rev 278383)
@@ -1528,8 +1528,6 @@
                 1022
                 1025
                 1026
-            ))
-            (allow mach-message-send (message-number
                 1028
                 1029
                 1030
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to