April 2013
3 posts
Desktop Notifications Support!
We support Desktop Notification now: if you want to test them, use that page and a recent Nightly: http://jsbin.com/notification/522/edit Especially interesting is the way sites must require authorization before to be allowed to use these notifications:
Apr 8th
7 notes
We have now a new Baseline Compiler for SpiderMonkey: it allows us to show significant performance improvement: https://blog.mozilla.org/javascript/2013/04/05/the-baseline-compiler-has-landed/
Apr 8th
3 notes
A network monitor landed in the dev tools of @FirefoxNightly last night. Great work by Victor Porof!
Apr 8th
4 notes
March 2013
14 posts
ES6 `Object.is` is now support by @FirefoxNightly - See http://mzl.la/YkgPGq
Mar 29th
2 notes
Fx Nightly is about to support HiDPI favicon (on HiDPI systems): https://bugzilla.mozilla.org/show_bug.cgi?id=828508
Mar 28th
1 note
ES6 Arrow function syntax has landed in @FirefoxNightly: `let square = x => { return x*x; };` Spec: http://is.gd/VsW9oT
Mar 25th
1 note
Multithreaded image decoding coming to @FirefoxNightly: http://bugzil.la/716140
Mar 25th
1 note
in @FirefoxNightly: Download progress in app icon in Mac OS X Dock : http://imgur.com/KAHfkt2
Mar 25th
1 note
asm.js in @FirefoxNightly: https://blog.mozilla.org/luke/2013/03/21/asm-js-in-firefox-nightly/
Mar 22nd
1 note
Parallel JS lands in @FirefoxNightly : http://smallcultfollowing.com/babysteps/blog/2013/03/20/parallel-js-lands/
Mar 20th
1 note
HTML5 Notifications now supported by @FirefoxNightly - example: http://jsbin.com/notification/1/edit
Mar 20th
1 note
<input type=”range”> is now supported in @FirefoxNightly
Mar 19th
1 note
You like @FirefoxNightly updates? Follow @FennecNightly for mobile specific udpates! #plzRT
Mar 15th
1 note
Paint Flashing in @FirefoxNightly: http://paulrouget.com/e/paintflashing/
Mar 13th
3 notes
First parts of WebComponents are landing in @FirefoxNightly: http://bugzil.la/783129 document.register interface method
Mar 11th
1 note
Font Inspector in @FirefoxNightly http://paulrouget.com/e/fontinspector/
Mar 11th
1 note
HTML5 <data> element implemented in @FirefoxNightly : http://bugzil.la/839371
Mar 6th
1 note
February 2013
12 posts
HTML5 <time> element is now supported by @FirefoxNightly http://bugzil.la/629801
Feb 25th
1 note
canvas.isPointInStroke is now supported in @FirefoxNightly
Feb 19th
1 note
Math.imul() (fast 32-bit integer multiplication) is now available in @FirefoxNightly. See http://mzl.la/WjXSS6
Feb 19th
1 note
Did you know about `window.crypto`? This API now implements `window.crypto.getRandomValues` See http://mzl.la/UpwMdG
Feb 19th
1 note
FileHandle API is now part of @FirefoxNightly http://mzl.la/15sUhW6
Feb 19th
1 note
First part of the WebAudio API is landing in @FirefoxNightly: (new AudioContext()).decodeAudioData(…)
Feb 19th
1 note
For Windows 7 and 8, support for h264 & mp3 is activated by default in @FirefoxNightly
Feb 19th
1 note
WebRTC is enabled by default in @FirefoxNightly
Feb 19th
2 notes
New in @FirefoxNightly: rotation gesture are supported on osx for standalone images
Feb 19th
1 note
Metro UI is now available in @FirefoxNightly (some screenshots: http://imgur.com/a/d5feb) (still work in progress)
Feb 14th
1 note
Keyboard events: Volume Up/Down/Mute support is coming to @FirefoxNightly http://bugzil.la/674739
Feb 8th
1 note
H.264/AAC/MP3 support now enabled by default in Firefox Nightlies on Windows 7 and later: http://is.gd/OgQwvP
Feb 6th
3 notes
January 2013
13 posts
element <main> is now supported by @FirefoxNightly
Jan 30th
1 note
Pressing the escape key doesn’t cancel XHRs and Sockets connections anymore if the page is loaded.
Jan 28th
1 note
canvas.isPointInStroke implemented: https://bugzilla.mozilla.org/show_bug.cgi?id=803124
Jan 28th
1 note
Math.imul implemented: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/imul
Jan 28th
1 note
The new Download Panel has been enabled in Firefox 20 (Aurora for now). Screenshot: http://i.imgur.com/XcJdx.png
Jan 17th
1 note
The new theme for private windows is now implemented for the all the platforms: (for ex., osx: http://i.imgur.com/dFsM8.png)
Jan 17th
2 notes
Scoped style attribute now supported in @FirefoxNightly demo: http://is.gd/XDrdLc screenshot: http://i.imgur.com/df48b.png
Jan 11th
1 note
Firefox 20 on Android: memory requirement down to 384MB,customizable homepage,HTML5 context menus support, private browsing
Jan 11th
1 note
HTML5 “undo history” feature in @FirefoxNightly: spec: http://is.gd/oxxo0G - bug: http://bugzil.la/617532
Jan 7th
1 note
Fixed in @firefoxnightly: implement mask-type property from CSS Masking http://bugzil.la/793617
Jan 2nd
1 note
Fixed in @FirefoxNightly: implement mask-type property from CSS Masking http://bugzilla/793617
Jan 2nd
1 note
CSS.supports() API in @FirefoxNightly: http://bit.ly/VeySs2 - if (CSS.supports(“display”, “flex”)) {}
Jan 2nd
1 note
CSS transitions are now less jumpy over long time and short distance: http://bugzil.la/663776 (and happy new year!)
Jan 2nd
1 note
December 2012
11 posts
Keep working on free-ing the UI thread: Off main thread image decoding in @FirefoxNightly: http://bugzil.la/716140
Dec 20th
1 note
Firefox Nightly should now be faster to _shutdown_: Don’t run CC during shutdown: http://bugzil.la/818739
Dec 20th
1 note
Firefox Development Highlights:Per Window Private Browsing, Canvas globalCompositeOperation new values: http://mzl.la/V7yUVY
Dec 20th
1 note
h264 (mp4) is now supported in @FirefoxNightly Desktop Windows (turn on windows-media-foundation in about:config)
Dec 19th
new DevTools UI has landed in @FirefoxNightly (please test): http://paulrouget.com/e/toolboxTesting/
Dec 17th
1 note
Firefox Nightly now starts Private-Browsing in a new window without closing the current one(the UI is not 100% complete yet)
Dec 14th
1 note
In @FirefoxNightly <canvas> compositing with blend modes: http://bugzil.la/748433
Dec 14th
1 note
JavaScript off-main-thread compilation in @FirefoxNightly: http://bugzil.la/813559 Yeah responsiveness!
Dec 11th
2 notes