Browse in the Fast Lane

Upgrade to the speediest, safest and most advanced Firefox yet.

437,153,997 Firefox 3.5 downloads Learn More

Firefox 3.5 New developer features: Performance

Faster JavaScript performance
JavaScript, the "J" in "AJAX," is sped up dramatically in Firefox 3.5 with the new TraceMonkey JavaScript engine. Web applications are much faster than in Firefox 3.
Faster page rendering
Web content draws faster in Firefox 3.5, thanks to technologies such as "speculative parsing." Your users don't need to know what it means, other than "it makes things draw faster."
Firefox 3.5 New developer features
Security and privacy
Private Browsing
Need to use someone else's computer? Switch on Private Browsing mode and nothing will be recorded about your session, including cookies, history, and any other potentially private information.
Better privacy controls
The Privacy preference pane has been completely redesigned to offer users more control over their private information. Users can choose to retain or discard anything including history information, cookies, downloads, and form field information. In addition, users can specify whether or not to include history and/or bookmarks in the location bar's automated suggestions, so you can keep private web addresses from popping up unexpectedly while typing in the location bar.
Firefox 3.5 New developer features
New features for end users


User experience

Location aware browsing
If you choose, you may allow Firefox 3.5 to share information about your current location with web sites. Firefox 3.5 can use information about the network you're connected to to share your location. Of course, it asks for your permission before doing so, to ensure your privacy.
Open audio and video support
Firefox 3.5 supports embedded video and audio using the open Ogg format, as well as WAV for audio. No plugins, no confusing error messages about needing to install something or other that turns out not to be available on your platform anyway.
Local data storage
Web applications can now use Web Storage's local storage capabilities to store data on your computer. This is great for anything from site preferences to more complex data.
Firefox 3.5 New developer features: For XUL and add-on developers

If you're an extension developer, you should start by reading Updating extensions for Firefox 3.5, which offers a helpful overview of what changes may affect your extension.

New components and functionality

Supporting private browsing mode
Firefox 3.5 offers Private Browsing mode, which doesn't record the user's activities. Extensions may support private browsing following the guidelines offered by this article.
Security changes in Firefox 3.5
This article covers security-related changes in Firefox 3.5.
Theme changes in Firefox 3.5
This article covers theme-related changes in Firefox 3.5.
Monitoring WiFi access points
Code with UniversalXPConnect privileges can now monitor the list of available access points, getting information on their SSIDs, MAC addresses, and signal strength. This can be used in tandem with Geolocation to offer WiFi-based location service.

Notable changes and improvements

* The XUL textbox widget now offers a search type, for use as search fields.
* In order to support dragging and dropping tabs between windows, the browser widget now has a swapDocShells() method.
* Added the level attribute to the panel element; this specifies whether panels appear on top of other applications, or just on top of the window the panel is contained within.
* XUL elements now support the clientHeight, clientWidth, scrollHeight, and scrollWidth properties.
* keysets now include a disabled attribute.
* In addition, keysets can now be removed using the node's removeChild() method.
* mozIStorageStatement had the initialize() method removed; consumers should use the createStatement() method instead to get a new statement object.
* The Storage API now offers support for asynchronous requests.
* The nsICookie2 interface now exposes the time at which cookies were created in its new creationTime attribute.
* Added a flag to nsIProtocolHandler (URI_IS_LOCAL_RESOURCE) that is checked during chrome registration to make sure a protocol is allowed to be registered.
* Firefox now looks for plugins in /usr/lib/mozilla/plugins on Linux, as well as the previously supported locations.
* The plugin API has been updated to include support for private browsing mode; you may now use NPN_GetValue() to query the state of private browsing mode using the variable NPNVprivateModeBool.

Firefox Features: The Cutting Edge Features
Newest Web Technologies

Brand new and enhanced functionalities enable Web site authors and developers to create advanced content and applications. Support is now available for:
  • CSS2.1
  • CSS3
  • HTML5
  • SVG Filters
  • Ogg Vorbis
  • Ogg Theora
  • Native JSON
  • MathML
  • Animated Portable Network Graphics (APNG)
  • Cross-Site XMLHttpRequest
  • Microformats
  • Web Worker Threads
