Title: [290967] branches/safari-613-branch/Source/WebKit
Revision
290967
Author
[email protected]
Date
2022-03-07 17:28:40 -0800 (Mon, 07 Mar 2022)

Log Message

Cherry-pick r285688. rdar://problem/85307256

    [macOS] Add required methods to IOKit message filter
    https://bugs.webkit.org/show_bug.cgi?id=233012
    <rdar://85307256>

    Reviewed by Brent Fulgham.

    Add required methods to IOKit message filter on macOS.

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

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

Modified Paths

Diff

Modified: branches/safari-613-branch/Source/WebKit/ChangeLog (290966 => 290967)


--- branches/safari-613-branch/Source/WebKit/ChangeLog	2022-03-08 01:26:23 UTC (rev 290966)
+++ branches/safari-613-branch/Source/WebKit/ChangeLog	2022-03-08 01:28:40 UTC (rev 290967)
@@ -1,5 +1,33 @@
 2022-03-07  Russell Epstein  <[email protected]>
 
+        Cherry-pick r285688. rdar://problem/85307256
+
+    [macOS] Add required methods to IOKit message filter
+    https://bugs.webkit.org/show_bug.cgi?id=233012
+    <rdar://85307256>
+    
+    Reviewed by Brent Fulgham.
+    
+    Add required methods to IOKit message filter on macOS.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285688 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-11-11  Per Arne  <[email protected]>
+
+            [macOS] Add required methods to IOKit message filter
+            https://bugs.webkit.org/show_bug.cgi?id=233012
+            <rdar://85307256>
+
+            Reviewed by Brent Fulgham.
+
+            Add required methods to IOKit message filter on macOS.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2022-03-07  Russell Epstein  <[email protected]>
+
         Cherry-pick r290765. rdar://problem/89232969
 
     Throw proper exception on failed removeEntry() calls

Modified: branches/safari-613-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (290966 => 290967)


--- branches/safari-613-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-03-08 01:26:23 UTC (rev 290966)
+++ branches/safari-613-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-03-08 01:28:40 UTC (rev 290967)
@@ -131,7 +131,9 @@
             (iokit-method-number
                 0
                 47
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
                 48
+#endif
             )
 #endif
         )
@@ -164,7 +166,24 @@
                 30
                 31
                 40
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
                 41
+                43
+                49
+                257
+                258
+                259
+                260
+                261
+                262
+                263
+                264
+                265
+                266
+                268
+                269
+                513
+#else
                 42
                 43
                 48
@@ -184,7 +203,7 @@
                 268
                 269
                 512
-                513
+#endif
             )
 #endif
         )
@@ -192,11 +211,16 @@
         (if (equal? (param "CPU") "arm64")
             (allow iokit-external-method
                 (iokit-method-number
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
+                    44
+                    45
+                    47
+#else
                     43
                     44
                     45
                     46
-                    47
+#endif
                 )
             )
         )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to