Firefox/Get Involved: Difference between revisions
< Firefox
Jump to navigation
Jump to search
(→TODO) |
(→TODO) |
||
| Line 37: | Line 37: | ||
* who to talk to about what (ux, core features, toolkit stuff, platform specific, link to mobile gateway) | * who to talk to about what (ux, core features, toolkit stuff, platform specific, link to mobile gateway) | ||
* build instructions | * [https://developer.mozilla.org/en/Build_Documentation build instructions] | ||
* firefox reviewers page | * firefox reviewers page | ||
* firefox code review page | * firefox code review page | ||
| Line 48: | Line 48: | ||
* links to good first bugs | * links to good first bugs | ||
* https://wiki.mozilla.org/Firefox/Cleanup | * https://wiki.mozilla.org/Firefox/Cleanup | ||
* [https://developer.mozilla.org/en/Hacking_Firefox Firefox front-end development] | |||
Revision as of 22:58, 13 October 2011
*** DRAFT ***
Get Involved
Getting Started
- Overview
- composed of c++, js, xul, css
- dev process driven by bugzilla
- code review and unit tests required
- big features driven by feature pages
- results measurements (perf, unit tests)
- How
- Contributing to the core
- Prototyping via add-ons
Resources
- mdn
- bondy's cheatsheet
- mxr/dxr
- videos? johnath's bugzilla vid?
Need Help?
Not a Programmer?
- Testing
- Documentation
- Support
- Communication
TODO
Need to include:
- who to talk to about what (ux, core features, toolkit stuff, platform specific, link to mobile gateway)
- build instructions
- firefox reviewers page
- firefox code review page
- module owners page
- where to report a bug
- which irc channels
- list main & related bugzilla components (linked)
- what needs help? (cleanup page)
- what's our highest priorities? features page
- links to good first bugs
- https://wiki.mozilla.org/Firefox/Cleanup
- Firefox front-end development