diff options
author | ryoon <ryoon> | 2012-06-05 18:09:21 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-06-05 18:09:21 +0000 |
commit | bc31bcf9c1a5f24f5d7aa6fda1f94498658f44f4 (patch) | |
tree | d29113c19bfa8d4b33065971264949919729fe1a /devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in | |
parent | fb01320e11c092a604ad51e24dca1a475d20dd6e (diff) | |
download | pkgsrc-bc31bcf9c1a5f24f5d7aa6fda1f94498658f44f4.tar.gz |
Update to 13.0
Changelog:
* When opening a new tab, users are now presented with their most visited pages
* General performance improvements through incremental JavaScript garbage collection
* The default home page now has quicker access to bookmarks, history, settings, and more SPDY protocol now enabled by default for faster browsing on supported sites
* Restored background tabs are not loaded by default for faster startup
* Smooth scrolling is now enabled by default
* 72 total improvements to Page Inspector, HTML panel, Style Inspector, Scratchpad and Style Editor
* The column-fill CSS property has been implemented
* Experimental support for ECMAScript 6 Map and Set objects has been implemented
* Support for the CSS3 background-position property extended syntax has been added
* The :invalid pseudo-class can now be applied to the element
* The CSS turn <angle> unit is now supported
Diffstat (limited to 'devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in')
-rw-r--r-- | devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in b/devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in new file mode 100644 index 00000000000..0afafa36eb9 --- /dev/null +++ b/devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-xpcom_idl-parser_Makefile.in,v 1.1 2012/06/05 18:09:21 ryoon Exp $ + +https://bugzilla.mozilla.org/show_bug.cgi?id=736961 + +--- xpcom/idl-parser/Makefile.in.orig 2012-05-23 18:57:10.000000000 +0000 ++++ xpcom/idl-parser/Makefile.in +@@ -61,7 +61,7 @@ export:: $(PARSER_SRCS) $(PLY_PROGS) + $(PYTHON_PATH) \ + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ +- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=. --regen ++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache --regen + + check:: + $(PYTHON_PATH) \ |