February 2012
14 posts
Support of the 4-value syntax has been added to CSS background-position. https://t.co/yacvyZ9t CSS type <position> is now wholly supported.
Feb 23rd
ASLR is now mandatory for dll in add-ons (on WIndows) as on non-ASLR dll can ruin the security of the whole program: http://t.co/IQFdZrZ4
Feb 23rd
Incremental Garbage Collection is there! Should get rid of some periodical hangs and a step towards Generational GC. https://t.co/9SUCkzZ1
Feb 19th
3 notes
The Harmony (EcmaScript 6 draft) for…of loops landed in @FirefoxNightly aimed at Fx 13 : https://t.co/boFm71oR RESOLVED FIXED #JavaScript
Feb 9th
2 notes
*Initial* JavaScript Debugger Has Landed: https://t.co/2aL0wybG - Preffed off: to enable, set devtools.debugger.enable to true.
Feb 9th
1 note
Safebrowsing move from SQLite to flat file landed: https://t.co/C5VJg7E3
Feb 9th
3 notes
FIXED: Add a possibility of styling form:invalid https://t.co/FNsiiLao
Feb 8th
1 note
Support for “turn” unit in CSS: https://t.co/l8XRvNl4
Feb 7th
1 note
Feb 7th
1 note
New SafeBrowsing backend in @FirefoxNightly: http://t.co/DH2ZVpAD
Feb 6th
1 note
SPDY trial on @FirefoxNightly http://t.co/WrsBB7uM
Feb 6th
1 note
the amount of scrolling performed by using the arrow keys has been increased: https://t.co/J6ee9sOU
Feb 6th
1 note
DOMParser now support parsing of HTML document fragment, see: https://t.co/5Z5lOOTS
Feb 1st
1 note
It’s now possible to build Firefox on Linux with Skia as the graphic backend: https://t.co/icDPoJcO
Feb 1st
2 notes
January 2012
28 posts
FIXED: Avoid reflows for transform changes - https://t.co/uCtN6twL
Jan 30th
1 note
Pasting a URL in the download manager window will download it: https://t.co/7xPPS4Z4
Jan 30th
1 note
FIXED: Implement Harmony simple Map and Set builtins - https://t.co/oG448CAD
Jan 30th
1 note
FIXED: Add preference to control how app tabs are loaded when restore_on_demand is set: https://t.co/EHAQEpwH
Jan 30th
1 note
Jan 30th
1 note
SpiderMonkey no longer supports sharp variables http://t.co/fp953pUK
Jan 30th
1 note
Line breaks support in tooltips (title attribute) http://t.co/q0F18DVN
Jan 30th
1 note
New Tab Page is landing in tonight Nightly. Need a config pref change to activate it. http://t.co/TsDT84dw (Thx @bogas04 for the video)
Jan 26th
1 note
Jan 23rd
Jan 20th
1 note
Errors from before the Web Console is opened are now displayed in the Console once open: http://t.co/zC7k7zU3
Jan 19th
1 note
Quartz backend for the new 2D API (Azure) landed, on by default, for canvas. OS X only, canvas only (for now) - http://t.co/bCZa7R4L
Jan 18th
1st revision of a Firefox profile migrator has landed. First step towards implementing a “profile cleaning” feature http://t.co/ZUkHza1V
Jan 18th
FIXED - Enable smooth scrolling by default https://t.co/s65uwuZ2 (part of the Snappy project: https://t.co/2QYRBaru)
Jan 18th
FIXED: Scroll view a few lines beyond occurrence of found search term to show more context instead - https://t.co/VYZnA0EH
Jan 18th
Jan 13th
The CSS3 property text-align-last allowing to define the alignment of the last line of a paragraph has landed. https://t.co/L9cnAHSJ
Jan 13th
No UAC dialog in Firefox 12
Every time Firefox updates, you get this dialog: In Firefox 12 (nightly right now), we killed it! No more UAC dialog anymore :) This is a huge step in our way to full silent update.  
Jan 9th
2 notes
The 'text-run word cache' has been replaced
This is one of these very technical bugs that very few people are able to solve. But the main consequence of it being fixed is a gain of speed. According to Jonathan Kew, who did this nice work, it can lead up to 2% speed-up of the page rendering on some systems (but not all), especially in pages with big blocks of text, like Wikipedia. At the same time, this work fix some bugs with the...
Jan 6th
The SVGTests interface has been implemented: http://t.co/lL9PhFcq
Jan 6th
From now on Nightly won’t progressively display an image if it has all its data. Speeds up rendering of such images : https://t.co/hiINrgUx
Jan 6th
Another step towards MathML3 support! Next Nightly supports the align attribute on <munder>, <mover>, and <munderover> https://t.co/SqGIQjlC
Jan 5th
The crazy floating scrollbar is a story of the...
Since years there was an ugly scrollbar in the Customize Toolbar palette. It is now away, thank to Jared Wein. Now: Before: And the usual gory technical details if you like them.
Jan 5th
1 note
There is now an “Undo Add To Dictionary” entry in the contextual menu, right after you added a word to it. https://t.co/zedhtPMd
Jan 5th
Jan 4th
Jan 4th
2 notes
[linux] Firefox now uses the system icon (not the built-in one) https://t.co/SRfsMZzs
Jan 2nd
Impl. of DOM3 composition events progress! In next Nightly, an input event is fired after a compositionupdate one: https://t.co/M4UWlbxB
Jan 1st
December 2011
39 posts
Dec 31st
4 notes
Dec 28th
CSS3 column-fill is there (prefixed)
The CSS3 Multi-columns layout has reached Candidate Release in April 2011. Since years, Firefox implements most of it, prefixed with -moz. But there are some differences, as the spec slightly evolved since it was implemented in Gecko. In order to be able to unprefix the CSS3 multi-columns properties, there is an ongoing action to adapt Gecko’s implementation. That’s why earlier in...
Dec 27th
Support of CSS3 border-image-* added (prefixed).
The CSS3 border-image implemented since years in Firefox wasn’t on par with the spec, which was modified after its implementation in Gecko. This has been fixed in the next Nightly. Now the border-image CSS property is a shorthand for the following CSS3 properties: border-image-outset (available prefixed as -moz-border-image-outset); border-image-source (available prefixed as...
Dec 24th
FIXED: Allow @-rules to nest when parsing CSS (see test case). https://t.co/0tTeX2B9
Dec 21st
Dec 21st
2 notes
Just landed: support for new scrollbar style in Mac OS X 10.7 Lion https://t.co/dAFskRtV
Dec 20th
WebSocket: Firefox now supports the final IETF spec (RFC 6455) and the W3C Candidate Recommendation 08 December 2011 https://t.co/9lOpYicw
Dec 20th