This project is a redesign of the Mozilla browser component, similar to Galeon, K-Meleon and Chimera, but written using the XUL user interface language and designed to be cross-platform.
We won't be redesigning the editor widget(s) or other parts of Gecko as part of this project.
We plan to move this app to the MRE or the XRE but those projects are not ready for us so we have not started that work yet.
Some of us want to have fun and build an excellent, user-friendly browser without the constraints (such as unnecessary features, compatibility, marketing requirements, month long discussions, etc.) that the current browser development requires.
Others of us are simply using this as a prototype to demonstrate possible optimizations to the trunk, such as stripping overlays or separating the application into separate processes instead of running one monolithic suite.
The size of the team working on the trunk is one of the many reasons that development on the trunk is so slow. We feel that fewer dependencies (no marketing constraints), faster innovation (no UI committees), and more freedom to experiment (no backwards compatibility requirements) will lead to a better end product.
We're still chopping with strong bursts and broad strokes. There's plenty that's obviously broken and we don't need bugs on that. If you find a bug (a feature request is not a bug) and you're sure that it's specific to Mozilla Firebird (not present in Mozilla) and you've read all of the existing Mozilla Firebird bugs well enough to know that it's not already reported then feel free report it on the Phoenix product in Bugzilla.
Because we would waste tons of time answering these questions, if there were no FAQ.
By invitation. This is a meritocracy -- those who gain the respect of those in the group will be invited to join the group.
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1
ac_add_options --enable-crypto
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-composer
ac_add_options --enable-optimize=-O2
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices
Note: DO NOT USE --enable-optimize=-O2 on Windows. There are bugs. Simply use --enable-optimize.
This platform is currently not supported.