Firefox 22 Released, Boosts 3-D Gaming and Video Calls
Today Mozilla announced the launch of Firefox 22 for desktops and Android devices. For the desktop version, WebRTC, the open source browser-based communications API, is now enabled by default. "This technology makes it possible to place and receive video calls from a mobile or desktop browser or share live video, files and images with friends and family." Firefox 22 also has support for the asm.js subset of JavaScript, which allows for big performance boosts on graphically complex applications in the browser. (We saw a demonstration of this a while back.) Other new features include display scaling options for making text bigger on high-res displays, better WebGL rendering performance, word wrapping for text files displayed in the browser, and the ability to change the playback rate of HTML5 audio and video. The new Android version features include tablet UI support for smaller tablets, and a fix for scrolling in nested frames.
when can I use it to run emacs?
Don't complain about syntax, grammar, or spelling. There is no.hell like input on android.
No, I do remember phoenix being that way though.
setTimeout(function(){window.locationmanageQueryStringParam('source','autorefresh');}, 600000);
this bit of code is a nightmare on FF mobile, iam trying to read the comments and bam iam looking at the slashdot homepage ? WTF ? i didnt press back
sort it out slashdot, your code needs much more work and if you cared about the user you would NEVER reload a page the user didnt request.
Because the web is increasingly an application delivery platform, and modern web standards reflect that. Many people may not like it particularly, but that's what it is.
You are not alone. This is not normal. None of this is normal.
Not perfect, but better... http://mrdoob.github.io/three.js/examples/css3d_periodictable.html
Lot better. it is now far faster than Chrome. I have switched back.
Do not look at laser with remaining good eye.
The web browser is now a universal secure applications platform, standards-based, not controlled by a single owner. These are compelling reasons for people to want features added to it to compete with other applications platforms.
Firefox handles it the same as geolocation or offline storage -- the browser asks you if you want to grant access to the camera and microphone.
For those who read the title and came here to moan about bloat:
The technologies mention in reference to 3D gaming are WebGL and asm.js. These serve to make things faster and their size is negligible (want to complain when the few extra bits in your JS engine make things go faster?). They can both be used in non-gaming situations, particularly processing-intensive stuff like dealing with images (processing, filters) and video (decoding - see ORBX.js). WebGL was already there, it's just better now.
You can disable it if you want, but WebRTC stuff doesn't load additional components (encoding/decoding video for instance) unless you're using them - which would be no worse than Flash (better actually). And just like with Geolocation, a site has to ask permission - to which you can say "never".
Chrome already has WebGL, WebRTC and is optimizing for asm.js. It's possible to land these without adversly impacting performance/responsiveness, and for the past year Mozilla has had their eye on the metrics.