CVS log for ports/www/firefox/files/Attic/patch-sysnss
Up to [FreeBSD] / ports / www / firefox / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6
Sun Feb 7 21:48:44 2010 UTC (2 years ago) by beat
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.5: +0 -0 lines
- Update to 3.6
What's new in Firefox 3.6:
* Support for the HTML5 File API
* A change to how third-party software integrates with Firefox to
increase stability.
* The ability to run scripts asynchronously to speed up page load times.
* A mechanism to prevent incompatible software from crashing Firefox.
* Users can now change their browser's appearance with a single click,
with built in support for Personas.
* Firefox 3.6 will alert users about out of date plugins to keep them
safe.
* Open, native video can now be displayed full screen, and supports
poster frames.
* Support for the WOFF font format.
* Improved JavaScript performance, overall browser responsiveness and
startup time.
* Support for new CSS, DOM and HTML5 web technologies.
Thanks to: Andreas Tobler, Florian Smeets, nox@, miwi@ and all testers
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 17 20:12:26 2008 UTC (3 years, 6 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +40 -32 lines
Update to 2.0.0.16. See http://en-us.www.mozilla.com/en-US/firefox/2.0.0.16/releasenotes/ for a list of changes in this release.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 10 07:03:50 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +106 -110 lines
Restore firefox to 2.0 after slipping the RELEASE_6_2_0 tag.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 10 07:02:47 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +110 -106 lines
Temporarily roll firefox back to 1.5.0.8 so that we can tag this security fix release for 6.2. Approved by: secteam portmgr
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 1 13:20:11 2006 UTC (5 years, 3 months ago) by ahze
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +106 -110 lines
- Update to 2.0 Release notes: http://www.mozilla.com/en-US/firefox/2.0/releasenotes/ Special thanks to marcus and many others for helping test and fixing bugs!
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 28 07:59:05 2005 UTC (6 years, 5 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
- Make portlint happier. - Add Java 5 plugins support. [1] - Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do not extract those. Better explain, use external dependencies. [1] - Teach firefox-config and *.pc files for nspr that will making other third apps to buildable like epiphany, vlc-devel's mozilla plugins and etc. Have been tested with full GNOME 2.11.x build too. - Add four patches: [1] patch-bugzilla243151: https://bugzilla.mozilla.org/show_bug.cgi?id=243151 patch-jsosdep: Fix the FreeBSD define patch-oji-threads: 64-bit wide pthread_t patch-xptcinvoke_x86_64_linux: Setting a possibly uninitialized variable (value). - Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2] - Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION varibles that are arleady exist and lesser complicate. - Change all hardcore of 'firefox' to PORTNAME. - Change a manual loop for patch all.js to find(1), so we can sleep on it. Submitted by: mi [1], marcus [2] Reviewed by: my team, FreeBSD GNOME Team. Tested by: many
