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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 18:28:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8a1a4813eb25a047b5499c29829ed5eeefbaa787
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 11 09:49:19 2010 +0000

    Unreviewed Qt buildfix after r73808.
    
    WebKit2: Need a WebKit2 equivalent of the WebKit1 WebDatabaseManager
    https://bugs.webkit.org/show_bug.cgi?id=50606
    
    * DerivedSources.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73848 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 7ec8aee..9762632 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-11  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed Qt buildfix after r73808.
+
+        WebKit2: Need a WebKit2 equivalent of the WebKit1 WebDatabaseManager
+        https://bugs.webkit.org/show_bug.cgi?id=50606
+
+        * DerivedSources.pro:
+
 2010-12-11  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r73834.
diff --git a/WebKit2/DerivedSources.pro b/WebKit2/DerivedSources.pro
index 70ef356..5971c2a 100644
--- a/WebKit2/DerivedSources.pro
+++ b/WebKit2/DerivedSources.pro
@@ -88,6 +88,7 @@ VPATH = \
     PluginProcess \
     WebProcess/Authentication \
     WebProcess/Plugins \
+    WebProcess/WebCoreSupport \
     WebProcess/WebPage \
     WebProcess \
     UIProcess \
@@ -102,6 +103,8 @@ MESSAGE_RECEIVERS = \
     PluginProcessProxy.messages.in \
     PluginProxy.messages.in \
     WebContext.messages.in \
+    WebDatabaseManager.messages.in \
+    WebDatabaseManagerProxy.messages.in \
     WebInspectorProxy.messages.in \
     WebPage/WebInspector.messages.in \
     WebPage/WebPage.messages.in \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list