Title: [285878] trunk/Source/WebKit
Revision
285878
Author
pvol...@apple.com
Date
2021-11-16 12:20:46 -0800 (Tue, 16 Nov 2021)

Log Message

Adjust graphics related message filter
https://bugs.webkit.org/show_bug.cgi?id=233151
<rdar://problem/85430575>

Reviewed by Brent Fulgham.

Adjust graphics related message filter in the WebContent process' sandbox on iOS. This patch unifies
the filter for different OS versions.

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

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (285877 => 285878)


--- trunk/Source/WebKit/ChangeLog	2021-11-16 19:55:35 UTC (rev 285877)
+++ trunk/Source/WebKit/ChangeLog	2021-11-16 20:20:46 UTC (rev 285878)
@@ -1,3 +1,18 @@
+2021-11-16  Per Arne Vollan  <pvol...@apple.com>
+
+        Adjust graphics related message filter
+        https://bugs.webkit.org/show_bug.cgi?id=233151
+        <rdar://problem/85430575>
+
+        Reviewed by Brent Fulgham.
+
+        Adjust graphics related message filter in the WebContent process' sandbox on iOS. This patch unifies
+        the filter for different OS versions.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2021-11-16  Chris Dumez  <cdu...@apple.com>
 
         Crash under WebKit::WebPageProxy::commitProvisionalPage()

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-11-16 19:55:35 UTC (rev 285877)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-11-16 20:20:46 UTC (rev 285878)
@@ -263,11 +263,8 @@
                 (allow iokit-async-external-method
 #if PLATFORM(IOS)
                     (iokit-method-number
-#if __IPHONE_OS_VERSION_MIN_REQUIRED < 150500
                         43
-#else
                         44
-#endif
                     )
 #endif
                 )
@@ -292,21 +289,16 @@
                         25
                         26
                         27
-#if __IPHONE_OS_VERSION_MIN_REQUIRED < 150500
                         36
+                        37
                         38
                         39
                         40
+                        41
                         42
+                        43
                         44
-#else
-                        37
-                        39
-                        40
-                        41
-                        43
                         45
-#endif
                     )
 #endif
                 )

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-11-16 19:55:35 UTC (rev 285877)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-11-16 20:20:46 UTC (rev 285878)
@@ -166,10 +166,12 @@
                 30
                 31
                 40
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
                 41
+                42
                 43
+                48
                 49
+                256
                 257
                 258
                 259
@@ -180,26 +182,11 @@
                 264
                 265
                 266
+                267
                 268
                 269
+                512
                 513
-#else
-                42
-                48
-                256
-                257
-                258
-                259
-                260
-                261
-                262
-                263
-                264
-                265
-                267
-                268
-                512
-#endif
             )
 #endif
         )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to