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

xan at webkit.org xan at webkit.org
Wed Dec 22 18:50:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6d6a743c3fea127975aae7fbf0b4f274eae08158
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 20 22:03:52 2010 +0000

    2010-12-20  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            * configure.ac: bump version for 1.3.8 release.
    
    WebCore:
    
    2010-12-20  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            * GNUmakefile.am: add missing files.
    
    WebKit/gtk:
    
    2010-12-20  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            * GNUmakefile.am: add missing files.
            * NEWS: update for 1.3.8 release.
    
    JavaScriptCore:
    
    2010-12-20  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            * GNUmakefile.am: add missing files.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74366 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 336560e..e4fa3e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-20  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        * configure.ac: bump version for 1.3.8 release.
+
 2010-12-20  David Levin  <levin at chromium.org>
 
         Reviewed by Ariya Hidayat.
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 20be669..e89a614 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-20  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        * GNUmakefile.am: add missing files.
+
 2010-12-18  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by Oliver Hunt.
diff --git a/JavaScriptCore/GNUmakefile.am b/JavaScriptCore/GNUmakefile.am
index e4b5f0b..2dc1522 100644
--- a/JavaScriptCore/GNUmakefile.am
+++ b/JavaScriptCore/GNUmakefile.am
@@ -470,12 +470,14 @@ javascriptcore_sources += \
 	JavaScriptCore/wtf/Noncopyable.h \
 	JavaScriptCore/wtf/NotFound.h \
 	JavaScriptCore/wtf/NullPtr.h \
+	JavaScriptCore/wtf/OSAllocator.h \
 	JavaScriptCore/wtf/OwnArrayPtr.h \
 	JavaScriptCore/wtf/OwnFastMallocPtr.h \
 	JavaScriptCore/wtf/OwnArrayPtrCommon.h \
 	JavaScriptCore/wtf/OwnPtrCommon.h \
 	JavaScriptCore/wtf/OwnPtr.h \
 	JavaScriptCore/wtf/PageAllocation.h \
+	JavaScriptCore/wtf/PageBlock.h \
 	JavaScriptCore/wtf/PageReservation.h \
 	JavaScriptCore/wtf/PageBlock.cpp \
 	JavaScriptCore/wtf/PassOwnArrayPtr.h \
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 841ecda..81d8aaa 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-20  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        * GNUmakefile.am: add missing files.
+
 2010-12-20  Abhishek Arya  <inferno at chromium.org>
 
         Reviewed by James Robinson.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index cb36e31..9cfbf3b 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -2101,6 +2101,7 @@ webcore_sources += \
 	WebCore/loader/ResourceLoader.h \
 	WebCore/loader/ResourceLoadNotifier.cpp \
 	WebCore/loader/ResourceLoadNotifier.h \
+	WebCore/loader/ResourceLoadPriority.h \
 	WebCore/loader/ResourceLoadScheduler.cpp \
 	WebCore/loader/ResourceLoadScheduler.h \
 	WebCore/loader/SinkDocument.cpp \
@@ -2417,7 +2418,6 @@ webcore_sources += \
 	WebCore/platform/graphics/Gradient.h \
 	WebCore/platform/graphics/GraphicsContext.cpp \
 	WebCore/platform/graphics/GraphicsContext.h \
-	WebCore/platform/graphics/GraphicsContextPrivate.h \
 	WebCore/platform/graphics/GraphicsLayer.h \
 	WebCore/platform/graphics/GraphicsTypes.cpp \
 	WebCore/platform/graphics/GraphicsTypes.h \
@@ -4806,6 +4806,7 @@ EXTRA_DIST += \
 	WebCore/css/CSSGrammar.y \
 	WebCore/css/CSSPropertyNames.in \
 	WebCore/css/CSSValueKeywords.in \
+	WebCore/css/fullscreen.css \
 	WebCore/css/html.css \
 	WebCore/css/make-css-file-arrays.pl \
 	WebCore/css/makegrammar.pl \
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index bc13749..81a477d 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-20  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        * GNUmakefile.am: add missing files.
+        * NEWS: update for 1.3.8 release.
+
 2010-12-18  Antonio Gomes  <agomes at rim.com>
 
         Reviewed by Xan Lopez.
diff --git a/WebKit/gtk/GNUmakefile.am b/WebKit/gtk/GNUmakefile.am
index dd46959..256122c 100644
--- a/WebKit/gtk/GNUmakefile.am
+++ b/WebKit/gtk/GNUmakefile.am
@@ -177,9 +177,11 @@ webkitgtk_sources += \
 	WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.h \
 	WebKit/gtk/webkit/webkitapplicationcache.cpp \
 	WebKit/gtk/webkit/webkitdownload.cpp \
