Confirmed users
1,085
edits
DavidBolter (talk | contribs) |
DavidBolter (talk | contribs) (→Tools) |
||
| Line 23: | Line 23: | ||
* '''Mailing list:''' The mailing list to use for serious discussion that doesn't fit on Bugzilla, is [https://lists.mozilla.org/listinfo/dev-platform dev-platform]. | * '''Mailing list:''' The mailing list to use for serious discussion that doesn't fit on Bugzilla, is [https://lists.mozilla.org/listinfo/dev-platform dev-platform]. | ||
= Tools = | = Tools/Process = | ||
Here's a quick overview of the tools we're using: | Here's a quick overview of the tools we're using: | ||
* | * accprobe | ||
* accerciser | |||
* DOM inspector | |||
* '''Patch review:''' Once you have made a patch for a bug, attach it to the bug and [https://developer.mozilla.org/En/Developer_Guide/How_to_Submit_a_Patch#Getting_Reviews request review] for it. It's just a matter of setting 'review?' on it and selecting an appropriate reviewer. | * '''Patch review:''' Once you have made a patch for a bug, attach it to the bug and [https://developer.mozilla.org/En/Developer_Guide/How_to_Submit_a_Patch#Getting_Reviews request review] for it. It's just a matter of setting 'review?' on it and selecting an appropriate reviewer. | ||
* Running automated tests | |||
** make -C objdir mochitest-a11y, OR | |||
** cd objdir/_tests/testing/mochitest/ | |||
** python runtests.py --a11y | |||
= Current projects = | = Current projects = | ||