Title: [284248] trunk/Source/WebKit
Revision
284248
Author
[email protected]
Date
2021-10-15 08:47:51 -0700 (Fri, 15 Oct 2021)

Log Message

Unreviewed, revert an unintentional sandbox change in r284079

I accidentally included the below change as a part of r284079, since it was necessary in order to avoid several
layout test failures on macOS Monterey:

- fast/canvas/toDataURL-supportedTypes.html
- fast/canvas/canvas-blending-image-over-image.html
- fast/canvas/canvas-blending-image-over-gradient.html
- fast/canvas/canvas-blending-image-over-color.html
- fast/canvas/toDataURL-not-empty.html

...but forgot to revert this change when landing the final patch.

* GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (284247 => 284248)


--- trunk/Source/WebKit/ChangeLog	2021-10-15 15:25:57 UTC (rev 284247)
+++ trunk/Source/WebKit/ChangeLog	2021-10-15 15:47:51 UTC (rev 284248)
@@ -1,3 +1,20 @@
+2021-10-15  Wenson Hsieh  <[email protected]>
+
+        Unreviewed, revert an unintentional sandbox change in r284079
+
+        I accidentally included the below change as a part of r284079, since it was necessary in order to avoid several
+        layout test failures on macOS Monterey:
+
+        - fast/canvas/toDataURL-supportedTypes.html
+        - fast/canvas/canvas-blending-image-over-image.html
+        - fast/canvas/canvas-blending-image-over-gradient.html
+        - fast/canvas/canvas-blending-image-over-color.html
+        - fast/canvas/toDataURL-not-empty.html
+
+        ...but forgot to revert this change when landing the final patch.
+
+        * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
+
 2021-10-15  Brady Eidson  <[email protected]>
 
         WebKit Managed Notifications: Skeleton NotificationProvider.

Modified: trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (284247 => 284248)


--- trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in	2021-10-15 15:25:57 UTC (rev 284247)
+++ trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in	2021-10-15 15:47:51 UTC (rev 284248)
@@ -742,7 +742,9 @@
 (allow mach-lookup
        (global-name "com.apple.audio.audiohald")
        (global-name "com.apple.CARenderServer") ; Needed for [CAContext remoteContextWithOptions]
+#if __MAC_OS_X_VERSION_MIN_REQUIRED < 120000
        (global-name "com.apple.lsd.mapdb")
+#endif
        (global-name "com.apple.fonts")
        (global-name "com.apple.PowerManagement.control")
        (global-name "com.apple.trustd.agent")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to