Title: [261449] trunk/Source/WebKit
Revision
261449
Author
[email protected]
Date
2020-05-09 18:21:55 -0700 (Sat, 09 May 2020)

Log Message

Unreviewed, reverting r261389.
https://bugs.webkit.org/show_bug.cgi?id=211678

Introduced page loading regression. (Requested by perarne on
#webkit).

Reverted changeset:

"[iOS] Update message filtering rules in the WebContent
process' sandbox"
https://bugs.webkit.org/show_bug.cgi?id=211188
https://trac.webkit.org/changeset/261389

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (261448 => 261449)


--- trunk/Source/WebKit/ChangeLog	2020-05-10 00:48:56 UTC (rev 261448)
+++ trunk/Source/WebKit/ChangeLog	2020-05-10 01:21:55 UTC (rev 261449)
@@ -1,3 +1,18 @@
+2020-05-09  Commit Queue  <[email protected]>
+
+        Unreviewed, reverting r261389.
+        https://bugs.webkit.org/show_bug.cgi?id=211678
+
+        Introduced page loading regression. (Requested by perarne on
+        #webkit).
+
+        Reverted changeset:
+
+        "[iOS] Update message filtering rules in the WebContent
+        process' sandbox"
+        https://bugs.webkit.org/show_bug.cgi?id=211188
+        https://trac.webkit.org/changeset/261389
+
 2020-05-09  David Kilzer  <[email protected]>
 
         Adapt LocalCurrentGraphicsContext for iOS

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-05-10 00:48:56 UTC (rev 261448)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-05-10 01:21:55 UTC (rev 261449)
@@ -1217,7 +1217,7 @@
 (when (defined? 'mach-kernel-endpoint)
     (allow mach-kernel-endpoint
         (apply-message-filter
-            (deny mach-message-send (with telemetry))
+            (allow mach-message-send (with report) (with telemetry))
             (allow mach-message-send (kernel-mig-routine
                 host_get_clock_service
                 host_get_io_master
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to