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

xan at webkit.org xan at webkit.org
Wed Dec 22 14:44:46 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3adf6ed3a7bef0a64db5d75f19558382f657d32f
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 19 04:55:09 2010 +0000

    2010-10-18  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            Bump version numbers for 1.3.5 release.
    
            * configure.ac:
    
    WebCore:
    
    2010-10-18  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            * GNUmakefile.am: add missing files.
    
    WebKit/gtk:
    
    2010-10-18  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            * NEWS: update for 1.3.5 release.
            * docs/webkitgtk-sections.txt: add new APIs.
    
    JavaScriptCore:
    
    2010-10-18  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            * GNUmakefile.am: add missing file.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70026 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 3d39896..59547ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-10-18  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        Bump version numbers for 1.3.5 release.
+
+        * configure.ac:
+
 2006-10-27  Brady Eidson  <beidson at apple.com>
 
         70,000!
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 5332ed8..5e14485 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-18  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.am: add missing file.
+
 2010-10-18  Oliver Hunt  <oliver at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/JavaScriptCore/GNUmakefile.am b/JavaScriptCore/GNUmakefile.am
index ba694b9..7ee368a 100644
--- a/JavaScriptCore/GNUmakefile.am
+++ b/JavaScriptCore/GNUmakefile.am
@@ -468,6 +468,7 @@ javascriptcore_sources += \
 	JavaScriptCore/wtf/NonCopyingSort.h \
 	JavaScriptCore/wtf/Noncopyable.h \
 	JavaScriptCore/wtf/NotFound.h \
+	JavaScriptCore/wtf/NullPtr.h \
 	JavaScriptCore/wtf/OwnArrayPtr.h \
 	JavaScriptCore/wtf/OwnFastMallocPtr.h \
 	JavaScriptCore/wtf/OwnArrayPtrCommon.h \
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 078807b..284cc50 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-18  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.am: add missing files.
+
 2010-10-18  Oliver Hunt  <oliver at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index c442113..9641fc0 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -840,7 +840,6 @@ webcore_sources += \
 	WebCore/bindings/js/ScriptSourceProvider.h \
 	WebCore/bindings/js/ScriptState.cpp \
 	WebCore/bindings/js/ScriptState.h \
-	WebCore/bindings/js/ScriptString.h \
 	WebCore/bindings/js/ScriptValue.cpp \
 	WebCore/bindings/js/ScriptValue.h \
 	WebCore/bindings/js/ScriptWrappable.h \
@@ -3610,6 +3609,7 @@ webcoregtk_sources += \
 	WebCore/platform/network/soup/cache/soup-requester.h \
 	WebCore/platform/network/soup/cache/webkit/soup-cache.c \
 	WebCore/platform/network/soup/cache/webkit/soup-cache.h \
+	WebCore/platform/network/soup/cache/webkit/soup-cache-private.h \
 	WebCore/plugins/gtk/PluginDataGtk.cpp \
 	WebCore/plugins/gtk/PluginPackageGtk.cpp \
 	WebCore/plugins/gtk/PluginViewGtk.cpp
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 4e9f00d..a081756 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-18  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        * NEWS: update for 1.3.5 release.
+        * docs/webkitgtk-sections.txt: add new APIs.
+
 2010-10-18  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Simon Fraser.
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index ebeb699..ed4cd81 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,18 @@
 ================
+WebKitGTK+ 1.3.5
+================
+
+What's new in WebKitGTK+ 1.3.5?
+
+  - Add a HTTP cache implementation. This will be eventually
+    integrated in libsoup itself, but for now it can be accessed from
+    WebKit through the WebKitSoupCache APIs.
+  - Updated to work with GTK+ 3.x 2.91.1.
+  - Add frame-flattening support, used by some mobile browser sto
+    merge all frames in a page into a continuous view.
+  - Many other bugfixes.
+
+================
 WebKitGTK+ 1.3.4
 ================
 
diff --git a/WebKit/gtk/docs/webkitgtk-sections.txt b/WebKit/gtk/docs/webkitgtk-sections.txt
index 35f9b40..0b185a0 100644
--- a/WebKit/gtk/docs/webkitgtk-sections.txt
+++ b/WebKit/gtk/docs/webkitgtk-sections.txt
@@ -573,6 +573,30 @@ WebKitWebResourceClass
 </SECTION>
 
 <SECTION>
+<FILE>soup-cache</FILE>
+<TITLE>WebKitSoupCache</TITLE>
+webkit_soup_cache_new
+webkit_soup_cache_flush
+webkit_soup_cache_clear
+webkit_soup_cache_dump
+webkit_soup_cache_load
+webkit_soup_cache_set_max_size
+webkit_soup_cache_get_max_size
+<SUBSECTION Standard>
+WEBKIT_IS_SOUP_CACHE
+WEBKIT_IS_SOUP_CACHE_CLASS
+WEBKIT_TYPE_SOUP_CACHE
+WEBKIT_SOUP_CACHE
+WEBKIT_SOUP_CACHE_CLASS
+WEBKIT_SOUP_CACHE_GET_CLASS
+<SUBSECTION Private>
+webkit_soup_cache_get_type
+WebKitSoupCachePrivate
+WebKitSoupCache
+WebKitSoupCacheClass
+</SECTION>
+
+<SECTION>
 <FILE>webkitprivate</FILE>
 getViewFromFrame
 kit
diff --git a/configure.ac b/configure.ac
index 891f63e..dffbe77 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], [4])
+m4_define([webkit_micro_version], [5])
 
 # 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=2:0:2
+LIBWEBKITGTK_VERSION=3:0:3
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list