[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 14:57:37 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 5efe1a0c57a6214df599040abced23a961b1805b
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 5 16:37:10 2011 +0000

    2011-01-05  Andras Becsi  <abecsi at webkit.org>
    
            Reviewed by Csaba Osztrogonác.
    
            [Qt][V8] Fix the build after recent changes.
    
            * pcre/pcre.pri: Correct the path after Source was introduced.
    2011-01-05  Andras Becsi  <abecsi at webkit.org>
    
            Reviewed by Csaba Osztrogonác.
    
            [Qt][V8] Fix the build after recent changes.
    
            No new tests needed.
    
            * WebCore.pro: Add missing files, and remove obsolete ones.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75068 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 11b33a5..b5b08e3 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-05  Andras Becsi  <abecsi at webkit.org>
+
+        Reviewed by Csaba Osztrogonác.
+
+        [Qt][V8] Fix the build after recent changes.
+
+        * pcre/pcre.pri: Correct the path after Source was introduced.
+
 2011-01-04  Steve Falkenburg  <sfalken at apple.com>
 
         Build fix. Update path to FindSafari after source code reorganization.
diff --git a/Source/JavaScriptCore/pcre/pcre.pri b/Source/JavaScriptCore/pcre/pcre.pri
index 4f59e17..3652d95 100644
--- a/Source/JavaScriptCore/pcre/pcre.pri
+++ b/Source/JavaScriptCore/pcre/pcre.pri
@@ -1,6 +1,6 @@
 # Perl Compatible Regular Expressions - Qt4 build info
 VPATH += $$PWD
-INCLUDEPATH += $$PWD $$OUTPUT_DIR/JavaScriptCore/tmp
+INCLUDEPATH += $$PWD $$OUTPUT_DIR/Source/JavaScriptCore/generated
 DEPENDPATH += $$PWD
 
 SOURCES += \
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8368b1f..6f577bd 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-05  Andras Becsi  <abecsi at webkit.org>
+
+        Reviewed by Csaba Osztrogonác.
+
+        [Qt][V8] Fix the build after recent changes.
+
+        No new tests needed.
+
+        * WebCore.pro: Add missing files, and remove obsolete ones.
+
 2011-01-05  Yong Li  <yoli at rim.com>
 
         Reviewed by Adam Barth.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 8a15fec..4a50371 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -390,6 +390,7 @@ v8 {
         bindings/v8/V8DOMMap.cpp \
         bindings/v8/V8DOMWrapper.cpp \
         bindings/v8/V8DataGridDataSource.cpp \
+        bindings/v8/V8EventListener.cpp \
         bindings/v8/V8EventListenerList.cpp \
         bindings/v8/V8GCController.cpp \
         bindings/v8/V8GCForContextDispose.cpp \
@@ -422,7 +423,6 @@ v8 {
         bindings/v8/custom/V8ImageDataCustom.cpp \
         bindings/v8/custom/V8InjectedScriptHostCustom.cpp \
         bindings/v8/custom/V8InspectorFrontendHostCustom.cpp \
-        bindings/v8/custom/V8CustomEventListener.cpp \
         bindings/v8/custom/V8DOMSettableTokenListCustom.cpp \
         bindings/v8/custom/V8DOMStringMapCustom.cpp \
         bindings/v8/custom/V8DOMTokenListCustom.cpp
@@ -448,6 +448,7 @@ v8 {
     }
 
     SOURCES += \
+        bindings/generic/RuntimeEnabledFeatures.cpp \
         bindings/v8/custom/V8HTMLCanvasElementCustom.cpp \
         bindings/v8/custom/V8HTMLCollectionCustom.cpp \
         bindings/v8/custom/V8HTMLDataGridElementCustom.cpp \
@@ -1412,7 +1413,7 @@ HEADERS += \
 
 v8 {
     HEADERS += \
-        bindings/v8/custom/V8CustomEventListener.h \
+        bindings/generic/RuntimeEnabledFeatures.h \
         bindings/v8/custom/V8CustomPositionCallback.h \
         bindings/v8/custom/V8CustomPositionErrorCallback.h  \
         bindings/v8/custom/V8CustomVoidCallback.h \
@@ -1462,6 +1463,7 @@ v8 {
         bindings/v8/V8DOMMap.h \
         bindings/v8/V8DOMWindowShell.h \
         bindings/v8/V8DOMWrapper.h \
+        bindings/v8/V8EventListener.h \
         bindings/v8/V8EventListenerList.h \
         bindings/v8/V8GCController.h \
         bindings/v8/V8Helpers.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list