canmove, Confirmed users
1,189
edits
| Line 60: | Line 60: | ||
* [http://mxr.mozilla.org/mozilla-central/ MXR (Mozilla Cross-Reference)] is a source code search engine - search for symbols you want to learn about, eg. nsIDocument. | * [http://mxr.mozilla.org/mozilla-central/ MXR (Mozilla Cross-Reference)] is a source code search engine - search for symbols you want to learn about, eg. nsIDocument. | ||
* [http://dxr.mozilla.org DXR] is a smart source code search tool, similar to MXR but sometimes better. | * [http://dxr.mozilla.org DXR] is a smart source code search tool, similar to MXR but sometimes better. | ||
* You should read our [[DevTools/CodingStandards|Coding Standards]] before writing a patch. | |||
** in general, try to be File Consistent. For new files, follow the standards. | |||
If you still have questions, [[DevTools/GetInvolved#Communication|ask us on IRC]] or leave a comment on the Bugzilla case. | If you still have questions, [[DevTools/GetInvolved#Communication|ask us on IRC]] or leave a comment on the Bugzilla case. | ||