Mozilla Firefox 6.0 - Final


Recommended Posts

Mozilla Firefox 6.0 - Final

Firefox 6 - faster, more secure, easier to use and sporting a new look, this latest Firefox release sets a new standard for web browser innovation. Firefox is small, fast and easy to use, and offers many advantages over other web browsers, such as the tabbed browsing and the ability to block pop-up windows. View Web pages way faster, using less of your computer?s memory. Take Firefox with you wherever you go. Synchronize your browsing across multiple devices. Forget clunky URLs ? find the sites you love in seconds. Firefox has the most ways to customize your online experience specifically for the way you use the web. It is built with you in mind, so it?s easy and instinctive to use even the first time you try it. Thousands of Add-ons (little extras that augment Firefox to meet your unique needs) just waiting out there to help you do more, have more fun and be more creative online. Firefox keeps your personal info personal and your online interests away from the bad guys. Simply put, your security is our top priority.

Downloads:

Download Firefox 6.0 for Windows EN US File version: 6.0.0.4240

Other languages

All systems

aboutfirefox60.png

01:20.49 2011-08-13 Firefox Setup

33f6dc8bf51178af43a58c405c0a5c10 *Firefox Setup 6.0.exe

08:42.44 2011-08-16 Firefox Setup

33f6dc8bf51178af43a58c405c0a5c10 *Firefox Setup 6.0.exe

Link to comment
https://www.neowin.net/forum/topic/1018398-mozilla-firefox-60-final/
Share on other sites

thanks for the update but i am waiting for Firefox 7 to be final as ill stick with Aurora channel for now as Firefox 7's memory usage is hugely improved which means prior versions are obsolete/not worth using.

i been using Firefox 7 for over a month now and i won't go back to to big memory improvements over prior versions.

Ha - if it wasn't for Google's lame versioning strategy, FF 6 would - and should - have been 4.2. :rolleyes:

Ha - if it wasn't for Google's lame versioning strategy, FF 6 would - and should - have been 4.2. :rolleyes:

i agree as it's been ages like that up until recently. because full version number changes used to mean fairly big leaps. now you just get small differences between FF4 to FF6. FF7 is where the big leap is at anyways due to the very noticeable ram use reduction.

because with the usual version numbering it would have basically been like this...

Firefox 4

Firefox 4.1 (i.e. Firefox 5)

Firefox 4.2 (i.e. Firefox 6)

Firefox 5 (i.e. Firefox 7 (since the very noticeable ram reduction would be a major boost to the browser))

Ha - if it wasn't for Google's lame versioning strategy, FF 6 would - and should - have been 4.2. :rolleyes:

I'm going to sleep now. Wake me up when people stop complaining about this and just be happy that they are actually releasing updates faster.

I must have totally missed FireFox 5 haha, I was sure the latest was version 4.

Ha - if it wasn't for Google's lame versioning strategy, FF 6 would - and should - have been 4.2. :rolleyes:

Google don't make any deal what so ever about what version the browser is, so it shouldn't matter.

firefox 6 is a nice improvement, mainly in HTML5 capabilities, the other changes are rather minor. Not long until Firefox 7 beta, need the ram improvements badly, i hate firefox increasing in ram over several hours, supposedly firefox 7 will pretty much fix this.

Fx7 will enter Beta on 16th, so only a few more days of waiting.

Must this happen every time?

It's not really final until it's actually announced as a release. Then all the pages are up to date, and the build will have been fully tested and approved. So, use at your own risk, but why do we have to have a thread jumping the gun every time?

And, they're doing time-based releases, hence the version increment each time (because 4.1, 4.2, 4.3 forever would be silly). Just ignore the bloody version number.

I'm going to sleep now. Wake me up when people stop complaining about this and just be happy that they are actually releasing updates faster.

True. Yeah, this new versioning, like Chrome's versioning, is a bit misleading and artificial, but I'm glad they are rolling out improvements much more quickly instead of getting bogged down. Getting to 4.0 took way too long.

More than likely trying to keep up with rival browsers versions.

IE9

Opera 11

Chrome 13

FF4... Sounds pretty far behind the rest

Chrome doesn't advertise its version number anywhere. Chrome isn't trying to beat anyone's version number, and no one is trying to catch up to chrome's. Firefox isn't adopting a chrome style release cycle because of a damn version number, they are doing it for faster, consistent releases that get improvements to the end user faster, rather than the previous monolithic releases that let the current version get stale and behind (*cough firefox 3.6 cough*).

Chrome doesn't advertise its version number anywhere. Chrome isn't trying to beat anyone's version number, and no one is trying to catch up to chrome's. Firefox isn't adopting a chrome style release cycle because of a ****ing version number, they are doing it for faster, consistent releases that get improvements to the end user faster, rather than the previous monolithic releases that let the current version get stale and behind (*cough firefox 3.6 cough*).

Capture.PNG

Unless you mean on their download page, then no they don't - but chill... no need for swearing about a browser !

EDIT - actually

Capture.PNG

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I literally tried to install it on my PC today and it crashed upon every start up. I tried all the tricks, terminate and remove cache, uninstall, reinstall, reboot, install via winget.. in the end I had my call with Brad Wardell on Google Meet. Oh I also tried Teams on the web, and got no video or audio (yes I allowed mic and camera).
    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      520
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      96
    5. 5
      ATLien_0
      84
  • Tell a friend

    Love Neowin? Tell a friend!