gecko/browser/components/loop
2014-05-29 21:20:11 +01:00
..
content Bug 999480 - Panel to use a router & templated views, r=Standard8 2014-05-29 21:20:11 +01:00
standalone Bug 999480 - Panel to use a router & templated views, r=Standard8 2014-05-29 21:20:11 +01:00
test Bug 999480 - Panel to use a router & templated views, r=Standard8 2014-05-29 21:20:11 +01:00
jar.mn Bug 976109 - Load and package Hawk libraries, r=NiKo` 2014-05-29 21:13:49 +01:00
make-links.sh Bug 985596 - Updated shared assets & tests layout. r=Standard8 2014-05-29 21:13:42 +01:00
moz.build Bug 1000007 Separate out loop from the social api, and add a loop specific service and API injection. r=mhammond 2014-05-29 21:13:46 +01:00
MozLoopAPI.jsm Bug 976109 - Implement mozLoop.getLoopCharPref, r=mhammond 2014-05-29 21:13:48 +01:00
MozLoopService.jsm No bug - Bandaid to make registration work right; real fix coming in bug 1017394, rs=Standard8 2014-05-29 21:13:49 +01:00
README.txt Bug 985596 - Updated shared assets & tests layout. r=Standard8 2014-05-29 21:13:42 +01:00

In order for the loop component to build, run the make-links.sh script to
setup symlinks from the Gecko tree into your loop-client-repo for shared code,
noting that you'll need to put the correct path inside the [[ ]] placeholder
(and remove the [[ ]] characters).

$ export LOOP_CLIENT_REPO=[[/absolute-path/to/my/loop-client-repo/clone]]
$ ./make-links.sh

Note that changes to the shared directories affect both the standalone
loop-client and the desktop client. This means that sometimes, in order to
make a desktop client patch, you'll need to get reviews on patches to both
mozilla-central/gecko-dev as well as loop-client.