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

crogers at google.com crogers at google.com
Wed Dec 22 15:05:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d5f652f2eeec2e1f95d3648c9fb4c30b6dd6b45b
Author: crogers at google.com <crogers at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 27 21:35:42 2010 +0000

    2010-10-27  Chris Rogers  <crogers at google.com>
    
            Reviewed by James Robinson.
    
            Add ENABLE_WEB_AUDIO feature enable flag (initially disabled) for Chromium
            https://bugs.webkit.org/show_bug.cgi?id=48465
    
            * features.gypi:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70712 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index fe62783..117dbf6 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-27  Chris Rogers  <crogers at google.com>
+
+        Reviewed by James Robinson.
+
+        Add ENABLE_WEB_AUDIO feature enable flag (initially disabled) for Chromium
+        https://bugs.webkit.org/show_bug.cgi?id=48465
+
+        * features.gypi:
+
 2010-10-25  Tony Chang  <tony at chromium.org>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKit/chromium/features.gypi b/WebKit/chromium/features.gypi
index 1e78b04..7e8989c 100644
--- a/WebKit/chromium/features.gypi
+++ b/WebKit/chromium/features.gypi
@@ -80,6 +80,7 @@
         'ENABLE_TOUCH_EVENTS=1',
         'ENABLE_V8_SCRIPT_DEBUG_SERVER=1',
         'ENABLE_VIDEO=1',
+        'ENABLE_WEB_AUDIO=0',
         'ENABLE_WEB_SOCKETS=1',
         'ENABLE_WEB_TIMING=1',
         'ENABLE_WORKERS=1',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list