Firefox Features: The Cutting Edge Features
Open Video and Audio

Introducing the future of online media! Firefox is the first browser to support open video and audio formats, allowing practically limitless new ways for sites to display rich content. The open formats also allow modern web pages to display media without requiring a plug-in or a proprietary software download.
Firefox Features: The Cutting Edge Features
Location-Aware Browsing

Location-Aware Browsing: Now Firefox can tell websites where you’re located so you can find info that’s more relevant and more useful (for example, getting directions or finding restaurants near you). It's all optional - Firefox doesn't share your location without your permission - and is done with the utmost respect for your privacy.
Firefox Features: The Cutting Edge Features - Next-Generation Graphics

Next-Generation Graphics: You have to see it to believe it. The rendering of text and graphics, including SVG and Canvas, is faster and sharper than ever before, thanks to our upgraded graphics engine. Firefox 3.5 automatically color corrects images that have the color profile data included (like your digital photos) to make sure the colors are exactly as intended.

For web site and application developers
HTML 5 support

Using audio and video in Firefox
Firefox 3.5 adds support for the HTML 5 audio and video elements.
Offline resources in Firefox
Firefox 3.5 now fully supports the HTML 5 offline resource specification.
Drag and drop
The HTML 5 drag and drop API allows support for dragging and dropping items within and between web sites. This also provides a simpler API for use by extensions and Mozilla-based applications.

Newly-supported CSS features

Downloadable fonts support
The new @font-face @rule lets web pages provide downloadable fonts, so that sites can be rendered exactly as the page author expects.
CSS media queries
Firefox 3.5 now supports CSS media queries, which enhance support for media-dependent style sheets.
:before and :after updated to CSS 2.1
The :before and :after pseudo-elements have been updated to full CSS 2.1 support, adding support for the position, float, list-style-*, and some display properties.
ch units for length
The ch unit can now be used anywhere that accepts a unit of length. 1ch is the width of the "0" (zero) character.
opacity
The -moz-opacity Mozilla extension to CSS has been removed in favor of the standard opacity property.
text-shadow
The text-shadow property, which allows web content to specify shadow effects to apply to text and text decorations, is now supported.
word-wrap
This newly-supported property lets content specify whether or not lines may be broken within words in order to prevent overflow when an otherwise unbreakable string is too long to fit on one line.
white-space property supports the pre-line value
The white-space property now accepts the pre-line value.
-moz-box-shadow
-moz-border-image
-moz-column-rule
-moz-column-rule-width
-moz-column-rule-style
-moz-column-rule-color
Firefox 3.5 adds support for these Mozilla extensions to CSS.
The -moz-nativehyperlinktext color value
This new color value represents the user's system's default hyperlink color.
The -moz-window-shadow property and the :-moz-system-metric(mac-graphite-theme) pseudo-class
These new CSS features were added to facilitate theming.
New values for -moz-appearance
The -moz-win-glass and -moz-mac-unified-toolbar values have been added to -moz-appearance.
Using CSS transforms
Firefox 3.5 supports CSS transforms. See -moz-transform and -moz-transform-origin for details.
:nth-child
:nth-last-child
:nth-of-type
:nth-last-of-type
:first-of-type
:last-of-type
:only-of-type
These selectors are all newly-supported in Firefox 3.5.

New DOM features

localStorage
Firefox 3.5 adds support for the Web Storage localStorage property, which provides a way for web applications to store data locally on the client's computer.
Using web workers
Firefox 3.5 supports web workers to allow easy multi-threading support in web applications.
Using geolocation
Firefox 3.5 supports the Geolocation API, which allows web applications to obtain information about the user's current location if a provider for that information is installed and enabled.
Locating DOM elements using selectors
The selectors API allows querying a document to locate the elements that match a given selection rule.
Mouse gesture events
Firefox 3.5 supports mouse gesture events such as trackpad swipes.
The NodeIterator object
The NodeIterator object provides support for iterating over the list of the nodes in a DOM subtree.
The MozAfterPaint event
This new DOM event is sent after painting updates in windows.
The MozMousePixelScroll event
This new DOM event allows detection of pixel-based mouse scroll wheel events instead of line-based scroll events.

