Confirmed users
3,816
edits
No edit summary |
|||
Line 47: | Line 47: | ||
* How to use [https://developer.mozilla.org/en/Mercurial_queues Mercurial Queues] | * How to use [https://developer.mozilla.org/en/Mercurial_queues Mercurial Queues] | ||
* Add "ac_add_option --enable-tests" (no quotes) to your mozconfig to enable tests | * Add "ac_add_option --enable-tests" (no quotes) to your mozconfig to enable tests | ||
* Get a | * Get a [http://www.mozilla.org/MPL/boilerplate-1.1/ MPL license block] for a new file | ||
* [http://developer.mozilla.org/en/docs/JavaScript_style_guide Javascript Style Guide] | * [http://developer.mozilla.org/en/docs/JavaScript_style_guide Javascript Style Guide] | ||
* [http://www.mozilla.org/hacking/mozilla-style-guide.html General Coding Style] | * [http://www.mozilla.org/hacking/mozilla-style-guide.html General Coding Style] | ||
* General Rule -- follow the style of the file you're editing, but no tabs. Ever. | * General Rule -- follow the style of the file you're editing, but no tabs. Ever. |