Changes

Jump to: navigation, search

Services/Sync/Getting Started

35 bytes added, 08:46, 24 January 2012
Building Sync
However, this is slow. If you have simply changed a JS file in ''services/sync/'', it is sufficient to run the following from your object directory:
$ make -sj8 -C services/sync
The xpcshell tests will pick up changes immediately. However, if you launch Firefox, your changes '''won't''' be reflected. For that, you'll also need to rebuild the browser component:
$ make -sj8 -C services/sync && make -sj8 -C browser
A handy alias to have around is:
$ alias sync-launch make -sj8 -C services/sync && make -sj8 -C browser && dist/bin/firefox -no-remote -ProfileManager
Or, on OS X:
$ alias sync-launch make -sj8 -C services/sync && make -sj8 -C browser && dist/NightlyDebug.app/Contents/MacOS/ -no-remote -ProfileManager
= Using Bugzilla =
Canmove, confirm
725
edits

Navigation menu