New JavaScript features

New in JavaScript 1.8.1
An overview of all the changes in JavaScript 1.8.1.
Object.getPrototypeOf()
This new method returns the prototype of a specified object.
Using native JSON
Firefox 3.5 has native support for JSON.
New trim methods on the String object
The String object now has trim(), trimLeft(), and trimRight() methods.

Networking

Cross-site access controls for HTTP
In Firefox 3.5, it's now possible for HTTP requests, including those made by XMLHttpRequest, to work across domains if the server supports it.
Progress events for XMLHttpRequest
Progress events are now offered to enable extensions to monitor the progress of requests.
Improved Synchronous XMLHttpRequest support
DOM Timeout and Input Events are now suppressed during a synchronous XMLHttpRequest.
Controlling DNS prefetching
Firefox 3.5 provides DNS prefetching, whereby it performs domain name resolution ahead of time for links included in the current page, in order to save time when links are actually clicked. This article describes how you can tune your web site to disable prefetching, or to adjust how prefetching operates.

New Canvas features

HTML 5 text API for canvas elements
Canvas elements now support the HTML 5 text API.
Shadow effects in a canvas
Canvas shadow effects are now supported.
createImageData()
The canvas method createImageData() is now supported, allowing code to specifically create an ImageData object instead of requiring it to be done automatically. This can improve performance of other ImageData methods by preventing them from having to create the object.
moz-opaque attribute
Added the moz-opaque DOM attribute, which lets the canvas know whether or not translucency will be a factor. If the canvas knows there's no translucency, painting performance can be optimized.

New SVG features

Applying SVG effects to HTML content
You can now apply SVG effects to HTML and XHTML content; this article describes how.

Miscellaneous new features

ICC color correction in Firefox
Firefox 3.5 now supports ICC color correction for tagged images.
The defer attribute is now supported on script elements
This attribute indicates to the browser that it may choose to continue to parse and render the page without waiting for the script to finish executing.

Other improvements

* The Text node's wholeText property and replaceWholeText() method have been implemented.
* The property element.children has been added. It returns a collection of child elements of the given element.
* The Element Traversal API is now supported by the DOM Element object.
* HTML document nodes may now be cloned using cloneNode().
* The non-standard getBoxObjectFor() DOM method has been removed. You should be using getBoundingClientRect() instead.
* Dispatched DOM events can now be re-dispatched. This makes Firefox 3.5 pass Acid 3 test 30.
* Improvements have been made to DOM 2 Range handling.
* In non-chrome scope, caught objects in exceptions are now the actual thrown object instead of an XPConnect wrapper containing the thrown object.
* SVG ID references are now live.
* SVG filters now work for foreignObject.
* The GetSVGDocument() method has been added to object and iframe elements for compatibility.
* Implicit setting of properties in object and array initializers no longer execute setters in JavaScript. See the blog post Object and array initializers should not invoke setters when evaluated for details.
* The gDownloadLastDir.path variable has been renamed to gDownloadLastDir.file since it refers to an nsIFile , not a path.
* The gDownloadLastDirPath variable has been renamed to gDownloadLastDirFile since it refers to an nsIFile , not a path.
* Starting in Firefox 3.5, you can no longer use data: bindings in chrome packages that get XPCNativeWrapper automation.
Firefox Features: The Cutting Edge Features - Web Application Integration

Web Application Integration: Expand the power of Web-based applications. In the past you’d click on an email address in a Web site and your computer’s default email application would open up to send a message to the linked address—even if you never email through the program. Now you can choose a Web mail clients (like Hotmail, Gmail or Yahoo! Mail) to launch when you click on that email address.
Take your computer offline and still have information at your fingertips. Certain enabled sites may allow applications—like your Web-based email—to stay with you at all times.
Firefox Support, Firefox Live Support

Firefox Live Support: We have Firefox experts waiting on stand-by to help you with questions that simply demand a live person and a real conversation. Now you can chat with knowledgeable Firefox community members who troubleshoot via our live chat site. You won’t be put on hold or have to wait for a response—solve your problem on the spot.

