diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-25 22:45:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-25 22:45:27 +0000 |
commit | fef9b9d2e034cbf8cb36d283c5db7d706930810a (patch) | |
tree | 4245560c922963b055ab62d4df607c0fe800869f /www/firefox35/files/patch-toolkit_xre_Makefile.in | |
parent | - Update to 0.7.2 (diff) |
- Update to Firefox 3.1 BETA3
Firefox 3.1 Beta 3 is based on the Gecko 1.9.1 rendering platform,
which has been under development for the past 9 months. Firefox 3.1
is an incremental release on the previous version with significant
changes to improve web compatibility, performance, and ease of use:
* Improved the new Private Browsing Mode.
* Improvements to web worker thread support.
* Improved performance and stability with the new TraceMonkey
JavaScript engine.
* New native JSON support.
* Improvements to the Gecko layout engine, including speculative parsing
for faster content rendering.
* Support for new web technologies such as the <video> and <audio> elements,
the W3C Geolocation API, JavaScript query selectors, CSS 2.1 and 3 properties,
SVG transforms and offline applications.
Thanks to: beat@, nox@, gahr@, Florian Smeets,
Notes
Notes:
svn path=/head/; revision=232745
Diffstat (limited to 'www/firefox35/files/patch-toolkit_xre_Makefile.in')
-rw-r--r-- | www/firefox35/files/patch-toolkit_xre_Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/firefox35/files/patch-toolkit_xre_Makefile.in b/www/firefox35/files/patch-toolkit_xre_Makefile.in new file mode 100644 index 000000000000..4a9c8533a2f8 --- /dev/null +++ b/www/firefox35/files/patch-toolkit_xre_Makefile.in @@ -0,0 +1,8 @@ +--- toolkit/xre/Makefile.in.orig 2007-09-10 10:31:53.000000000 -0400 ++++ toolkit/xre/Makefile.in 2007-09-10 10:35:00.000000000 -0400 +@@ -263,5 +263,3 @@ + libs:: platform.ini + $(INSTALL) $^ $(DIST)/bin + +-install:: +- $(INSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir) |