From ab57f1b1607915c161fa074941ccedee1ae97674 Mon Sep 17 00:00:00 2001 From: "xan@webkit.org" Date: Tue, 16 Mar 2010 20:46:56 +0000 Subject: [PATCH] 2010-03-16 Xan Lopez Reviewed by Gustavo Noronha. Bump version for 1.1.90 release. * configure.ac: WebKit/gtk: 2010-03-16 Xan Lopez Reviewed by Gustavo Noronha. Update for 1.1.90 release. * NEWS: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@56082 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 8 ++++++++ WebKit/gtk/ChangeLog | 8 ++++++++ WebKit/gtk/NEWS | 37 +++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 4 files changed, 54 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dde21a530ffc..e89dcbdf69b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-03-16 Xan Lopez + + Reviewed by Gustavo Noronha. + + Bump version for 1.1.90 release. + + * configure.ac: + 2010-03-16 Xan Lopez Reviewed by Gustavo Noronha. diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog index b2ae3de6305f..d003c8d64d50 100644 --- a/WebKit/gtk/ChangeLog +++ b/WebKit/gtk/ChangeLog @@ -1,3 +1,11 @@ +2010-03-16 Xan Lopez + + Reviewed by Gustavo Noronha. + + Update for 1.1.90 release. + + * NEWS: + 2010-03-16 Gustavo Noronha Silva Fix one too many empty lines in documentation of diff --git a/WebKit/gtk/NEWS b/WebKit/gtk/NEWS index 6e0309be8f13..45e31219615d 100644 --- a/WebKit/gtk/NEWS +++ b/WebKit/gtk/NEWS @@ -1,3 +1,40 @@ +================= +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 c2dbc6bda49a..965d521c7b0e 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) ... -- 2.36.0