canmove, Confirmed users
409
edits
(more content and links) |
(source code info) |
||
| Line 8: | Line 8: | ||
==Development Info== | ==Development Info== | ||
[[Services/Sync/Getting_Started|Getting Started]] has information on general [[Services]] team development practices. | |||
===Source Code=== | |||
Assuming you followed the instructions at [[Services/Sync/Getting Started|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'' | |||