[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

alex at webkit.org alex at webkit.org
Mon Feb 21 00:08:57 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit db8d12e3c6e5ee18877d5a9b96a01c4e6e192c29
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 28 14:19:13 2011 +0000

    2011-01-28  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [GTK] Fix dist compilation for the release
            https://bugs.webkit.org/show_bug.cgi?id=53290
    
            * GNUmakefile.am: Added inspector files to the extra dist.
    
    2011-01-28  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [GTK] Fix dist compilation for the release
            https://bugs.webkit.org/show_bug.cgi?id=53290
    
            * GNUmakefile.am: Remove a file that is not in the repository
            anymore.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76936 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 6ead7e1..327cc0f 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-28  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] Fix dist compilation for the release
+        https://bugs.webkit.org/show_bug.cgi?id=53290
+
+        * GNUmakefile.am: Added inspector files to the extra dist.
+
 2011-01-28  Ilya Sherman  <isherman at chromium.org>
 
         Reviewed by Andreas Kling.
diff --git a/Source/WebCore/GNUmakefile.am b/Source/WebCore/GNUmakefile.am
index 2349fdf..c0ab45a 100644
--- a/Source/WebCore/GNUmakefile.am
+++ b/Source/WebCore/GNUmakefile.am
@@ -4941,6 +4941,8 @@ EXTRA_DIST += \
 	Source/WebCore/html/parser/HTMLEntityNames.in \
 	Source/WebCore/icu/LICENSE \
 	Source/WebCore/inspector/CodeGeneratorInspector.pm \
+	Source/WebCore/inspector/InjectedScriptSource.js \
+	Source/WebCore/inspector/xxd.pl \
 	Source/WebCore/LICENSE-APPLE \
 	Source/WebCore/LICENSE-LGPL-2 \
 	Source/WebCore/LICENSE-LGPL-2.1 \
diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog
index 3be2bec..22ffb45 100644
--- a/Source/WebKit2/ChangeLog
+++ b/Source/WebKit2/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-28  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] Fix dist compilation for the release
+        https://bugs.webkit.org/show_bug.cgi?id=53290
+
+        * GNUmakefile.am: Remove a file that is not in the repository
+        anymore.
+
+
 2011-01-28  Andreas Kling  <kling at webkit.org>
 
         Rubber-stamped by Simon Hausmann.
diff --git a/Source/WebKit2/GNUmakefile.am b/Source/WebKit2/GNUmakefile.am
index 68c2c21..5dea2fa 100644
--- a/Source/WebKit2/GNUmakefile.am
+++ b/Source/WebKit2/GNUmakefile.am
@@ -323,7 +323,6 @@ libWebKit2_la_SOURCES = \
 	Source/WebKit2/UIProcess/FindIndicator.h \
 	Source/WebKit2/UIProcess/GenericCallback.h \
 	Source/WebKit2/UIProcess/gtk/TextCheckerGtk.cpp \
-	Source/WebKit2/UIProcess/gtk/WebContextGtk.cpp \
 	Source/WebKit2/UIProcess/gtk/WebInspectorGtk.cpp \
 	Source/WebKit2/UIProcess/gtk/WebPageProxyGtk.cpp \
 	Source/WebKit2/UIProcess/gtk/WebPreferencesGtk.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list