pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/webkit-gtk



Module Name:    pkgsrc
Committed By:   ahoka
Date:           Tue Jun  9 13:08:14 UTC 2009

Modified Files:
        pkgsrc/www/webkit-gtk: Makefile PLIST distinfo

Log Message:
Update to 1.1.8.

Changes:

- We found out that WebKitWebHistoryItems were being kept with a
  reference count of 2 instead of 1 as they should; nobody should be
  relying on that, but if you hit reference counting problems with
  items you were creating yourself, this is for you.
- You can now copy images from the web page to the clipboard.
- Improvements were made to the Plugin handling code.
- Scroll events will now be correctly reported to web applications.
- You can now embed arbitrary widgets as if it was a plugin, with
  the new "create-plugin-widget" signal.
- The atk_text_get_text_{at,after,before}_offset methods are now
  implemented for all boundary types except LINE_AFTER and
  LINE_BEFORE.
- The usual stream of minor fixes and improvements, as always.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/webkit-gtk/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/webkit-gtk/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/webkit-gtk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index