Title: [285894] branches/safari-613.1.9-branch/Source/WebKit
Revision
285894
Author
repst...@apple.com
Date
2021-11-16 16:14:18 -0800 (Tue, 16 Nov 2021)

Log Message

Cherry-pick r285878. rdar://problem/85430575

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285878 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-613.1.9-branch/Source/WebKit/ChangeLog (285893 => 285894)


--- branches/safari-613.1.9-branch/Source/WebKit/ChangeLog	2021-11-16 23:53:48 UTC (rev 285893)
+++ branches/safari-613.1.9-branch/Source/WebKit/ChangeLog	2021-11-17 00:14:18 UTC (rev 285894)
@@ -1,3 +1,38 @@
+2021-11-16  Russell Epstein  <repst...@apple.com>
+
+        Cherry-pick r285878. rdar://problem/85430575
+
+    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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285878 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-13  Per Arne Vollan <pvol...@apple.com>
 
         [macOS][GPUP] Remove logging of used syscalls

Modified: branches/safari-613.1.9-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (285893 => 285894)


--- branches/safari-613.1.9-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-11-16 23:53:48 UTC (rev 285893)
+++ branches/safari-613.1.9-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-11-17 00:14:18 UTC (rev 285894)
@@ -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: branches/safari-613.1.9-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (285893 => 285894)


--- branches/safari-613.1.9-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-11-16 23:53:48 UTC (rev 285893)
+++ branches/safari-613.1.9-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-11-17 00:14:18 UTC (rev 285894)
@@ -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