Visit Mozilla.org
Mozilla Developer Center
developer.mozilla.org

Firefox 2.0.0.2 and Firefox 1.5.0.10 Security and Stability Update

As part of Mozilla Corporation’s ongoing stability and security update process, Firefox 1.5.0.10 and Firefox 2.0.0.2 are now available for Windows, Mac, and Linux for free download from getfirefox.com.
Due to the security fixes, we strongly recommend that all Firefox users upgrade to these latest releases.
Note: Firefox 1.5.0.x will be maintained with security and stability updates […]

Mozilla Developer Days in March

Mozilla will be holding two developer days this March, in Boston and Mountain View:

Mountain View: Sunday, March 25, 2007, Mozilla Corporation HQ
Boston: Friday, March 30, 2007, exact location TBD

Please see the wiki page for details, and to express your interest in attending either — or both!

Removing some nsIDOM*Listener interfaces

The following event listener interfaces have been removed on trunk: nsIDOMMutationListener.h nsIDOMPaintListener.h, nsIDOMScrollListener.h, and nsIDOMPageTransitionListener.h. Those have either never been used in Gecko or have been unused for a long time.
If you’re using those interfaces currently, convert your code to use normal DOM’s addEventListener() and handleEvent() methods.
Also, note that use of any interfaces in http://lxr.mozilla.org/seamonkey/source/dom/public/coreEvents/
should […]

Gran Paradiso Alpha 2 now available for download

Gran Paradiso Alpha 2 is an early developer milestone for the next generation of Mozilla’s layout engine, Gecko 1.9. Gran Paradiso Alpha 2 is being made available for testing purposes only, and is intended for web application developers and our testing community. Current users of Mozilla Firefox should not use Gran Paradiso Alpha 2. There […]