|
|
| Line 19: |
Line 19: |
| = Finding documentation = | | = Finding documentation = |
|
| |
|
| If you read through the source code about something you do not know about, you may find documentation here:
| | The contents of this section are now in https://dxr.mozilla.org/mozilla-central/source/devtools/docs/getting-started/README.md |
| | |
| * [http://developer.mozilla.org/ Mozilla Developer Network] has a ton of info about XUL elements, HTML, JS, DOM, Web APIs, Gecko-specific APIs, and more.
| |
| * [http://dxr.mozilla.org/mozilla-central/source/ DXR] is a source code search engine - search for symbols you want to learn about, eg. nsIDocument.
| |
| * There's some technical [https://dxr.mozilla.org/mozilla-central/source/devtools/docs DevTools documentation in the repository] that you should check.
| |
| * And other technical documents on [[DevTools#Internal_Technical_Documentation|on this wiki]]
| |
| | |
| We recommend [https://support.mozilla.org/en-US/kb/how-search-from-address-bar adding a smart keyword search] for DXR and MDN.
| |
| If you still have questions, [[DevTools/GetInvolved#Communication|ask us on IRC]] or leave a comment on the Bugzilla ticket.
| |
|
| |
|
| = Making and Submitting a Patch = | | = Making and Submitting a Patch = |