Firefox Support: Help is right where you would expect it, as well as a few places you might not. A link at the top of your browser takes you to a support site with the answers you’ll need. Want to dig deeper—or have a really tough question?
Firefox Support screenshot

Firefox’s support website has a searchable knowledge base of articles, plus forums and tutorials full of solutions and tips for a better experience.
Improved Text Rendering Features, Downloadable Fonts Features, Emphasis on Accessibility Features, Language of Firefox Features, Universal Customization Features

Firefox Improved Text Rendering: Read your language as it’s written—more like real life. With a new graphics engine, Arabic, Persian, Punjabi and other script languages now render in a remarkably seamless way.

Firefox Downloadable Fonts: new View a wider variety of fonts on Web sites while you surf. Site designers and developers can create custom fonts that will be displayed and rendered properly even if you don’t have the font installed on your computer.
Improved Text Rendering screenshot

Firefox Emphasis on Accessibility: By minimizing keystrokes, allowing users to zoom in on Web pages and supporting screen readers, Firefox is that much easier to use for those with mobility disabilities and visual impairments.

Firefox Universal Customization: Go beyond translation and experience the web in a way that makes sense to you. Local developers who know what’s best for their community have customized your Firefox browsing experience with local dictionaries, search providers, live bookmarks and Web feeds. Depending on where you live, you’ll see things like BBC headlines tailored to your region or experience features that work with Baidu, the Chinese search engine.

The Language of Firefox: improved Firefox speaks your language like no other browser on earth. Because the Web is a worldwide resource and we believe that resource belongs to the people, we’ve made our browser available in as many local languages as possible. We have over 70 different translations, from French and Chinese to Finnish and Czech. Find your language.
Search, Find, Smart Keywords, Search Suggestions, Integrated Web Search, Hundreds of Search Engines

Smart Keywords: Search the Web in record time with smart keywords. With a few clicks you can assign keywords to search engines, and then simply enter your key and search words in the location bar. With this feature, typing “book home building” can search Amazon.com, and take you right to books about home building without ever pausing at the homepage.

Search Suggestions: Start typing in the search bar and it will prompt you with a drop down of filled-in suggestions, plus you can use the search bar as a calculator, converter and more.

Integrated Web Search: Searching the Web is a breeze with the search box inline, just to the right of your location bar. Select the search engine of your choice and type what you want to find directly into the box. The width is adjustable so you can make it bigger if you need more space.

Hundreds of Search Engines: Access your favorite search engines quickly from the integrated search bar. You can use a new engine for each search, or stick to your favorite. Choose from a preset dropdown list of engines or select “manage search engines” from the same list to browse search engine options offered as add-ons. Check out your choices now.

Find: The find feature appears in a keystroke. Search for a word or phrase on an open Web page. Highlight text before using the feature and finder opens pre-filled with your selection. See all instances of your search at once, or scroll backwards and forwards through the appearances of the word on the page.
Tabs, Easy Organization, Reopen Closed Tabs. Save on Exit, Smooth Scrolling

Tabs

At first glance, they look like little labels living above the site you’re currently visiting. But they are a brilliant way to browse multiple sites at once. Simple and easy, you can think of them as the electronic version of a well kept filing cabinet, with the tabs as the dividers and the sites as the content kept in folders. Each new site appears as a new tab (not a new window) and can be accessed in one click. When you quit Firefox, you can save your tabs and windows for the next time you start. No need to reopen all your windows each time you start a session.
Smooth Scrolling

Easy Organization

new improved Get your sites in order. Simply arrange the order of your tabs by dragging them in one swift move of your mouse. Or, if your browser window is getting cluttered with too many tabs, just drag a tab out of its existing spot and it will automatically open up in a new window.

Reopen Closed Tabs

If you accidentally close a tab, you can reopen it in one click. Just view Recently Closed Tabs in the History menu and select the tab you’d like to reopen.

Save on Exit

When you quit Firefox, you can save your tabs and windows for the next time you start. No need to reopen all your windows each time you start a session.

Smooth Scrolling

Like to have all 20 of your favorite pages open at once? An elegant new feature lets you scroll through tabs easily to see them all and access the one you want quickly.

Full Zoom

Visit your favorite news page and read the caption under the picture—or view the picture itself in a size you can see. An elegant new zoom feature lets you swoop in and see entire web pages. They scale in the way you’d expect them to, with all the elements of a page’s layout expanding equally, so you can zero in on what matters.

Session Restore

improved Restart the browser without losing your place after you install an add-on or software update. And, if Firefox or your computer unexpectedly closes, you don’t have to spend time recovering data or retracing your steps through the Web. If you’re in the middle of typing an email, you’ll pick up where you left off, even down to the last word you typed. Session Restore instantly brings back your windows and tabs, restoring text you entered and any in-progress downloads.

Spell Checking

A built-in spell checker lets you enter text directly into Web pages—like blog posts and Web-based email—without worrying about typos and misspellings. Work directly with the Web and save yourself a step.

Visit your favorite news page and read the caption under the picture—or view the picture itself in a size you can see. An elegant new zoom feature lets you swoop in and see entire web pages. They scale in the way you’d expect them to, with all the elements of a page’s layout expanding equally, so you can zero in on what matters.

Download files seamlessly and securely! A pause and resume feature means there’s no need to wait for a download to finish before you disconnect. So, if you’re halfway through the latest White Stripes album and it’s time to catch the bus, just pause and pick up downloading when you get home. The resume function also works if your system crashes or is forced to restart. The manager shows your download progress and lets you search your files by name or the Web address where the download came from.

RSS Feed Reader

You can read feeds using an online Web service, a client-side feed reader or by creating a Firefox Live Bookmark. So there’s no need to comb the Web for the latest news and updates. See the latest headlines in the toolbar or menu and go directly to the articles that catch your eye.

Restart the browser without losing your place after you install an add-on or software update. And, if Firefox or your computer unexpectedly closes, you don’t have to spend time recovering data or retracing your steps through the Web. If you’re in the middle of typing an email, you’ll pick up where you left off, even down to the last word you typed. Session Restore instantly brings back your windows and tabs, restoring text you entered and any in-progress downloads.


The Firefox platform looks and feels like home. Think of it as a Firefox who’s really good at making friends. Whether you use Windows Vista, Mac or Linux, the browser seamlessly integrates into your computer’s environment. A native look makes for a flawless interface that never gives you pause.

You can read feeds using an online Web service, a client-side feed reader or by creating a Firefox Live Bookmark. So there’s no need to comb the Web for the latest news and updates. See the latest headlines in the toolbar or menu and go directly to the articles that catch your eye.

Visit your favorite news page and read the caption under the picture—or view the picture itself in a size you can see. An elegant new zoom feature lets you swoop in and see entire web pages. They scale in the way you’d expect them to, with all the elements of a page’s layout expanding equally, so you can zero in on what matters.

Smart Bookmark

Find things fast with Smart Bookmarks. Click on the Bookmarks menu for quick access to sites organized by most visited, recently bookmarked and recently tagged.

Label a site with names or categories that are meaningful to you. For example, you can label the site www.bbc.co.uk with the “news” tag as well as the “foreign investments” tag, plus give www.nytimes.com the “news” tag, too. When you enter “news” into the location bar, both sites will be shown as results. A single site can have multiple tags, and there’s no limit to the number of tags you can create. You may not remember the exact name of a site, but with a tag, you’ll be able to find it in a way that makes sense to you.

Manage your bookmarks a lot or a little. One click on the star icon at the end of the location bar bookmarks a site. Two clicks and you can choose where to save it and whether to tag it. File bookmarked sites in easy-to-access folders and organize according to theme (like “job search” or “favorite shopping”). Find your bookmarked sites in a flash by entering the tag, page or bookmark name into the location bar. The more you use your tags and bookmark names in the location bar, the more the system will adapt to your preferences.

Manage your bookmarks a lot or a little. One click on the star icon at the end of the location bar bookmarks a site. Two clicks and you can choose where to save it and whether to tag it. File bookmarked sites in easy-to-access folders and organize according to theme (like “job search” or “favorite shopping”). Find your bookmarked sites in a flash by entering the tag, page or bookmark name into the location bar. The more you use your tags and bookmark names in the location bar, the more the system will adapt to your preferences.

View the video

Make your browser as efficient as you can imagine. Your browsing history (all the websites you’ve seen) and your bookmarks (all the websites you’ve saved) are archived in the Library, where they can be easily searched and organized. You can also save your frequent searches in dynamic smart folders that automatically update as your bookmark list and history grow.
improved Label a site with names or categories that are meaningful to you. For example, you can label the site www.bbc.co.uk with the “news” tag as well as the “foreign investments” tag, plus give www.nytimes.com the “news” tag, too. When you enter “news” into the location bar, both sites will be shown as results. A single site can have multiple tags, and there’s no limit to the number of tags you can create. You may not remember the exact name of a site, but with a tag, you’ll be able to find it in a way that makes sense to you.
A quick way to get to the sites you love—even the ones with addresses you only vaguely remember. Type in term into location bar (aka the Awesome Bar) and the autocomplete function includes possible matching sites from your browsing history, as well as sites you’ve bookmarked and tagged in a drop down.

For example, you could enter the tag: “investments” to find “www.fool.com”. The Awesome Bar learns as you use it—over time, it adapts to your preferences and offers better fitting matches. New enhancements for Firefox 3.5 give you greater control over the Awesome Bar, and include privacy settings.

View the video

Polish

All operating systems
  • New document icon
  • New crash reporter icon
  • New software update icon
  • New search text box widget for all search interactions
  • Enhanced notification bar animation
  • Improved use of progressive disclosure controls
  • Numerous alignment fixes
  • Software update dialog no longer grabs the focus
  • Text field display improvements
  • Bright red dinosaur favicon on Getting Started sent into early retirement
  • Column arrow in list view corrected
  • Focus ring removed from tab bar
OS X
  • New disk image icon
  • Navigation shortcuts in text fields (press the up arrow to go to the beginning, press down to go to the end)
  • Improved folder drag & drop in the bookmarks toolbar
  • Rounded corners on contextual menus
  • Improved appearance of transparent windows
  • Transparent windows now cast shadows
  • Support for the graphite OS setting
  • Native theming for tabs in within application windows
Vista
  • Visual enhancements to the sidebar design
  • Group boxes now have native theming XP
  • Group boxes now have native theming
Linux
  • Icons in the location bar are now aligned

Privacy

More ways to maintain your privacy while you’re online:

Browsing

Set your browsing mode to private and leave no trace of past Web history.

Clear History

Delete where you’ve been on the Web after the fact—simple and easy.

Pick Your Privacy

Remove the history of your visits to a particular site but retain the rest of your browsing history.

Easy Options

Firefox asks you straight up about how to store your history and gives you fine-tuned privacy control over the Awesome Bar.


Tabs

Tabs in Firefox keep getting better. Turn a tab into its own window instantly—tabs now tear off to stand alone when you want them to. Need a new tab? There’s a convenient button for that, right in your tab bar.

Awesome Bar

We’ve raised the Awesome Bar even higher. Now get more privacy and customization when you choose to display or hide bookmark or history matches. New autocomplete keystrokes match keywords to your choice of bookmarks, history, titles and tags, or URL. And we’ve tightened up your keyword search experience all around.

Site Identity

Firefox’s site identity button now displays the domain name for SSL, making it easier to notice when you’re entering or exiting a secure connection and to determine who you’re connected to.

More UE Goodness

Firefox has so many new features, some just defy categorization, like multi-touch gestures for OS X and Windows 7, which make overall navigation easier. And autocomplete is now part of how you bookmark, so tagging is easier and more intuitive. You can even edit tags for a bulk of bookmarks right in the library window. If things crash, Firefox automatically restores your experience. And now you can get recently closed windows back in a single click. Plus, we’ve given your browsing history an easier-to-use timeline so you can quickly find pages you’ve been to before.

Web Developer Features: Firefox 3.5 is the fastest and have most advanced Web Developer Features

pen Video and Audio:Online media gets a major upgrade with Firefox 3.5. It includes the world’s first implementation of HTML 5 audio and video support (Ogg Vorbis and Ogg Theora), allowing web developers to include rich media that’s controlled using JavaScript, HTML and CSS instead of by proprietary technologies. View documentation.

XHR Firefox 3.5 supports cross-site XMLHttpRequests, which means your Web applications can now access material from other servers (as long as the servers are configured to allow it), thus paving the way for new mashups and other online collaborations. View documentation.

Downloadable Fonts: Web developers and site designers can now get a more consistent look across all platforms by using downloadable TrueType and OpenType fonts in their designs instead of relying on the fonts installed on the user’s local machine. View documentation.

TraceMonkey: Knowing that users have the benefit of Firefox 3.5’s dramatically improved TraceMonkey engine, Web developers can build JavaScript-based applications and sites that are faster and more responsive than ever (see Performance section above for more details). View documentation.

Location-aware Browsing

In Firefox 3.5, users can share their location with requesting websites, allowing developers to customize their applications so they deliver more useful, more relevant output. Learn more about this feature.

Native JSON

Firefox 3.5 has improved support for JSON, with native handling of JSON objects to make encoding and decoding JSON faster than ever before. View documentation.

Web Worker Threads

Multithreading support finally comes to the Web through the new Web Workers feature, which allows JavaScript code to spawn off threads to handle tasks in the background. Web applications can now take advantage of modern multicore processors. View documentation.

Media Queries

Support for CSS 3 media queries lets style sheets define content appearance more precisely. They now take an intelligent look at the details of whatever device is rendering your content, giving you more control over the final user experience. For example, you can render your site in one way for color printers and another for black and white. View documentation.

Offline Support

Firefox 3.5 supports HTML 5 offline resource caching. This lets Web applications cache static content on the user’s system for reuse instead of requiring it to be reloaded over the network each time it’s needed. The result: much faster web application load times. View documentation.

More Developer Goodness

In addition to these other features, Firefox 3.5 has updated or added other CSS properties, DOM events and tools to build even more beautiful and responsive web pages. Check out the full list on our 3.5 developer’s page.

Faster JavaScript

The TraceMonkey JavaScript engine brings screaming fast performance to Firefox 3.5. With JavaScript that's more than twice as fast as Firefox 3 and 10x faster than Firefox 2, you’ll be able to see the difference without breaking out your stopwatch.

Faster DOM

We’ve been working hard to make DOM access and manipulation faster in Firefox 3.5- over 2x faster than Firefox 3, in fact. We’ve removed overhead from our code, added new fast-access query and manipulation methods, and added support for new standards.

Firefox 2 -88.23 runs
Firefox 3 -244.12
Firefox 3.5 - 458.03

* Number of runs of Dromaeo JavaScript performance test completed








FireFox The most advance webBrowser

Firefox presents itself more versatile and functional. It is created to execute it in different platforms in an easy way due to their practical system of tabs, which allow us to visit several sites in a same instance of the navigator.
It was Developer with the XUL system and it releases us from the annoying emergent windows and it includes a search bar that saves time. Its download administrator which is simple and safe shows up.

Besides, it has an open code in which there exist an infinity of programmers and helpers that are making of Firefox the best navigator of all the times.

FireFox With Google Toolbar

Google Toolbar for Firefox is a tool bar especially designed for Firefox navigator which already has a very important place in the market.

This new Google bar incorporates to your Firefox navigator a new search box, which ahs been improved, it is more efficient when it has to search for something.

It also incorporates a new tool that tells us about Web pages which may be dangerous.


Faster Download speed compare to any download softwere:

It has a word translator, spell checker which checks spelling when filling a Web form.

I have used almost all web browser what i have found when i download songs ar any thing i have found that download speed is faster not much but at least 10%-20%, in compare
with download softwere like DAP (download accelerator plus),Mu torrent, bittorent,

If you like YouTube or Google Video and your default browser is Firefox, you are lucky.

Firefox VideoDownloader is a practical added element for Mozilla Web browser to download any video form the most popular pages that render this service.

Firefox VideoDownloader will add in Firefox interface a small button to download videos, you only need to visit the page that has the video to download and that's it.

Blogger Templates by Blog Forum