Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5842DA654F for ; Sat, 26 Sep 2015 10:16:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EAA2F14A432; Sat, 26 Sep 2015 10:16:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3C64F14A42D for ; Sat, 26 Sep 2015 10:16:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NtXqgujDx0zo for ; Sat, 26 Sep 2015 10:16:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4486114A42A for ; Sat, 26 Sep 2015 10:16:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 38BAA98; Sat, 26 Sep 2015 10:16:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 26 Sep 2015 10:16:38 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/webkit-gtk To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20150926101638.38BAA98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: leot Date: Sat Sep 26 10:16:38 UTC 2015 Modified Files: pkgsrc/www/webkit-gtk: Makefile PLIST distinfo options.mk pkgsrc/www/webkit-gtk/patches: patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp patch-Source_JavaScriptCore_dfg_DFGNode.h patch-Source_WTF_wtf_MathExtras.h patch-Source_WTF_wtf_Platform.h patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp patch-Source_cmake_OptionsCommon.cmake patch-Source_cmake_OptionsGTK.cmake patch-ai patch-aj Added Files: pkgsrc/www/webkit-gtk/patches: patch-Source_JavaScriptCore_runtime_Options.cpp Removed Files: pkgsrc/www/webkit-gtk: Makefile.common pkgsrc/www/webkit-gtk/patches: patch-Source_JavaScriptCore_llint_LLIntEntrypoint.cpp patch-Source_JavaScriptCore_runtime_FunctionExecutableDump.cpp patch-Source_WTF_wtf_Stopwatch.h patch-Source_WebCore_editing_InsertNodeBeforeCommand.cpp patch-am Log Message: Update www/webkit-gtk to webkit-gtk-2.10.0. pkgsrc changes: o Unify Makefile.common in Makefile: newer webkit-gtk releases could not be split in a -gtk3 version, no more need for a Makefile.common (no functional changes intended). o Get rid of obsolete options (no functional changes intended) o Bump GCC_REQD to 4.9 (gcc>=4.9 is required for IndexedDB support, #145211) o For the moment disable two new options: Geolocation support (needs geography/geoclue) and Hyphenation support (needs libhyphen, not available at the moment in pkgsrc). Changes: ================= WebKitGTK+ 2.10.0 ================= What's new in WebKitGTK+ 2.10.0? - Disable ACCELERATED_2D_CANVAS by default. - Fix a crash in debug build due to an invalid assert. - Do not try to use the primary clipboard in Wayland. ================= WebKitGTK+ 2.9.92 ================= What's new in WebKitGTK+ 2.9.92? - Data URLs are now decoded in the Web Process instead of the Network Process. - Fix Web Process crash recovery. - Fix a crash when sqlite3_initialize() is called from multiple threads. - Fix the volume bar in media controls. - Fix JavaScriptCore build with GCC 5. - Fix the build when accelerated 2D canvas is enabled but cairo was built without GLX. - Fix everal memory leaks. - Translation updates: Bulgarian, Gujarati, Polish, Slovenian, Spanish, Tamil, Turkish. ================= WebKitGTK+ 2.9.91 ================= What's new in WebKitGTK+ 2.9.91? - Fix performance regression introduced in previous release when scaling images. - Fix runtime critical warning when there are missing media plugins. - Fix the build on systems with GTK+ compiled with an old version of wayland. ================= WebKitGTK+ 2.9.90 ================= What's new in WebKitGTK+ 2.9.90? - Add API to request permission before showing PackageKit codec installation notifications. - Fix a crash closing a page when a context menu is open. - Fix DNS prefetch when using the network process. - Improve image quality when using newer versions of cairo/pixman. - Fix a crash when the web view is destroyed while the screensaver DBus proxy is being created. ================= WebKitGTK+ 2.9.5 ================= What's new in WebKitGTK+ 2.9.5? - Add API to set the maximum number of web processes per WebKitWebContext. - Add API to allow executing editing commands that require an argument. - Prevent clipboard contents from being lost when web process finishes. - Always allow font matching for strong aliases - Move GStreamer missing plugins installer to the UI process. - Fix empty space in popup menus when first item is selected. - Fix a crash when SoupSession is destroyed in exit handler. - Disable NPAPI plugins when running on Wayland. - Translation updates: Swedish. ================= WebKitGTK+ 2.9.4 ================= What's new in WebKitGTK+ 2.9.4? - Fix the window size reported when the web view isn't realized yet. This fixes the layout of some websites when opening new tabs in the browser and anchor links when opened in new tabs too. - Add API to be notified about editor state changes. - Add selection-changed signal to the Web Extensions API. - Add initial WebKitWebsiteDataManager API for process configuration options. - Make WebSQL work by using a default quota instead of always failing in openDatabase with DOM Exception 18. - Correctly restore accelerated compositing after a WebProcess crash. - Only enable the input methods filter when there's an editable element focused. - Fix a crash on memory allocation using bmalloc on 32bit systems. - Allow to build with X11 and Wayland targets at the same time. - Fix a crash when spell checker returns no guesses. - Update and optimize some of the web inspector icons. - Translation updates: Swedish. ================= WebKitGTK+ 2.9.3 ================= What's new in WebKitGTK+ 2.9.3? - Inhibit screen saver when playing full screen video. - Fix DOCUMENT_VIEWER cache model to actually disable the memory cache. - Fix a regression that prevented the WebKitWebView::context-menu signal from being emitted. - Update web inspector icon so Rendering Frames timeline distinguish between layout and painting. - Ensure fragment identifier part of URI is not removed for custom URI scheme requests. - Improve performance of keyboard events handling. - Expose element tag name as an object attribute to accessibility. - Fix the build with Wayland target enabled. ================= WebKitGTK+ 2.9.2 ================= What's new in WebKitGTK+ 2.9.2? - Add IndexedDB support using a dedicated database process. - Add construct property to WebKitWebContext to set the IndexedDB database directory. - Add allow-file-access-from-file-urls to WebKitSettings. - Improve network process disk cache performance by mapping cached resources in the web process instead of sending the resources data via IPC. - Prevent WorkQueue objects from being leaked and ensure its worker thread always exits. - webkit_dom_html_element_get_children() has been deprecated in favor of webkit_dom_element_get_children() to match the DOM spec. - ARIA menu items no longer have anonymous block children. - Map pre element to ATK_ROLE_SECTION instead of ATK_ROLE_PANEL. - Always include rows in the tree of accessible tables. - Fix the build with Netscape plugins disabled. - Fix XPixmaps leaked by GLContext when using EGL on X11. - Translation updates: Catalan. ================= WebKitGTK+ 2.9.1 ================= What's new in WebKitGTK+ 2.9.1? - New disk cache implementation when using the network process. - Web inspector UI has been redesigned. - Add support for automatic hyphenation using libhyphen when it's available. - Fix network redirection to a non HTTP destination. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 pkgsrc/www/webkit-gtk/Makefile cvs rdiff -u -r1.50 -r0 pkgsrc/www/webkit-gtk/Makefile.common cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/webkit-gtk/PLIST cvs rdiff -u -r1.80 -r1.81 pkgsrc/www/webkit-gtk/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/webkit-gtk/options.mk cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp \ pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h \ pkgsrc/www/webkit-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp cvs rdiff -u -r1.1 -r0 \ pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_llint_LLIntEntrypoint.cpp \ pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_FunctionExecutableDump.cpp \ pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_Stopwatch.h \ pkgsrc/www/webkit-gtk/patches/patch-Source_WebCore_editing_InsertNodeBeforeCommand.cpp cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_Options.cpp cvs rdiff -u -r1.4 -r1.5 \ pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_MathExtras.h \ pkgsrc/www/webkit-gtk/patches/patch-aj cvs rdiff -u -r1.6 -r1.7 \ pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/www/webkit-gtk/patches/patch-Source_cmake_OptionsCommon.cmake \ pkgsrc/www/webkit-gtk/patches/patch-Source_cmake_OptionsGTK.cmake cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/webkit-gtk/patches/patch-ai cvs rdiff -u -r1.3 -r0 pkgsrc/www/webkit-gtk/patches/patch-am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.