Title: [270614] trunk/Source/WebKit
Revision
270614
Author
[email protected]
Date
2020-12-09 23:23:13 -0800 (Wed, 09 Dec 2020)

Log Message

[macOS] Remove com.apple.PowerManagement.control from WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=219685
<rdar://problem/70497033>

Reviewed by Darin Adler.

Remove com.apple.PowerManagement.control from WebContent sandbox on macOS, since there are no reports of this being in use.

No new tests, since the result will depend on macOS version.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (270613 => 270614)


--- trunk/Source/WebKit/ChangeLog	2020-12-10 06:39:21 UTC (rev 270613)
+++ trunk/Source/WebKit/ChangeLog	2020-12-10 07:23:13 UTC (rev 270614)
@@ -1,3 +1,17 @@
+2020-12-09  Per Arne Vollan  <[email protected]>
+
+        [macOS] Remove com.apple.PowerManagement.control from WebContent sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=219685
+        <rdar://problem/70497033>
+
+        Reviewed by Darin Adler.
+
+        Remove com.apple.PowerManagement.control from WebContent sandbox on macOS, since there are no reports of this being in use.
+
+        No new tests, since the result will depend on macOS version.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2020-12-09  Peng Liu  <[email protected]>
 
         [Media in GPU Process][MSE] Implement basic video playback

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-12-10 06:39:21 UTC (rev 270613)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-12-10 07:23:13 UTC (rev 270614)
@@ -983,10 +983,10 @@
 #endif
     (global-name "com.apple.SystemConfiguration.configd")
 #if __MAC_OS_X_VERSION_MIN_REQUIRED <= 110000
+    (global-name "com.apple.PowerManagement.control")
     (global-name "com.apple.assertiond.processassertionconnection")
 #endif
     (global-name "com.apple.fonts")
-    (global-name "com.apple.PowerManagement.control")
 )
 
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to