Changelog for webkit-jsc-1.3.1-17.1.i586.rpm :
Mon Jan 17 13:00:00 2011 vuntzAATTopensuse.org - Disable parallel build in an attempt to fix the build on the build service, where it goes out of memory.
Wed Jan 12 13:00:00 2011 vuntzAATTopensuse.org - Update to version 1.3.10: + Port form control theming code to GtkStyleContext. + Add a new \'make jsc\' target to build only JavaScriptCore and the jsc binary. + Initial support for drag-and-drop file uploads. + WOFF font face support. + Many other bugfixes.
Thu Dec 23 13:00:00 2010 vuntzAATTopensuse.org - Update to version 1.3.9: + Compilation fixes for the final GTK+ 2.91.7 release.
Tue Dec 21 13:00:00 2010 vuntzAATTopensuse.org - Update to version 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.
Tue Dec 7 13:00:00 2010 vuntzAATTopensuse.org - Update to version 1.3.7: + Fix error pages template\'s not being filled properly. + Fix context menu activation through keyboard. + Add automatic garbage collection for most GObject DOM objects (all those that are actually in the DOM tree). This gets rid of most of the leaks when using the bindings. + Add an Inspector API to inspect a DOM node. + Tons of a11y bugfixes. + Tons of fixes for the in-tree SoupCache, should work much better now. + Many other bugfixes. - Explicitly compile translations, since it\'s broken in the tarball.
Mon Nov 15 13:00:00 2010 dimstarAATTopensuse.org - Update to version 1.3.6: + Update to compile with GTK+ 3.x 2.91.4. + Many, many other bugfixes.
Fri Oct 22 14:00:00 2010 vuntzAATTopensuse.org - Update to version 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, to merge all frames in a page into a continuous view. + Many other bugfixes.
Thu Sep 23 14:00:00 2010 vuntzAATTopensuse.org - Update to version 1.3.4: + File reader/writer APIs are now enabled. + The javascript JIT is now enabled by default on ARM. + Clipboard data is no longer lost when the process exits. + Image DnD support. + GSettings support to save/restore Web Inspector settings. + Add WebSocket support, now enabled by default. + Added WebKitWebView::frame-created signal, emitted when a frame other than the main frame is created in a view. + Added WebKitWebView::view-mode, holding information about how the view is being presented. See the property documentation and http://www.w3.org/TR/view-mode/ for details. + Fullscreen support for HTML5 media player. + Identify as WebKit/Safari in Google domains when enable-site-specific-quirks is activated. Otherwise we\'ll get a degraded user experience due to their poor UA detection algorihtms. + Added simple media playback options in the context menu for the media elements. + Update (and require) to work with gobjet-introspection 0.9.5. + Updated to work with GTK+ 3.x 2.90.7 when in GTK+ 3.x mode. + Make --disable-jit actually work. + Add --enable-opcode-stats configure flag. When enabled, statistics about opcode generation will be printed by JSC. + Many a11y fixes, particularly in the AtkText interface. + CSS box shadows render much faster in many cases. + Many other bugfixes. - Fix webkit-jsc to have a libwebkitgtk-1_0-0 Requires instead of libwebkit-1_0-2. - Handle the GSettings schemas with the %glib2_gsettings_schema_ * macros.
Wed Sep 1 14:00:00 2010 vuntzAATTopensuse.org - Drop gir-repository BuildRequires: the introspection files that were needed from there are now directly with the appropriate libraries.
Tue Aug 31 14:00:00 2010 ajAATTsuse.de - Recommend instead of require lang package since it\'s not mandatory.
Thu Aug 12 14:00:00 2010 vuntzAATTopensuse.org - Do not use Provides/Obsoletes for libwebkit-1_0-2 in libwebkitgtk-1_0-0: this is simply not true, since the library name is libwebkitgtk-1.0 now, not libwebkit-1.0 anymore.
Mon Aug 9 14:00:00 2010 vuntzAATTopensuse.org - Update baselibs.conf for the change in package name.
Fri Aug 6 14:00:00 2010 vuntzAATTopensuse.org - Go back to GTK+ 2: change gtk3-devel BuildRequires to gtk2-devel, change --with-gtk configure flag to 2.0
Thu Jul 15 14:00:00 2010 dimstarAATTopensuse.org - Update to version 1.3.3: + Fixes to compile with latest GTK+ 2.90.x. + Add support for dropping content in WebKitWebViews. + Many other bugfixes.
Tue Jul 13 14:00:00 2010 dimstarAATTopensuse.org - Update to version 1.3.2: + This release is an ABI break. + The library has been renamed to libwebkitgtk, so you\'ll need to recompile your applications when upgrading to 1.3.2. + Add support for GTK+ 3.x. A new configure flag, --with-gtk, has been added, which allows to control which GTK+ version you want to build against. + Many fixes for the DOM bindings, including support to dispatch events to any Node through webkit_event_target_dispatch_event. + Added a \'inner-node\' property to WebKitHitTestResult, carrying the DOM node where the hit test happened. + Many DnD fixes, including a fix for the infamous hang-of-death while dragging the mouse. + Support for . + Many other bugfixes. - Pass --with-gtk=3.0 to configure and use gtk3-devel BuildRequires instead of gtk2-devel. - Drop libwebkit-gir-repository_1.1.patch, fixed upstream. - Update name of subpackages to new library name (since it got renamed to libwebkitgtk).
Mon Jun 21 14:00:00 2010 dimstarAATTopensuse.org - Update to version 1.3.1: + Initial support for GObject DOM bindings. Present in this release is a substantial subset of the basic DOM APIs (Document, HTML elements, Node, etc) including access to the DOM events through GObject signals. + Add webkit_web_back_forward_list_clear, to completely clear the BackForward list. + Lots of improvements in DOM clipboard and drag-drop access. + Add support for GTK+ key themes. + Significant improvements in a11y, including improved role support and many bugfixes. - Drop libwebkit-fixbuild.patch, fixed upstream. - Add libwebkit-gir-repository_1.1.patch: gir repository requires version 1.1 by now.
Wed Apr 7 14:00:00 2010 vuntzAATTopensuse.org - Update to version 1.2.0: + New stable branch of WebKitGTK+; API and ABI stable. + A number of crashes discovered since the 1.1.90 release have been fixed. + Building for SPARC has been fixed. + Building on Itanium in 32 bits mode is now possible. + Building with newer versions of GTK+ is fixed. + A few translations got updated.
Wed Mar 17 13:00:00 2010 dimstarAATTopensuse.org - Update to version 1.1.90: + Add support for Fast Mobile Scrolling in the build system. + Add function to expose the popup menu font size, add a field to WebPopupMenuInfo that receives that information to convey that to the web view client\'s createPopupMenu() call.
Wed Mar 10 13:00:00 2010 dimstarAATTopensuse.org - Update to version 1.1.23: + Blob.slice support. + Iimplements ChromeClient::requestGeolocationPermissionForFrame + Expose WebFrame::setCanHaveScrollbars(). This allows a view which is being resized to not need scroll bars to ensure that they are not drawn. + Enable SharedWorkers by default, since that\'s been the default for a long time in our build-webkit configuration. + [gtk] missing libsoup-2.4 package in gir generation - Add libwebkit-fixbuild.patch to fix brp error. gchar wants the last argument to be NULL, not 0.
Tue Feb 23 13:00:00 2010 vuntzAATTopensuse.org - Update to version 1.1.22: + Preliminary support for Java plugins. Basic functionality is there, but there are still a few rough edges. Also newly introduced is a new WebKitWebSetting, \'enable-java-applet\', which controls whether WebKit will recognize the non-standard