diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-01-10 15:01:29 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-01-10 15:01:29 +0000 |
commit | 635d6a7568f4f4e4b56b4778724ffd072a20b94c (patch) | |
tree | ccab675117c8f96aa3c9e43ea09a9a4928eb9d03 /devel/xulrunner/patches/patch-xb | |
parent | ba745cead6a6b70b14e85c4969703bb3f2daa8e4 (diff) | |
download | pkgsrc-635d6a7568f4f4e4b56b4778724ffd072a20b94c.tar.gz |
Update to 18.0
* Many patches are included into upstream distribution.
I have tested on NetBSD/amd64 6.99.16, I will test on other platforms later.
Changelog: from http://www.mozilla.org/en-US/firefox/18.0/releasenotes/
NEW
Faster JavaScript performance via IonMonkey compiler
NEW
Support for Retina Display on OS X 10.7 and up
NEW
Preliminary support for WebRTC
CHANGED
Experience better image quality with our new HTML scaling algorithm
CHANGED
Performance improvements around tab switching
DEVELOPER
Support for new DOM property window.devicePixelRatio
DEVELOPER
Improvement in startup time through smart handling of signed extension certificates
HTML5
Support for W3C touch events implemented, taking the place of MozTouch events
FIXED
Disable insecure content loading on HTTPS pages (62178)
FIXED
Improved responsiveness for users on proxies (769764)
Diffstat (limited to 'devel/xulrunner/patches/patch-xb')
-rw-r--r-- | devel/xulrunner/patches/patch-xb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner/patches/patch-xb b/devel/xulrunner/patches/patch-xb index 552c541dcf6..be3b73e085b 100644 --- a/devel/xulrunner/patches/patch-xb +++ b/devel/xulrunner/patches/patch-xb @@ -1,8 +1,8 @@ -$NetBSD: patch-xb,v 1.2 2012/08/28 23:27:10 ryoon Exp $ +$NetBSD: patch-xb,v 1.3 2013/01/10 15:01:31 ryoon Exp $ NetBSD/sparc64 xptcall support code. From pkgsrc/www/firefox3/files/ ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc64_netbsd.cpp.orig 2012-08-28 18:54:12.000000000 +0000 +--- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc64_netbsd.cpp.orig 2013-01-09 15:25:54.000000000 +0000 +++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc64_netbsd.cpp @@ -0,0 +1,84 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- |