Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | An explanation of the Mozilla Source Code Directory Structure and links to |
michael@0 | 2 | project pages with documentation can be found at: |
michael@0 | 3 | |
michael@0 | 4 | https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure |
michael@0 | 5 | |
michael@0 | 6 | For information on how to build Mozilla from the source code, see: |
michael@0 | 7 | |
michael@0 | 8 | http://developer.mozilla.org/en/docs/Build_Documentation |
michael@0 | 9 | |
michael@0 | 10 | To have your bug fix / feature added to Mozilla, you should create a patch and |
michael@0 | 11 | submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at: |
michael@0 | 12 | |
michael@0 | 13 | http://developer.mozilla.org/en/docs/Creating_a_patch |
michael@0 | 14 | http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree |
michael@0 | 15 | |
michael@0 | 16 | If you have a question about developing Mozilla, and can't find the solution |
michael@0 | 17 | on http://developer.mozilla.org, you can try asking your question in a |
michael@0 | 18 | mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups |
michael@0 | 19 | are accessible on Google Groups, or news.mozilla.org with a NNTP reader.] |
michael@0 | 20 | |
michael@0 | 21 | You can download nightly development builds from the Mozilla FTP server. |
michael@0 | 22 | Keep in mind that nightly builds, which are used by Mozilla developers for |
michael@0 | 23 | testing, may be buggy. Firefox nightlies, for example, can be found at: |
michael@0 | 24 | |
michael@0 | 25 | ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/ |
michael@0 | 26 | - or - |
michael@0 | 27 | http://nightly.mozilla.org/ |
michael@0 | 28 |