Services/Sync/Getting Started: Difference between revisions

Line 1: Line 1:
= Getting started with Sync development =
= Using Bugzilla =


== Using Mercurial ==
TODO
 
= Using Mercurial =


Mozilla's development process is very much patch driven. [https://developer.mozilla.org/en/Mercurial_queues|[Mercurial Patch Queues]], although a bit awkward to use at times, fit this process rather well. It is recommended you familiarize yourself with them and use them.
Mozilla's development process is very much patch driven. [https://developer.mozilla.org/en/Mercurial_queues|[Mercurial Patch Queues]], although a bit awkward to use at times, fit this process rather well. It is recommended you familiarize yourself with them and use them.


=== Configuration ===
== Configuration ==


Marco Bonardo has some [[http://blog.bonardo.net/2010/06/22/so-youre-about-to-use-checkin-needed|general purpose tips]] for Mozilla developers on how to format patches before uploading them to Bugzilla.
Marco Bonardo has some [[http://blog.bonardo.net/2010/06/22/so-youre-about-to-use-checkin-needed|general purpose tips]] for Mozilla developers on how to format patches before uploading them to Bugzilla.
Line 27: Line 29:
   qseries = -sv
   qseries = -sv


== Repositories ==
= Repositories =


=== fx-sync ===
== fx-sync ==


Sync is primarily developed in the [[https://hg.mozilla.org/services/fx-sync/|fx-sync]] repository. Things that live there:
Sync is primarily developed in the [[https://hg.mozilla.org/services/fx-sync/|fx-sync]] repository. Things that live there:
Line 39: Line 41:
* The Firefox 3.x and Fennec 1.x UIs for the Sync add-on in ui/*
* The Firefox 3.x and Fennec 1.x UIs for the Sync add-on in ui/*


=== mozilla-central ===
== mozilla-central ==


mozilla-central is the repository for Firefox and the base repository for other Mozilla-based applications. How mozilla-central is relevant to Sync:
mozilla-central is the repository for Firefox and the base repository for other Mozilla-based applications. How mozilla-central is relevant to Sync:
Line 47: Line 49:
* The integrated UI for Firefox Sync lives in browser/base/*, along with the rest of the Firefox UI.
* The integrated UI for Firefox Sync lives in browser/base/*, along with the rest of the Firefox UI.


=== Merging fx-sync to mozilla-central ===
== Merging fx-sync to mozilla-central ==
canmove, Confirmed users
725

edits