[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

andersca at apple.com andersca at apple.com
Wed Dec 22 17:52:35 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bed3214154f76ce1dbfd9b31c654a61fa3d85138
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 1 22:27:16 2010 +0000

    Fix <rdar://problem/8717674>.
    
    Reviewed by Sam Weinig..
    
    * WebProcess/com.apple.WebProcess.sb:
    Allow the UI process to issue file-write extensions.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73071 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 7f1969f..6ff85c1 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-01  Anders Carlsson  <andersca at apple.com>
+
+        Reviewed by Sam Weinig..
+
+        Fix <rdar://problem/8717674>.
+
+        * WebProcess/com.apple.WebProcess.sb:
+        Allow the UI process to issue file-write extensions.
+
 2010-12-01  Sam Weinig  <sam at webkit.org>
 
         Another windows build fix.
diff --git a/WebKit2/WebProcess/com.apple.WebProcess.sb b/WebKit2/WebProcess/com.apple.WebProcess.sb
index c19a91a..158fd71 100644
--- a/WebKit2/WebProcess/com.apple.WebProcess.sb
+++ b/WebKit2/WebProcess/com.apple.WebProcess.sb
@@ -35,6 +35,10 @@
        ;; Extensions from UIProcess
        (extension))
 
+(allow file-write*
+       ;; Extensions from UIProcess
+       (extension))
+
 ;; Writable preferences and temporary files
 (allow file*
        (subpath (string-append (param "_HOME") "/Library/Caches/com.apple.WebProcess"))

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list