Title: [276519] trunk/Source/WebKit
Revision
276519
Author
[email protected]
Date
2021-04-23 14:38:37 -0700 (Fri, 23 Apr 2021)

Log Message

Unreviewed, reverting r276451.
https://bugs.webkit.org/show_bug.cgi?id=224999

Broke perf testing

Reverted changeset:

"[iOS] Update sandbox message filter syntax"
https://bugs.webkit.org/show_bug.cgi?id=223384
https://trac.webkit.org/changeset/276451

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (276518 => 276519)


--- trunk/Source/WebKit/ChangeLog	2021-04-23 21:32:46 UTC (rev 276518)
+++ trunk/Source/WebKit/ChangeLog	2021-04-23 21:38:37 UTC (rev 276519)
@@ -1,3 +1,16 @@
+2021-04-23  Commit Queue  <[email protected]>
+
+        Unreviewed, reverting r276451.
+        https://bugs.webkit.org/show_bug.cgi?id=224999
+
+        Broke perf testing
+
+        Reverted changeset:
+
+        "[iOS] Update sandbox message filter syntax"
+        https://bugs.webkit.org/show_bug.cgi?id=223384
+        https://trac.webkit.org/changeset/276451
+
 2021-04-23  Brent Fulgham  <[email protected]>
 
         [iOS] GPU Process sandbox lacks IOMobileFramebufferUserClient method filter

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (276518 => 276519)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-04-23 21:32:46 UTC (rev 276518)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-04-23 21:38:37 UTC (rev 276519)
@@ -1461,8 +1461,8 @@
 (when (defined? 'mach-bootstrap)
     (allow mach-bootstrap
         (apply-message-filter
-            (deny mach-message-send (with telemetry))
-            (allow mach-message-send (message-number
+            (deny xpc-message-send (with telemetry))
+            (allow xpc-message-send (message-number
                 206
                 207
                 711
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to