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

Log Message

Cherry-pick r285889. 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.

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

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

Modified Paths

Diff

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


--- branches/safari-613.1.9-branch/Source/WebKit/ChangeLog	2021-11-17 00:14:18 UTC (rev 285894)
+++ branches/safari-613.1.9-branch/Source/WebKit/ChangeLog	2021-11-17 00:14:20 UTC (rev 285895)
@@ -1,5 +1,36 @@
 2021-11-16  Russell Epstein  <repst...@apple.com>
 
+        Cherry-pick r285889. 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.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285889 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.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2021-11-16  Russell Epstein  <repst...@apple.com>
+
         Cherry-pick r285878. rdar://problem/85430575
 
     Adjust graphics related message filter

Modified: branches/safari-613.1.9-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (285894 => 285895)


--- branches/safari-613.1.9-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-11-17 00:14:18 UTC (rev 285894)
+++ branches/safari-613.1.9-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-11-17 00:14:20 UTC (rev 285895)
@@ -131,9 +131,7 @@
             (iokit-method-number
                 0
                 47
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
                 48
-#endif
             )
 #endif
         )
@@ -194,15 +192,11 @@
         (if (equal? (param "CPU") "arm64")
             (allow iokit-external-method
                 (iokit-method-number
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
+                    43
                     44
                     45
+                    46
                     47
-#else
-                    43
-                    44
-                    46
-#endif
                 )
             )
         )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to