Skip to content

Commit

Permalink
Bug 732152 - Implement standalone client for Storage Service 2.0; r=r…
Browse files Browse the repository at this point in the history
…newman
  • Loading branch information
indygreg committed Jun 29, 2012
1 parent 5cf658e commit 2fa79c3
Show file tree
Hide file tree
Showing 8 changed files with 2,867 additions and 1 deletion.
1 change: 1 addition & 0 deletions services/common/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ modules := \
observers.js \
preferences.js \
rest.js \
storageservice.js \
stringbundle.js \
tokenserverclient.js \
utils.js \
Expand Down
1 change: 1 addition & 0 deletions services/common/services-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
pref("services.common.log.logger.rest.request", "Debug");
pref("services.common.log.logger.rest.response", "Debug");

pref("services.common.storageservice.sendVersionInfo", true);
pref("services.common.tokenserverclient.logger.level", "Info");
2 changes: 1 addition & 1 deletion services/common/storageserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const EXPORTED_SYMBOLS = [
"StorageServerCallback",
"StorageServerCollection",
"StorageServer",

"storageServerForUsers",
];

Cu.import("resource://testing-common/httpd.js");
Expand Down
Loading

0 comments on commit 2fa79c3

Please sign in to comment.