pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/webkit-gtk Update to 1.1.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d483e4b10675
branches:  trunk
changeset: 393407:d483e4b10675
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed May 20 03:28:48 2009 +0000

description:
Update to 1.1.7.

Changes:
- Do not handle KeyEvents with Ctrl or Alt modifiers that we
  otherwise know nothing about. Otherwise shortcuts defined in the
  WebView will never be executed.
- Add information about the SVG index bounds check committed in r43590.
- For paste from middle button (button==2) we want to use
  the GDK_PRIMARY_SELECTION. Implement the new getCurrentTarget
  method in PasteboardHelperGtk by asking the WebView which
  clipboard to use.
- Add glib-2.0 to the list of required package.
- (test_webkit_web_frame_create_destroy): Declare webView as a GtkWidget*
  to fix pointer type incompatibility warnings.
- Make the scan program call g_thread_init(NULL) in addition to
  g_type_init(), so that it actually works.
- Unify scrolling code via adjustments and keys. Use the WebCore
  defined constants, since that's what people are most used to at
  this point.
- Add missing call to notifyStatus in the committed case and a
  missing property notify.
- When a download is requested by an ongoing request, use the already
  provided response to set the suggested filename for the WebKitDownload
  object, if available.
- Remove bogus extern "C" from some source files.
- Misc fixes to InspectorClientGtk: use g_filename_to_uri to
  get the URI and use web_view_load_uri instead of the deprecated
  web_view_open method for loading the URI.
- Add #if ENABLE(DATABASE) guards around database code so toggling
  ENABLE_DATABASE off does not break builds.
- Implement load-status and progress properties on the view, as well as
  load-status on the frame. This supersedes the different load signals
  load-progress-changed, load-committed, load-done, load-started and
  load-finished which are not only misnamed but broken by design.
- Fix memory leaks.
- Use strlen instead of g_utf8_strlen when calculating the size of
  the data that is being given to webkit_web_frame_load_string to be
  loaded, so that we don't miss any of the content.
- Fix mis-applied patch.
- Add a FrameLoaderClient callback for ResourceRetrievedByXMLHttpRequest.
- Provide a mechanism to create a quirks delegate for HTMLParser
- Add MessageSource and MessageLevel parameters to
  ChromeClient::addMessageToConsole.

diffstat:

 www/webkit-gtk/Makefile |  4 ++--
 www/webkit-gtk/PLIST    |  6 +++++-
 www/webkit-gtk/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r abd9889fccfe -r d483e4b10675 www/webkit-gtk/Makefile
--- a/www/webkit-gtk/Makefile   Wed May 20 02:19:37 2009 +0000
+++ b/www/webkit-gtk/Makefile   Wed May 20 03:28:48 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2009/05/13 18:39:46 snj Exp $
+# $NetBSD: Makefile,v 1.10 2009/05/20 03:28:48 snj Exp $
 
-DISTNAME=      webkit-1.1.6
+DISTNAME=      webkit-1.1.7
 PKGNAME=       ${DISTNAME:S/webkit/webkit-gtk/}
 CATEGORIES=    www
 MASTER_SITES=  http://www.webkitgtk.org/
diff -r abd9889fccfe -r d483e4b10675 www/webkit-gtk/PLIST
--- a/www/webkit-gtk/PLIST      Wed May 20 02:19:37 2009 +0000
+++ b/www/webkit-gtk/PLIST      Wed May 20 03:28:48 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/05/13 18:39:46 snj Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/05/20 03:28:48 snj Exp $
 bin/jsc
 include/webkit-1.0/JavaScriptCore/JSBase.h
 include/webkit-1.0/JavaScriptCore/JSContextRef.h
@@ -30,7 +30,10 @@
 lib/libwebkit-1.0.la
 lib/pkgconfig/webkit-1.0.pc
 share/locale/de/LC_MESSAGES/webkit.mo
+share/locale/it/LC_MESSAGES/webkit.mo
 share/locale/pt_BR/LC_MESSAGES/webkit.mo
+share/locale/ru/LC_MESSAGES/webkit.mo
+share/locale/sv/LC_MESSAGES/webkit.mo
 share/webkit-1.0/resources/error.html
 share/webkit-1.0/webinspector/Images/back.png
 share/webkit-1.0/webinspector/Images/checker.png
@@ -145,6 +148,7 @@
 share/webkit-1.0/webinspector/Images/warningIcon.png
 share/webkit-1.0/webinspector/Images/warningMediumIcon.png
 share/webkit-1.0/webinspector/Images/warningsErrors.png
+share/webkit-1.0/webinspector/localizedStrings.js
 @dirrm share/webkit-1.0/webinspector/Images
 @dirrm share/webkit-1.0/webinspector
 @dirrm share/webkit-1.0/resources
diff -r abd9889fccfe -r d483e4b10675 www/webkit-gtk/distinfo
--- a/www/webkit-gtk/distinfo   Wed May 20 02:19:37 2009 +0000
+++ b/www/webkit-gtk/distinfo   Wed May 20 03:28:48 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2009/05/13 18:39:46 snj Exp $
+$NetBSD: distinfo,v 1.9 2009/05/20 03:28:48 snj Exp $
 
-SHA1 (webkit-1.1.6.tar.gz) = 6da8a41d3f1db9c7de62301c35e2e5918dd1ed46
-RMD160 (webkit-1.1.6.tar.gz) = 3b038366e2d9aeef83315084135a8bf41fe0f69e
-Size (webkit-1.1.6.tar.gz) = 6068467 bytes
+SHA1 (webkit-1.1.7.tar.gz) = 77d27ab8f0d74ddda349ea9e4416d27d9adb8b61
+RMD160 (webkit-1.1.7.tar.gz) = 63dea479e23b62ae6d0abb0e5559c35eed34466d
+Size (webkit-1.1.7.tar.gz) = 6205024 bytes
 SHA1 (patch-ad) = 6a53ac32606c1985c15430f14f45dd6215e1d86a



Home | Main Index | Thread Index | Old Index