+	WebKit/gtk/webkit/webkitdownloadprivate.h \
 	WebKit/gtk/webkit/webkiterror.cpp \
 	WebKit/gtk/webkit/webkitgeolocationpolicydecision.cpp \
 	WebKit/gtk/webkit/webkithittestresult.cpp \
+	WebKit/gtk/webkit/webkithittestresultprivate.h \
 	WebKit/gtk/webkit/webkitnetworkrequest.cpp \
 	WebKit/gtk/webkit/webkitnetworkrequestprivate.h \
 	WebKit/gtk/webkit/webkitnetworkresponse.cpp \
@@ -187,26 +189,33 @@ webkitgtk_sources += \
 	WebKit/gtk/webkit/webkitprivate.cpp \
 	WebKit/gtk/webkit/webkitprivate.h \
 	WebKit/gtk/webkit/webkitsecurityorigin.cpp \
+	WebKit/gtk/webkit/webkitsecurityoriginprivate.h \
 	WebKit/gtk/webkit/webkitsoupauthdialog.c \
 	WebKit/gtk/webkit/webkitversion.cpp \
 	WebKit/gtk/webkit/webkitviewportattributes.cpp \
+	WebKit/gtk/webkit/webkitviewportattributesprivate.h \
 	WebKit/gtk/webkit/webkitwebbackforwardlist.cpp \
+	WebKit/gtk/webkit/webkitwebbackforwardlistprivate.h \
 	WebKit/gtk/webkit/webkitwebdatabase.cpp \
 	WebKit/gtk/webkit/webkitwebdatasource.cpp \
 	WebKit/gtk/webkit/webkitwebframe.cpp \
 	WebKit/gtk/webkit/webkitwebframeprivate.h \
 	WebKit/gtk/webkit/webkitwebhistoryitem.cpp \
+	WebKit/gtk/webkit/webkitwebhistoryitemprivate.h \
 	WebKit/gtk/webkit/webkitwebinspector.cpp \
 	WebKit/gtk/webkit/webkitwebinspectorprivate.h \
 	WebKit/gtk/webkit/webkitwebnavigationaction.cpp \
 	WebKit/gtk/webkit/webkitwebnavigationactionprivate.h \
 	WebKit/gtk/webkit/webkitwebpolicydecision.cpp \
+	WebKit/gtk/webkit/webkitwebpolicydecisionprivate.h \
 	WebKit/gtk/webkit/webkitwebresource.cpp \
+	WebKit/gtk/webkit/webkitwebresourceprivate.h \
 	WebKit/gtk/webkit/webkitwebplugin.cpp \
 	WebKit/gtk/webkit/webkitwebpluginprivate.h \
 	WebKit/gtk/webkit/webkitwebplugindatabase.cpp \
 	WebKit/gtk/webkit/webkitwebplugindatabaseprivate.h \
 	WebKit/gtk/webkit/webkitwebsettings.cpp \
+	WebKit/gtk/webkit/webkitwebsettingsprivate.h \
 	WebKit/gtk/webkit/webkitwebview.cpp \
 	WebKit/gtk/webkit/webkitwebviewprivate.h \
 	WebKit/gtk/webkit/webkitwebwindowfeatures.cpp
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index 03db88b..5b60b27 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,18 @@
 ================
+WebKitGTK+ 1.3.8
+================
+
+What's new in WebKitGTK+ 1.3.8?
+
+  - New WebKitWebPluginDatabase and WebKitWebPlugin classes for plugin
+    management.
+  - The usual fixes for GTK+ 3.x API changes. We are still using the
+    old GtkStyle APIs, that should be gone by the next release.
+  - Add support for Mozilla-style JS fullscreen API.
+  - Add support for the viewport metatag.
+  - Many other bugfixes.
+
+================
 WebKitGTK+ 1.3.7
 ================
 
diff --git a/configure.ac b/configure.ac
index f73c2e8..a00b296 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [3])
-m4_define([webkit_micro_version], [7])
+m4_define([webkit_micro_version], [8])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
@@ -35,7 +35,7 @@ AC_CONFIG_SRCDIR([WebCore/config.h])
 
 dnl # Libtool library version, not to confuse with API version
 dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-LIBWEBKITGTK_VERSION=4:0:4
+LIBWEBKITGTK_VERSION=5:0:5
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list