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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:33:07 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 91e665a602c2d4309bee15e088ef62ce9544bb4a
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 29 02:18:27 2010 +0000

    2010-07-28  Hans Wennborg  <hans at chromium.org>
    
            Reviewed by Jeremy Orlow.
    
            Set ENABLE_DEVICE_ORIENTATION=1 in features.gypi for chromium
            https://bugs.webkit.org/show_bug.cgi?id=43122
    
            Enable the compile-time switch for device orientation.
            The switch was already enabled in features_override.gypi in the Chromium
            repository (in revision 53317), and should be set here as well.
    
            The feature is being implemented behind a run-time flag which
            defaults to off in Chromium.
    
            * features.gypi: Set ENABLE_DEVICE_ORIENTATION=1.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64256 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 4b03923..489607d 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,19 @@
+2010-07-28  Hans Wennborg  <hans at chromium.org>
+
+        Reviewed by Jeremy Orlow.
+
+        Set ENABLE_DEVICE_ORIENTATION=1 in features.gypi for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=43122
+
+        Enable the compile-time switch for device orientation.
+        The switch was already enabled in features_override.gypi in the Chromium
+        repository (in revision 53317), and should be set here as well.
+
+        The feature is being implemented behind a run-time flag which
+        defaults to off in Chromium.
+
+        * features.gypi: Set ENABLE_DEVICE_ORIENTATION=1.
+
 2010-07-28  Gene Gutnik  <gene at google.com>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/chromium/features.gypi b/WebKit/chromium/features.gypi
index a7c42d3..559ebd8 100644
--- a/WebKit/chromium/features.gypi
+++ b/WebKit/chromium/features.gypi
@@ -45,6 +45,7 @@
         'ENABLE_DASHBOARD_SUPPORT=0',
         'ENABLE_DATABASE=1',
         'ENABLE_DATAGRID=0',
+        'ENABLE_DEVICE_ORIENTATION=1',
         'ENABLE_DIRECTORY_UPLOAD=1',
         'ENABLE_DOM_STORAGE=1',
         'ENABLE_EVENTSOURCE=1',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list