Title: [284069] branches/safari-613.1.5-branch/Source/WebKit
Revision
284069
Author
[email protected]
Date
2021-10-12 17:43:11 -0700 (Tue, 12 Oct 2021)

Log Message

Cherry-pick r283977. rdar://problem/84174728

    [GPUP] Add missing entitlement
    https://bugs.webkit.org/show_bug.cgi?id=231499
    <rdar://83847918>

    Reviewed by Brent Fulgham.

    Add the entitlement "com.apple.private.webkit.use-xpc-endpoint" in the GPU process,
    which will enable XPC communication with other WebKit processes.

    * Scripts/process-entitlements.sh:

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

Modified Paths

Diff

Modified: branches/safari-613.1.5-branch/Source/WebKit/ChangeLog (284068 => 284069)


--- branches/safari-613.1.5-branch/Source/WebKit/ChangeLog	2021-10-13 00:33:33 UTC (rev 284068)
+++ branches/safari-613.1.5-branch/Source/WebKit/ChangeLog	2021-10-13 00:43:11 UTC (rev 284069)
@@ -1,3 +1,34 @@
+2021-10-12  Russell Epstein  <[email protected]>
+
+        Cherry-pick r283977. rdar://problem/84174728
+
+    [GPUP] Add missing entitlement
+    https://bugs.webkit.org/show_bug.cgi?id=231499
+    <rdar://83847918>
+    
+    Reviewed by Brent Fulgham.
+    
+    Add the entitlement "com.apple.private.webkit.use-xpc-endpoint" in the GPU process,
+    which will enable XPC communication with other WebKit processes.
+    
+    * Scripts/process-entitlements.sh:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283977 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-10-12  Per Arne Vollan <[email protected]>
+
+            [GPUP] Add missing entitlement
+            https://bugs.webkit.org/show_bug.cgi?id=231499
+            <rdar://83847918>
+
+            Reviewed by Brent Fulgham.
+
+            Add the entitlement "com.apple.private.webkit.use-xpc-endpoint" in the GPU process,
+            which will enable XPC communication with other WebKit processes.
+
+            * Scripts/process-entitlements.sh:
+
 2021-10-10  Sihui Liu  <[email protected]>
 
         Add support for iterating FileSystemDirectoryHandle

Modified: branches/safari-613.1.5-branch/Source/WebKit/Scripts/process-entitlements.sh (284068 => 284069)


--- branches/safari-613.1.5-branch/Source/WebKit/Scripts/process-entitlements.sh	2021-10-13 00:33:33 UTC (rev 284068)
+++ branches/safari-613.1.5-branch/Source/WebKit/Scripts/process-entitlements.sh	2021-10-13 00:43:11 UTC (rev 284069)
@@ -61,6 +61,7 @@
         fi
 
         plistbuddy Add :com.apple.private.memory.ownership_transfer bool YES
+        plistbuddy Add :com.apple.private.webkit.use-xpc-endpoint bool YES
         plistbuddy Add :com.apple.rootless.storage.WebKitGPUSandbox bool YES
         plistbuddy Add :com.apple.QuartzCore.webkit-end-points bool YES
     fi
@@ -208,6 +209,7 @@
     plistbuddy Add :com.apple.runningboard.assertions.webkit bool YES
     plistbuddy Add :com.apple.QuartzCore.webkit-end-points bool YES
     plistbuddy Add :com.apple.private.memory.ownership_transfer bool YES
+    plistbuddy Add :com.apple.private.webkit.use-xpc-endpoint bool YES
     plistbuddy Add :com.apple.QuartzCore.webkit-limited-types bool YES
 
     if [[ "${WK_USE_RESTRICTED_ENTITLEMENTS}" == YES ]]
@@ -310,6 +312,7 @@
     plistbuddy Add :com.apple.private.memorystatus bool YES
     plistbuddy Add :com.apple.private.memory.ownership_transfer bool YES
     plistbuddy Add :com.apple.private.network.socket-delegate bool YES
+    plistbuddy Add :com.apple.private.webkit.use-xpc-endpoint bool YES
     plistbuddy Add :com.apple.runningboard.assertions.webkit bool YES
 
     plistbuddy Add :com.apple.tcc.delegated-services array
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to