summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2009-05-20 03:28:48 +0000
committersnj <snj@pkgsrc.org>2009-05-20 03:28:48 +0000
commit139cd0eab679ccda023c8d89c87eaf0872f4e27b (patch)
tree0098ccd5167714400d660bd7aa0e28e5c9ddb124 /www
parent3b5617c0075e8bf00db7fb32877c7003a4ea5977 (diff)
downloadpkgsrc-139cd0eab679ccda023c8d89c87eaf0872f4e27b.tar.gz
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 (limited to 'www')
-rw-r--r--www/webkit-gtk/Makefile4
-rw-r--r--www/webkit-gtk/PLIST6
-rw-r--r--www/webkit-gtk/distinfo8
3 files changed, 11 insertions, 7 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile
index e7bc9f9fa7d..6a763b5c590 100644
--- a/www/webkit-gtk/Makefile
+++ b/www/webkit-gtk/Makefile
@@ -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 --git a/www/webkit-gtk/PLIST b/www/webkit-gtk/PLIST
index d81c8c7ae7e..f78f985cab3 100644
--- a/www/webkit-gtk/PLIST
+++ b/www/webkit-gtk/PLIST
@@ -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 @@ include/webkit-1.0/webkit/webkitwebwindowfeatures.h
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/userInputResultIcon.png
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 --git a/www/webkit-gtk/distinfo b/www/webkit-gtk/distinfo
index e596b0ded78..7b347d99f55 100644
--- a/www/webkit-gtk/distinfo
+++ b/www/webkit-gtk/distinfo
@@ -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