[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

xan at webkit.org xan at webkit.org
Thu Apr 8 02:24:08 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit f5ee999ee50fa335e5cc7751b5dc949d70873ec8
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 16 20:46:56 2010 +0000

    2010-03-16  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            Bump version for 1.1.90 release.
    
            * configure.ac:
    
    WebKit/gtk:
    
    2010-03-16  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            Update for 1.1.90 release.
    
            * NEWS:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@56082 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index dde21a5..e89dcbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
 
         Reviewed by Gustavo Noronha.
 
+        Bump version for 1.1.90 release.
+
+        * configure.ac:
+
+2010-03-16  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
         Add support for Fast Mobile Scrolling in the build system.
 
         * configure.ac:
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index b2ae3de..d003c8d 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-16  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        Update for 1.1.90 release.
+
+        * NEWS:
+
 2010-03-16  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
         Fix one too many empty lines in documentation of
diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS
index 6e0309b..45e3121 100644
--- a/WebKit/gtk/NEWS
+++ b/WebKit/gtk/NEWS
@@ -1,4 +1,41 @@
 =================
+WebKitGTK+ 1.1.90
+=================
+
+What's new in WebKitGTK+ 1.1.90?
+
+  - Display server side messages during HTTP auth, since they
+    sometimes contain important information for the authentication
+    process.
+  - Reduce creation time for WebKitWebView widgets by reusing
+    dictionary structs used for spell-checking instead of creating a
+    new one for each instance.
+  - Implement WebKitWebView::geolocation-policy-decision-requested,
+    emitted when a frame inside the WebView wants to get its position
+    through geolocation.
+  - Add WebKitWebSettings::enable-spatial-navigation to control
+    whether Spatial Navigation is enabled or not. Spatial Navigation
+    allows the user to move through the elements in a page using only
+    the keyboard; this is similar to caret browsing, but with less
+    focus on accessibility since instead of presenting the exact
+    layout of the page to the user a more "logical" way of browsing
+    through its contents is allowed. A specification of this feature
+    can be seen at
+    http://www.w3.org/TR/WICD/#current-focus-point-algorithm
+  - Add a new build option, --enable-fast-mobile-scrolling. At the
+    moment this only disables fixed backgrounds when there are no
+    other fixed elements in a page, since they generally make
+    scrolling very slow and thus are a big burden in some mobile
+    environments.
+  - GTK+ Input Method support has received a big overhaul, and most of
+    them should work pretty well now.
+  - All known redraw issues in the plugin support (especially with the
+    Java plugin) have been fixed.
+  - Various fixes to the MediaPlayer code to improve responsiveness
+    and avoid lagging on position reporting.
+  - Lots of bugfixes and other improvements.
+
+=================
 WebKitGTK+ 1.1.22
 =================
 
diff --git a/configure.ac b/configure.ac
index c2dbc6b..965d521 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], [1])
-m4_define([webkit_micro_version], [23])
+m4_define([webkit_micro_version], [90])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list