Title: [293732] trunk/Source/WebKit
Revision
293732
Author
pvol...@apple.com
Date
2022-05-03 11:23:32 -0700 (Tue, 03 May 2022)

Log Message

[iOS][WP] Remove obsolete message filter
https://bugs.webkit.org/show_bug.cgi?id=240012

Reviewed by Geoffrey Garen.

Remove obsolete message filter in the WebContent process on iOS. This filtering is now enabled by the
GPU restricted entitlement we have added for the WebContent process.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (293731 => 293732)


--- trunk/Source/WebKit/ChangeLog	2022-05-03 18:06:15 UTC (rev 293731)
+++ trunk/Source/WebKit/ChangeLog	2022-05-03 18:23:32 UTC (rev 293732)
@@ -1,3 +1,15 @@
+2022-05-03  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS][WP] Remove obsolete message filter
+        https://bugs.webkit.org/show_bug.cgi?id=240012
+
+        Reviewed by Geoffrey Garen.
+
+        Remove obsolete message filter in the WebContent process on iOS. This filtering is now enabled by the
+        GPU restricted entitlement we have added for the WebContent process.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2022-05-03  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [iOS] The "Copy Cropped Image" context menu action should be gated on cropped image results

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-05-03 18:06:15 UTC (rev 293731)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-05-03 18:23:32 UTC (rev 293732)
@@ -246,49 +246,8 @@
                     iokit-async-external-method
                     iokit-external-method
                 )
-                (allow iokit-async-external-method
-#if PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED < 160000
-                    (iokit-method-number
-                        43
-                        44
-                    )
-#endif
-                )
-                (allow iokit-external-method
-#if PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED < 160000
-                    (iokit-method-number
-                        0
-                        2
-                        4
-                        5
-                        6
-                        7
-                        8
-                        9
-                        10
-                        11
-                        12
-                        13
-                        14
-                        15
-                        16
-                        25
-                        26
-                        27
-                        36
-                        37
-                        38
-                        39
-                        40
-                        41
-                        42
-                        43
-                        44
-                        45
-                    )
-#endif
-                )
-
+                (allow iokit-async-external-method)
+                (allow iokit-external-method)
             )
         )
     )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to