[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

abarth at webkit.org abarth at webkit.org
Thu Oct 29 20:48:27 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 20759791474e96f194e4860438d3bf48e81b0b40
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 20 04:01:56 2009 +0000

    2009-10-19  John Gregg  <johnnyg at google.com>
    
            Reviewed by Dimitri Glazkov.
    
            set ENABLE_NOTIFICATIONS=1 for Chromium
            https://bugs.webkit.org/show_bug.cgi?id=29949
    
            * chromium/features.gypi:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49834 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c9ce4e2..607a039 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-19  John Gregg  <johnnyg at google.com>
+
+        Reviewed by Dimitri Glazkov.
+
+        set ENABLE_NOTIFICATIONS=1 for Chromium
+        https://bugs.webkit.org/show_bug.cgi?id=29949
+
+        * chromium/features.gypi:
+
 2009-10-13  Drew Wilson  <atwilson at atwilson-macpro.local>
 
         Reviewed by David Levin.
diff --git a/WebKit/chromium/features.gypi b/WebKit/chromium/features.gypi
index 27d10c5..e3bc7d3 100644
--- a/WebKit/chromium/features.gypi
+++ b/WebKit/chromium/features.gypi
@@ -49,7 +49,7 @@
         'ENABLE_JAVASCRIPT_DEBUGGER=0',
         'ENABLE_JSC_MULTIPLE_THREADS=0',
         'ENABLE_ICONDATABASE=0',
-        'ENABLE_NOTIFICATIONS=0',
+        'ENABLE_NOTIFICATIONS=1',
         'ENABLE_ORIENTATION_EVENTS=0',
         'ENABLE_XSLT=1',
         'ENABLE_XPATH=1',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list