February 2012
28 posts
Incremental GC has landed
http://bugzil.la/641025 We divided GC time into short increments. Overall, we still spend the same amount of time doing GC, but each individual pause is shorter.
Support for different values for X & Y directions (two-value syntax) has been added to CSS background-repeat : https://t.co/p5KhleWn
The new live bookmarks landed! Now it is wholly async (no IO on main thread) and have a read icon. Fx is more snappy. https://t.co/7rBMISbQ
Support of the 4-value syntax has been added to CSS background-position. https://t.co/yacvyZ9t CSS type <position> is now wholly supported.
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
Incremental Garbage Collection is there! Should get rid of some periodical hangs and a step towards Generational GC. https://t.co/9SUCkzZ1
The Harmony (EcmaScript 6 draft) for…of loops landed in @FirefoxNightly aimed at Fx 13 : https://t.co/boFm71oR RESOLVED FIXED #JavaScript
Safebrowsing move from SQLite to flat file landed: https://t.co/C5VJg7E3
*Initial* JavaScript Debugger Has Landed: https://t.co/2aL0wybG - Preffed off: to enable, set devtools.debugger.enable to true.
FIXED: Add a possibility of styling form:invalid https://t.co/FNsiiLao
Support for “turn” unit in CSS: https://t.co/l8XRvNl4
New SafeBrowsing backend in @FirefoxNightly: http://t.co/DH2ZVpAD
SPDY trial on @FirefoxNightly http://t.co/WrsBB7uM
the amount of scrolling performed by using the arrow keys has been increased: https://t.co/J6ee9sOU
DOMParser now support parsing of HTML document fragment, see: https://t.co/5Z5lOOTS
It’s now possible to build Firefox on Linux with Skia as the graphic backend:
https://t.co/icDPoJcO
January 2012
28 posts
FIXED: Avoid reflows for transform changes - https://t.co/uCtN6twL
FIXED: Implement Harmony simple Map and Set builtins - https://t.co/oG448CAD