Confirmed users
512
edits
No edit summary |
No edit summary |
||
Line 54: | Line 54: | ||
Mozilla's development process is very much patch driven. [https://developer.mozilla.org/En/Developer_Guide/Source_Code Mozilla uses Mercurial] (as well as git for some projects) as the version control system. [https://developer.mozilla.org/en/Mercurial_queues Mercurial Patch Queues], although a bit awkward to use at times, fit this process rather well. It is recommended you familiarize yourself with them and use them. | Mozilla's development process is very much patch driven. [https://developer.mozilla.org/En/Developer_Guide/Source_Code Mozilla uses Mercurial] (as well as git for some projects) as the version control system. [https://developer.mozilla.org/en/Mercurial_queues Mercurial Patch Queues], although a bit awkward to use at times, fit this process rather well. It is recommended you familiarize yourself with them and use them. | ||
Gecko is developed in [http://mozilla.org/mozilla-central | Gecko is developed in [http://mozilla.org/mozilla-central mozilla-central], though patches should be landed to [http://mozilla.org/integration/mozilla-inbound mozilla-integration] first so that they get appropriate test coverage before making it to the main tree. | ||
=== Configuration === | === Configuration === |