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

alex at webkit.org alex at webkit.org
Fri Jan 21 15:14:44 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit e72cf62fa2291d2e2fb0a3a372869a7829538446
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 10 17:15:04 2011 +0000

    2011-01-10  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Martin Robinson.
    
            [GTK] Remove webkit2 files that are still not added to the
            repository from the makefile
            https://bugs.webkit.org/show_bug.cgi?id=52145
    
            This change is required for the release, we can add the lines
            again to the makefiles with the patches adding the files.
    
            * GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75380 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index afb140a..b5109a2 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,16 @@
+2011-01-10  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        [GTK] Remove webkit2 files that are still not added to the
+        repository from the makefile
+        https://bugs.webkit.org/show_bug.cgi?id=52145
+
+        This change is required for the release, we can add the lines
+        again to the makefiles with the patches adding the files.
+
+        * GNUmakefile.am:
+
 2011-01-10  Andreas Kling  <kling at webkit.org>
 
         Reviewed by Simon Hausmann.
diff --git a/WebKit2/GNUmakefile.am b/WebKit2/GNUmakefile.am
index 61169ed..62ff333 100644
--- a/WebKit2/GNUmakefile.am
+++ b/WebKit2/GNUmakefile.am
@@ -4,7 +4,6 @@ noinst_LTLIBRARIES += \
 
 libWebKit2_ladir = $(prefix)/include/webkit2- at WEBKITGTK_API_VERSION@/WebKit2
 libWebKit2_la_HEADERS = \
-	$(WebKit2)/Shared/API/c/gtk/WKBaseGtk.h \
 	$(WebKit2)/Shared/API/c/WKArray.h \
 	$(WebKit2)/Shared/API/c/WKBase.h \
 	$(WebKit2)/Shared/API/c/WKCertificateInfo.h \
@@ -32,8 +31,6 @@ libWebKit2_la_HEADERS = \
 	$(WebKit2)/Shared/API/c/WKURLRequest.h \
 	$(WebKit2)/Shared/API/c/WKURLResponse.h \
 	$(WebKit2)/Shared/API/c/WKUserContentURLPattern.h \
-	$(WebKit2)/UIProcess/API/C/gtk/WKAPICastGtk.h \
-	$(WebKit2)/UIProcess/API/C/gtk/WKView.h \
 	$(WebKit2)/UIProcess/API/cpp/WKRetainPtr.h \
 	$(WebKit2)/UIProcess/API/C/WebKit2.h \
 	$(WebKit2)/UIProcess/API/C/WKAPICast.h \
@@ -110,7 +107,6 @@ libWebKit2_la_SOURCES = \
 	WebKit2/PluginProcess/WebProcessConnection.cpp \
 	WebKit2/PluginProcess/WebProcessConnection.h \
 	WebKit2/Shared/APIClient.h \
-	WebKit2/Shared/API/c/gtk/WKBaseGtk.h \
 	WebKit2/Shared/API/c/WKArray.cpp \
 	WebKit2/Shared/API/c/WKArray.h \
 	WebKit2/Shared/API/c/WKBase.h \
@@ -266,9 +262,6 @@ libWebKit2_la_SOURCES = \
 	WebKit2/Shared/WebURLResponse.h \
 	WebKit2/Shared/WebUserContentURLPattern.h \
 	WebKit2/Shared/WebWheelEvent.cpp \
-	WebKit2/UIProcess/API/C/gtk/WKAPICastGtk.h \
-	WebKit2/UIProcess/API/C/gtk/WKView.cpp \
-	WebKit2/UIProcess/API/C/gtk/WKView.h \
 	WebKit2/UIProcess/API/cpp/WKRetainPtr.h \
 	WebKit2/UIProcess/API/C/WebKit2.h \
 	WebKit2/UIProcess/API/C/WKAPICast.h \
@@ -335,14 +328,9 @@ libWebKit2_la_SOURCES = \
 	WebKit2/UIProcess/GenericCallback.h \
 	WebKit2/UIProcess/gtk/ChunkedUpdateDrawingAreaProxyGtk.cpp \
 	WebKit2/UIProcess/gtk/TextCheckerGtk.cpp \
-	WebKit2/UIProcess/gtk/WebContextGtk.cpp \
 	WebKit2/UIProcess/gtk/WebInspectorGtk.cpp \
 	WebKit2/UIProcess/gtk/WebPageProxyGtk.cpp \
 	WebKit2/UIProcess/gtk/WebPreferencesGtk.cpp \
-	WebKit2/UIProcess/gtk/WebView.cpp \
-	WebKit2/UIProcess/gtk/WebView.h \
-	WebKit2/UIProcess/gtk/WebViewInternal.cpp \
-	WebKit2/UIProcess/gtk/WebViewInternal.h \
 	WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp \
 	WebKit2/UIProcess/Launcher/gtk/ThreadLauncherGtk.cpp \
 	WebKit2/UIProcess/Launcher/ProcessLauncher.cpp \
@@ -522,7 +510,6 @@ libWebKit2_la_SOURCES = \
 	WebKit2/WebProcess/Plugins/PluginView.h \
 	WebKit2/WebProcess/WebCoreSupport/gtk/WebContextMenuClientGtk.cpp \
 	WebKit2/WebProcess/WebCoreSupport/gtk/WebDatabaseManagerGtk.cpp \
-	WebKit2/WebProcess/WebCoreSupport/gtk/WebErrorsGtk.cpp \
 	WebKit2/WebProcess/WebCoreSupport/gtk/WebFrameNetworkingContext.h \
 	WebKit2/WebProcess/WebCoreSupport/gtk/WebPopupMenuGtk.cpp \
 	WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp \
@@ -559,9 +546,7 @@ libWebKit2_la_SOURCES = \
 	WebKit2/WebProcess/WebPage/EncoderAdapter.h \
 	WebKit2/WebProcess/WebPage/FindController.cpp \
 	WebKit2/WebProcess/WebPage/FindController.h \
-	WebKit2/WebProcess/WebPage/gtk/ChunkedUpdateDrawingAreaGtk.cpp \
 	WebKit2/WebProcess/WebPage/gtk/WebInspectorGtk.cpp \
-	WebKit2/WebProcess/WebPage/gtk/WebPageGtk.cpp \
 	WebKit2/WebProcess/WebPage/LayerBackedDrawingArea.cpp \
 	WebKit2/WebProcess/WebPage/LayerBackedDrawingArea.h \
 	WebKit2/WebProcess/WebPage/PageOverlay.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list