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

abecsi at webkit.org abecsi at webkit.org
Wed Dec 22 18:49:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a9f05142a256a3f20f5eee6d25432f4ec405e1b6
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 20 17:55:55 2010 +0000

    2010-12-20  Andras Becsi  <abecsi at webkit.org>
    
            Unreviewed build fix.
    
            [Qt][V8] Add  missing sources to the pro file and remove duplications to fix linking.
    
            No new tests needed.
    
            * WebCore.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74353 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b8cf4e2..4589ca5 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-20  Andras Becsi  <abecsi at webkit.org>
+
+        Unreviewed build fix.
+
+        [Qt][V8] Add  missing sources to the pro file and remove duplications to fix linking.
+
+        No new tests needed.
+
+        * WebCore.pro:
+
 2010-12-20  Alexander Pavlov  <apavlov at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 55198d0..e556ef5 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -326,9 +326,6 @@ SOURCES += \
     bindings/generic/ActiveDOMCallback.cpp
 
 v8 {
-    SOURCES += \
-        bindings/generic/RuntimeEnabledFeatures.cpp
-
     include($$PWD/../JavaScriptCore/pcre/pcre.pri)
     include($$PWD/../JavaScriptCore/wtf/wtf.pri)
 
@@ -343,7 +340,18 @@ v8 {
 
 
     SOURCES += \
+        bindings/v8/custom/V8ArrayBufferCustom.cpp \
         bindings/v8/custom/V8CustomXPathNSResolver.cpp \
+        bindings/v8/custom/V8DataViewCustom.cpp \
+        bindings/v8/custom/V8DeviceMotionEventCustom.cpp \
+        bindings/v8/custom/V8DeviceOrientationEventCustom.cpp \
+        bindings/v8/custom/V8Float32ArrayCustom.cpp \
+        bindings/v8/custom/V8Int8ArrayCustom.cpp \
+        bindings/v8/custom/V8Int16ArrayCustom.cpp \
+        bindings/v8/custom/V8Int32ArrayCustom.cpp \
+        bindings/v8/custom/V8Uint8ArrayCustom.cpp \
+        bindings/v8/custom/V8Uint16ArrayCustom.cpp \
+        bindings/v8/custom/V8Uint32ArrayCustom.cpp \
         \
         bindings/v8/ChildThreadDOMData.cpp \
         bindings/v8/DateExtension.cpp \
@@ -353,7 +361,6 @@ v8 {
         bindings/v8/NPV8Object.cpp \
         bindings/v8/ScheduledAction.cpp \
         bindings/v8/ScopedDOMDataStore.cpp \
-#        bindings/v8/ScriptArray.cpp \
         bindings/v8/ScriptCachedFrameData.cpp \
         bindings/v8/ScriptCallStackFactory.cpp \
         bindings/ScriptControllerBase.cpp \
@@ -417,7 +424,6 @@ v8 {
         bindings/v8/custom/V8DOMFormDataCustom.cpp \
         bindings/v8/custom/V8DOMWindowCustom.cpp \
         bindings/v8/custom/V8DataGridColumnListCustom.cpp \
-#        bindings/v8/custom/V8DatabaseCustom.cpp \
         bindings/v8/custom/V8DedicatedWorkerContextCustom.cpp \
         bindings/v8/custom/V8DocumentCustom.cpp \
         bindings/v8/custom/V8DocumentLocationCustom.cpp \
@@ -441,7 +447,6 @@ v8 {
         bindings/v8/custom/V8HTMLFormElementCustom.cpp \
         bindings/v8/custom/V8HTMLFrameElementCustom.cpp \
         bindings/v8/custom/V8HTMLFrameSetElementCustom.cpp \
-#        bindings/v8/custom/V8HTMLIFrameElementCustom.cpp \
         bindings/v8/custom/V8HTMLImageElementConstructor.cpp \
         bindings/v8/custom/V8HTMLInputElementCustom.cpp \
         bindings/v8/custom/V8HTMLOptionElementConstructor.cpp \
@@ -481,7 +486,6 @@ v8 {
         \
         bindings/v8/custom/V8NotificationCenterCustom.cpp \
         bindings/v8/custom/V8ConsoleCustom.cpp \
-#        bindings/v8/custom/V8DatabaseSyncCustom.cpp \
         bindings/v8/custom/V8SQLTransactionSyncCustom.cpp \
         bindings/v8/V8WorkerContextErrorHandler.cpp
 } else {
@@ -1424,10 +1428,8 @@ v8 {
         bindings/v8/npruntime_priv.h \
         bindings/v8/NPV8Object.h \
         bindings/v8/OwnHandle.h \
-        bindings/generic/RuntimeEnabledFeatures.h \
         bindings/v8/ScheduledAction.h \
         bindings/v8/ScopedDOMDataStore.h \
-#        bindings/v8/ScriptArray.h \
         bindings/v8/ScriptCachedFrameData.h \
         bindings/v8/ScriptController.h \
         bindings/v8/ScriptEventListener.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list