Confirmed users
66
edits
m (remove bullets from about:config settings) |
(Flattening headers - moving resources and good first bugs and second level headers) |
||
| Line 84: | Line 84: | ||
$ ./mach build toolkit/devtools browser | $ ./mach build toolkit/devtools browser | ||
$ ./mach run -p development | $ ./mach run -p development | ||
=== Running the Developer Tools Tests === | === Running the Developer Tools Tests === | ||
| Line 141: | Line 119: | ||
$ ./mach mochitest-browser browser/devtools/path/to/the/test_you_want_to_run.js | $ ./mach mochitest-browser browser/devtools/path/to/the/test_you_want_to_run.js | ||
== Resources == | |||
Here's a list of resources that you may find useful for hacking on DevTools. Feel free to add more if you find things are missing! | |||
* [http://mxr.mozilla.org/mozilla-central/ MXR Code Search] | |||
* [https://developer.mozilla.org/en-US/docs/Mercurial_FAQ Mercurial FAQ] | |||
* [https://developer.mozilla.org/en-US/docs/Developer_Guide/mach mach] | |||
* [http://blog.margaretleibovic.com/post/36893756730/bugzilla-101 Bugzilla 101] | |||
* [http://www.mozilla.org/hacking/commit-access-policy/ Commit access policy] | |||
* [http://mozillians.org Mozillians Directory] | |||
* [https://wiki.mozilla.org/ReleaseEngineering/TryServer Try Server] | |||
== Mentored and Good First Bugs == | |||
'''[https://bugzilla.mozilla.org/buglist.cgi?j_top=OR&f1=component&list_id=7519021&o1=allwords&resolution=---&emailtype1=exact&status_whiteboard_type=allwordssubstr&emailassigned_to1=1&query_format=advanced&status_whiteboard=mentor%3D&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=REOPENED&bug_status=VERIFIED&email1=nobody%40mozilla.org&v1=Developer%20Tools&product=Firefox List of available mentored and good first bugs]''' | |||
If you want to pick one of these up, feel free to ask for help in attacking the bug right in the bug itself, in [[#Communication|#devtools on irc.mozilla.org, or on the dev-developer-tools mailing list]]! | |||
One more useful link: [https://bugzil.la/comp%3A%22Developer%20Tools%22 all open developer tools bugs] might have other items you'd find interesting to work on. | |||
[[Category:New Contributor Landing Page]] | |||