Confirmed users
329
edits
(→Coding Style: virtual functions are ok for random stuff, which isn't in the JS heap) |
(→Workflow: treeherder, inbound) |
||
| Line 200: | Line 200: | ||
=== Workflow === | === Workflow === | ||
Everything goes through bugzilla. We find a bug or have an idea, then submit it to bugzilla, then file patches to solve it. When it is solved, the patch is reviewed by team members, and is then committed to the [http://hg.mozilla.org/mozilla- | Everything goes through bugzilla. We find a bug or have an idea, then submit it to bugzilla, then file patches to solve it. When it is solved, the patch is reviewed by team members, and is then committed to the [http://hg.mozilla.org/integration/mozilla-inbound mozilla-inbound repository]. A link to the commit is then automatically added as a comment to the bug. mozilla-inbound is periodically merged to mozilla-central by a Sheriff. This exempts us from watching [https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound treeherder] to check for failures caused by our patches, and commits are automatically backed out if errors are found. | ||
==== Sample Workflows ==== | ==== Sample Workflows ==== | ||