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

kinuko at chromium.org kinuko at chromium.org
Wed Dec 22 14:36:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ca0f17e21de19d2637f0c1ff71268a25f7b0bcd6
Author: kinuko at chromium.org <kinuko at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 14 01:08:15 2010 +0000

    2010-10-13  Kinuko Yasuda  <kinuko at chromium.org>
    
            Reviewed by Jian Li.
    
            [Chromium] Enable FILE_SYSTEM by default for chromium
            https://bugs.webkit.org/show_bug.cgi?id=47639
    
            * features.gypi: Add FILE_SYSTEM=1. Also remove FILE_READER=1
            as it seems to be not used anymore.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69724 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 7048774..678a43a 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-13  Kinuko Yasuda  <kinuko at chromium.org>
+
+        Reviewed by Jian Li.
+
+        [Chromium] Enable FILE_SYSTEM by default for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=47639
+
+        * features.gypi: Add FILE_SYSTEM=1. Also remove FILE_READER=1
+        as it seems to be not used anymore.
+
 2010-10-13  Jeremy Orlow  <jorlow at chromium.org>
 
         Reviewed by Nate Chapin.
diff --git a/WebKit/chromium/features.gypi b/WebKit/chromium/features.gypi
index 900bb7a..515358e 100644
--- a/WebKit/chromium/features.gypi
+++ b/WebKit/chromium/features.gypi
@@ -52,7 +52,7 @@
         'ENABLE_DIRECTORY_UPLOAD=1',
         'ENABLE_DOM_STORAGE=1',
         'ENABLE_EVENTSOURCE=1',
-        'ENABLE_FILE_READER=1',
+        'ENABLE_FILE_SYSTEM=1',
         'ENABLE_FILTERS=1',
         'ENABLE_GEOLOCATION=1',
         'ENABLE_ICONDATABASE=0',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list