[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

abecsi at webkit.org abecsi at webkit.org
Fri Jan 21 15:01:34 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 164e3947d28fb5576b891aba6405e66a8fe4af15
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 6 14:04:42 2011 +0000

    2011-01-06  Andras Becsi  <abecsi at webkit.org>
    
            Reviewed by Csaba Osztrogonác.
    
            [Qt][V8] Fix the build when DEVICE_ORIENTATION is enabled.
    
            No new tests needed.
    
            * WebCore.pro: remove duplications and globally add RuntimeEnabledFeatures.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75151 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5dbe72d..88a78aa 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-06  Andras Becsi  <abecsi at webkit.org>
+
+        Reviewed by Csaba Osztrogonác.
+
+        [Qt][V8] Fix the build when DEVICE_ORIENTATION is enabled.
+
+        No new tests needed.
+
+        * WebCore.pro: remove duplications and globally add RuntimeEnabledFeatures.
+
 2011-01-06  Helder Correia  <helder at sencha.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 66e94e4..96298e3 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -334,7 +334,8 @@ SOURCES += \
     accessibility/AccessibilityTableHeaderContainer.cpp \    
     accessibility/AccessibilityTableRow.cpp \    
     accessibility/AXObjectCache.cpp \
-    bindings/generic/ActiveDOMCallback.cpp
+    bindings/generic/ActiveDOMCallback.cpp \
+    bindings/generic/RuntimeEnabledFeatures.cpp
 
 v8 {
     include($$PWD/../Source/JavaScriptCore/pcre/pcre.pri)
@@ -450,7 +451,6 @@ v8 {
     }
 
     SOURCES += \
-        bindings/generic/RuntimeEnabledFeatures.cpp \
         bindings/v8/custom/V8HTMLCanvasElementCustom.cpp \
         bindings/v8/custom/V8HTMLCollectionCustom.cpp \
         bindings/v8/custom/V8HTMLDataGridElementCustom.cpp \
@@ -1411,11 +1411,11 @@ HEADERS += \
     accessibility/AccessibilityTableRow.h \
     accessibility/AXObjectCache.h \
     bindings/ScriptControllerBase.h \
-    bindings/generic/ActiveDOMCallback.h
+    bindings/generic/ActiveDOMCallback.h \
+    bindings/generic/RuntimeEnabledFeatures.h
 
 v8 {
     HEADERS += \
-        bindings/generic/RuntimeEnabledFeatures.h \
         bindings/v8/custom/V8CustomPositionCallback.h \
         bindings/v8/custom/V8CustomPositionErrorCallback.h  \
         bindings/v8/custom/V8CustomVoidCallback.h \
@@ -3442,15 +3442,14 @@ contains(DEFINES, ENABLE_DEVICE_ORIENTATION=1) {
         ../WebKit/qt/WebCoreSupport/DeviceMotionProviderQt.h \
         ../WebKit/qt/WebCoreSupport/DeviceOrientationClientQt.h \
         ../WebKit/qt/WebCoreSupport/DeviceOrientationClientMockQt.h \
-        ../WebKit/qt/WebCoreSupport/DeviceOrientationProviderQt.h \
-        bindings/generic/RuntimeEnabledFeatures.h
+        ../WebKit/qt/WebCoreSupport/DeviceOrientationProviderQt.h
+
     SOURCES += \
         ../WebKit/qt/WebCoreSupport/DeviceMotionClientQt.cpp \
         ../WebKit/qt/WebCoreSupport/DeviceMotionProviderQt.cpp \
         ../WebKit/qt/WebCoreSupport/DeviceOrientationClientQt.cpp \
         ../WebKit/qt/WebCoreSupport/DeviceOrientationClientMockQt.cpp \
-        ../WebKit/qt/WebCoreSupport/DeviceOrientationProviderQt.cpp \
-        bindings/generic/RuntimeEnabledFeatures.cpp
+        ../WebKit/qt/WebCoreSupport/DeviceOrientationProviderQt.cpp
 
     CONFIG += mobility
     MOBILITY += sensors

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list