CloudServices/Sync/FxSync

< CloudServices‎ | Sync
Revision as of 00:10, 11 August 2011 by Gszorc (talk | contribs) (source code info)

About

This is the home page for development of the Sync client bundled with the Firefox and Fennec browsers.

Starting with Firefox 4, Sync is bundled by default with Firefox. In previous versions of Firefox, Sync was available only as an add-on. Upgrading to Firefox 4 should be a seamless process.

Status and Planning

For current development activity, see our roadmap.

Development Info

Getting Started has information on general Services team development practices.

Source Code

Assuming you followed the instructions at Getting Started, you should have a copy of mozilla-central or services-central available.

Sync code lives in the following locations inside these repositories:

/services/sync
Location of all the core Sync code. This covers the client API, browser integration, etc.
/services/crypto
Cryptographic components used by Sync.
/browser
Sync components for the browser UI are scattered throughout here. The heart of the Sync UI lives in /browser/base/content/browser-syncui.js