Title: [152255] branches/safari-537-branch/Source/WebKit2
Revision
152255
Author
[email protected]
Date
2013-07-01 14:04:12 -0700 (Mon, 01 Jul 2013)

Log Message

Merged r152072.  <rdar://problem/13643935>

Modified Paths

Diff

Modified: branches/safari-537-branch/Source/WebKit2/ChangeLog (152254 => 152255)


--- branches/safari-537-branch/Source/WebKit2/ChangeLog	2013-07-01 21:02:07 UTC (rev 152254)
+++ branches/safari-537-branch/Source/WebKit2/ChangeLog	2013-07-01 21:04:12 UTC (rev 152255)
@@ -1,5 +1,20 @@
 2013-07-01  Lucas Forschler  <[email protected]>
 
+        Merge r152072
+
+    2013-06-26  Simon Cooper  <[email protected]>
+
+            Update ColorSync shared memory names in plug-in sandbox profile
+            https://bugs.webkit.org/show_bug.cgi?id=118099
+
+            Reviewed by Alexey Proskuryakov.
+
+            Update the common profile to use the names used in Mavericks
+
+            * Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb:
+
+2013-07-01  Lucas Forschler  <[email protected]>
+
         Merge r152063
 
     2013-06-26  Simon Cooper  <[email protected]>

Modified: branches/safari-537-branch/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb (152254 => 152255)


--- branches/safari-537-branch/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb	2013-07-01 21:02:07 UTC (rev 152254)
+++ branches/safari-537-branch/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb	2013-07-01 21:04:12 UTC (rev 152255)
@@ -290,6 +290,13 @@
 (allow ipc-posix-shm*
     (ipc-posix-name-regex #"^AudioIO")
     (ipc-posix-name-regex #"^CFPBS:")
+    (ipc-posix-name "com.apple.ColorSync.Gen.lock")
+    (ipc-posix-name "com.apple.ColorSync.Disp.lock")
+    (ipc-posix-name "com.apple.ColorSync.Gray2.2")
+    (ipc-posix-name "com.apple.ColorSync.sRGB")
+    (ipc-posix-name "com.apple.ColorSync.GenGray")
+    (ipc-posix-name "com.apple.ColorSync.GenRGB")
+    (ipc-posix-name-regex #"^com\.apple\.cs\.")
     (ipc-posix-name "_CS_GSHMEMLOCK")
     (ipc-posix-name "_CS_DSHMEMLOCK"))
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to