Title: [172574] branches/safari-600.1-branch/Source/WebKit2
Revision
172574
Author
lforsch...@apple.com
Date
2014-08-13 21:23:28 -0700 (Wed, 13 Aug 2014)

Log Message

Merged r172539.  <rdar://problem/17998706>

Modified Paths

Diff

Modified: branches/safari-600.1-branch/Source/WebKit2/ChangeLog (172573 => 172574)


--- branches/safari-600.1-branch/Source/WebKit2/ChangeLog	2014-08-14 04:21:25 UTC (rev 172573)
+++ branches/safari-600.1-branch/Source/WebKit2/ChangeLog	2014-08-14 04:23:28 UTC (rev 172574)
@@ -1,5 +1,21 @@
 2014-08-13  Lucas Forschler  <lforsch...@apple.com>
 
+        Merge r172539
+
+    2014-08-13  Joseph Pecoraro  <pecor...@apple.com>
+
+            Opening Web Inspector causes a large amount of sandbox violations
+            https://bugs.webkit.org/show_bug.cgi?id=135908
+
+            Reviewed by Timothy Hatcher.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+            Permit the WebContent process to create file read extensions for the
+            system WebInspectorUI.framework which the Network process can already
+            read anyways.
+
+2014-08-13  Lucas Forschler  <lforsch...@apple.com>
+
         Merge r172528
 
     2014-08-13  Tim Horton  <timothy_hor...@apple.com>

Modified: branches/safari-600.1-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (172573 => 172574)


--- branches/safari-600.1-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2014-08-14 04:21:25 UTC (rev 172573)
+++ branches/safari-600.1-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2014-08-14 04:23:28 UTC (rev 172574)
@@ -91,6 +91,10 @@
 ;; and to allow issuing extensions.
 (allow-read-directory-and-issue-read-extensions (param "WEBKIT2_FRAMEWORK_DIR"))
 
+;; Allow issuing extensions to system libraries that the Network process can already read.
+;; This is to avoid warnings attempting to create extensions for these resources.
+(allow-read-directory-and-issue-read-extensions "/System/Library/PrivateFrameworks/WebInspectorUI.framework")
+
 ;; Sandbox extensions
 (define (apply-read-and-issue-extension op path-filter)
     (op file-read* path-filter)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to