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 4C437A5864 for ; Fri, 16 Jan 2015 22:42:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9466E14A262; Fri, 16 Jan 2015 22:42:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 683BF14A24E for ; Fri, 16 Jan 2015 22:42:10 +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 8ajn9gN5Mfrt for ; Fri, 16 Jan 2015 22:42:09 +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 642A814A247 for ; Fri, 16 Jan 2015 22:42:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 57C2E98; Fri, 16 Jan 2015 22:42:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 16 Jan 2015 22:42:09 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20150116224209.57C2E98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Fri Jan 16 22:42:09 UTC 2015 Modified Files: pkgsrc/www/firefox: Makefile PLIST distinfo pkgsrc/www/firefox/patches: patch-aa patch-as patch-b2g_installer_package-manifest.in patch-config_external_moz.build patch-content_media_gmp_GMPChild.cpp patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp patch-ipc_chromium_src_base_process__util.h patch-ipc_glue_GeckoChildProcessHost.cpp patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp patch-memory_mozalloc_mozalloc__abort.cpp patch-widget_gtk_gtk3drawing.c patch-xpcom_base_nsStackWalk.cpp Added Files: pkgsrc/www/firefox/patches: patch-b2g_installer_Makefile.in patch-widget_gtk_nsLookAndFeel.cpp patch-widget_gtk_nsLookAndFeel.h patch-xpcom_build_XPCOMInit.cpp Removed Files: pkgsrc/www/firefox/patches: patch-build_clang-plugin_configure patch-ipc_chromium_src_base_base__paths.h patch-ipc_chromium_src_base_debug__util__posix.cc patch-ipc_chromium_src_base_message__pump__libevent.cc patch-mfbt_Atomics.h patch-toolkit_toolkit.mozbuild patch-widget_gtk_gtk2drawing.c patch-widget_gtk_gtkdrawing.h patch-widget_gtk_nsNativeThemeGTK.cpp patch-xpcom_build_nsXPComInit.cpp patch-xpcom_ds_TimeStamp.h Log Message: Update to 35.0 Changelog: New Firefox Hello with new rooms-based conversations model New New search UI improved and enabled for more locales New Access the Firefox Marketplace from the Tools menu and optional toolbar button New Built-in support for H264 (MP4) on Mac OS X Snow Leopard (10.6) and newer through native APIs New Use tiled rendering on OS X New Improved high quality image resizing performance New Improved handling of dynamic styling changes to increase responsiveness HTML5 Added support for the CSS Font Loading API HTML5 Resource Timing API implemented HTML5 CSS filters enabled by default HTML5 Changed JavaScript 'let' semantics to conform better to the ES6 specification Developer Support for inspecting ::before and ::after pseudo elements Developer Computed view: Nodes matching the hovered selector are now highlighted Developer Network Monitor: New request/response headers view (more info) Developer Added support for the EXT_blend_minmax WebGL extension Fixed Show DOM Properties context menu item in inspector Fixed Reduced resource usage for scaled images Fixed PDF.js updated to version 1.0.907 Fixed Non-HTTP(S) XHR now returns correct status code Fixed Various security fixes Security fixes: 2015-09 XrayWrapper bypass through DOM objects 2015-08 Delegated OCSP responder certificates failure with id-pkix-ocsp-nocheck extension 2015-07 Gecko Media Plugin sandbox escape 2015-06 Read-after-free in WebRTC 2015-05 Read of uninitialized memory in Web Audio 2015-04 Cookie injection through Proxy Authenticate responses 2015-03 sendBeacon requests lack an Origin header 2015-02 Uninitialized memory use during bitmap rendering 2015-01 Miscellaneous memory safety hazards (rv:35.0 / rv:31.4) To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.90 -r1.91 pkgsrc/www/firefox/PLIST cvs rdiff -u -r1.175 -r1.176 pkgsrc/www/firefox/distinfo cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/firefox/patches/patch-aa cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/firefox/patches/patch-as cvs rdiff -u -r0 -r1.3 \ pkgsrc/www/firefox/patches/patch-b2g_installer_Makefile.in cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/www/firefox/patches/patch-b2g_installer_package-manifest.in \ pkgsrc/www/firefox/patches/patch-content_media_gmp_GMPChild.cpp \ pkgsrc/www/firefox/patches/patch-widget_gtk_gtk3drawing.c cvs rdiff -u -r1.1 -r0 \ pkgsrc/www/firefox/patches/patch-build_clang-plugin_configure \ pkgsrc/www/firefox/patches/patch-widget_gtk_gtk2drawing.c \ pkgsrc/www/firefox/patches/patch-widget_gtk_gtkdrawing.h \ pkgsrc/www/firefox/patches/patch-widget_gtk_nsNativeThemeGTK.cpp cvs rdiff -u -r1.5 -r1.6 \ pkgsrc/www/firefox/patches/patch-config_external_moz.build \ pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_process__util.h \ pkgsrc/www/firefox/patches/patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp cvs rdiff -u -r1.4 -r1.5 \ pkgsrc/www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp cvs rdiff -u -r1.3 -r0 \ pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_base__paths.h \ pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_debug__util__posix.cc \ pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc \ pkgsrc/www/firefox/patches/patch-mfbt_Atomics.h cvs rdiff -u -r1.9 -r1.10 \ pkgsrc/www/firefox/patches/patch-ipc_glue_GeckoChildProcessHost.cpp cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/www/firefox/patches/patch-memory_mozalloc_mozalloc__abort.cpp cvs rdiff -u -r1.4 -r0 \ pkgsrc/www/firefox/patches/patch-toolkit_toolkit.mozbuild \ pkgsrc/www/firefox/patches/patch-xpcom_ds_TimeStamp.h cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/firefox/patches/patch-widget_gtk_nsLookAndFeel.cpp \ pkgsrc/www/firefox/patches/patch-widget_gtk_nsLookAndFeel.h \ pkgsrc/www/firefox/patches/patch-xpcom_build_XPCOMInit.cpp cvs rdiff -u -r1.8 -r1.9 \ pkgsrc/www/firefox/patches/patch-xpcom_base_nsStackWalk.cpp cvs rdiff -u -r1.2 -r0 \ pkgsrc/www/firefox/patches/patch-xpcom_build_nsXPComInit.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.