Title: [87563] branches/safari-534-branch/Source/WebKit2
- Revision
- 87563
- Author
- mr...@apple.com
- Date
- 2011-05-27 14:10:29 -0700 (Fri, 27 May 2011)
Log Message
Merge r87544.
Modified Paths
Diff
Modified: branches/safari-534-branch/Source/WebKit2/ChangeLog (87562 => 87563)
--- branches/safari-534-branch/Source/WebKit2/ChangeLog 2011-05-27 21:08:11 UTC (rev 87562)
+++ branches/safari-534-branch/Source/WebKit2/ChangeLog 2011-05-27 21:10:29 UTC (rev 87563)
@@ -1,5 +1,19 @@
2011-05-27 Mark Rowe <mr...@apple.com>
+ Merge r87544.
+
+ 2011-05-27 Jeff Miller <je...@apple.com>
+
+ Rubber-stamped by Steve Falkenburg.
+
+ <rdar://problem/9513401>
+ Add "allow file-issue-extension*" to the sandbox profile to let the user style sheet be added as an exception and subsequently loaded.
+ This patch is actually by Timothy Hatcher, I'm just landing it for him.
+
+ * WebProcess/com.apple.WebProcess.sb: Added (allow file-issue-extension*).
+
+2011-05-27 Mark Rowe <mr...@apple.com>
+
Merge r87421.
2011-05-25 Brian Weinstein <bweinst...@apple.com>
Modified: branches/safari-534-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb (87562 => 87563)
--- branches/safari-534-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb 2011-05-27 21:08:11 UTC (rev 87562)
+++ branches/safari-534-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb 2011-05-27 21:10:29 UTC (rev 87563)
@@ -18,6 +18,9 @@
(define (home-literal home-relative-literal)
(literal (string-append (param "HOME_DIR") home-relative-literal)))
+;; Needed only for loading the user stylesheet at this time
+(allow file-issue-extension*)
+
;; Read-only preferences and data
(allow file-read*
;; Basic system paths
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes