What's New In Firefox 15 And 16
Written by Ian Elliot   
Saturday, 28 July 2012

Firefox changes so quickly it is difficult to keep up with what features are in development. Firefox 15 is now in beta and 16 is on its way. Let's take a look at what is on offer.

Firefox 15 is in beta and the biggest issue fix is its long standing memory leakage problems.The new version should prevent most leaks from add-ons and a decrease in memory consumption. On the same sort of topic an incremental garbage collector should also help with the problem of the browser seeming to crash because it freezes when garbage collection is initiated.

firefoxicon

For developers the new features are an integrated JavaScript debugger, a new layout in the inspector and the ability to switch between mobile and desktop site views. Web apps were introduced in Firefox 14 but disabled by default. In 15 they will be enabled by default. This is good but there are currently far too many HTML5 app formats for browsers and while they may all be similar it is confusing for the user. We need a browser independent HTML5 app format.

Perhaps the biggest change, although it is difficult to know how much impact it will have, is the support for the Opus audio codec. Opus is a do everything "super" codec that provides better or equal performance than alternative codecs. It can be used to compress everything from speech to high quality music using the same basic algorithm. Rather than having to choose an audio format to suit the application you can simply use Opus and tune its parameters - and yes it claims to be better than MP3, a 64kbps Opus file sounds better than a 96kbps MP3. Added to its technical advantages it is also free and an IETF standard. Its downside is that this is yet another audio format to support and not all browsers can use it. If it did catch on then it would be a huge simplification but...

Firefox 16 is more experimental and as always some features may not make it into the release. The most important change is that CSS features have dropped the Mozilla prefix. In case you haven't noticed CSS prefixes have developed into one of the biggest incompatibility and maintainability problems in developing mobile web apps. Most developers have simply opted to use webkit prefixes so destroying any hopes of browser independent code. Firefox has now dropped the prefix from Animations, Transitions, Transformations, and more. In most cases you can simply remove the prefixes and start using the CSS3 form. The exception seems to be gradients which have changed syntax from prefixed to unprefixed. There are a range of other improvements including the unprefixing of the Battery API and the Vibration API.

A new developer toolbar should make it easier to get to the tools you need. There are also minor changes to web console and the scratchpad.

firefoxicon

More Information

Firefox 16 for developers

Firefox 15 for developers

Related Articles

Mozilla - Microsoft Is Blocking Browser Choice - Again!

Firefox 12 Delivers Improved Developer Tools


raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Actionforge Releases GitHub Actions VSCode Extension
09/04/2024

Actionforge has released the beta of its GitHub Actions tool as a VS Code extension. The extension consists of a suite of tools making up a visual node system for building and managing GitHub Actions  [ ... ]



Microsoft Introduces .NET Smart Components
01/04/2024

Microsoft has provided a set of .NET Smart Components, described as a set of genuinely useful AI-powered UI components that you can quickly and easily add to .NET apps. The components are prebuilt end [ ... ]


More News

Last Updated ( Saturday, 28 July 2012 )