Commit Graph

6 Commits

Author SHA1 Message Date
Gregory Szorc
8e3b63221f Bug 836120 - Reduce memory overhead of Sync when it's not configured; r=rnewman
If Sync is (likely) not configured, the only loaded JS is for the XPCOM
service itself.

The UI code is now smart enough to initialize the Sync service if it
isn't yet loaded. This addresses bug 825728.
2013-01-30 07:05:12 -08:00
Richard Newman
01a718fb4d Bug 695127 - missing ; in chrome://browser/content/preferences/sync.js. r=trivial 2012-12-19 15:19:25 -08:00
Gregory Szorc
3db653c02f Bug 787273 - Part 9: Adjust frontend code to use main.js; r=rnewman
Nothing outside of the core Sync code should import anything other than
main.js.
2012-09-18 12:32:10 -07:00
Gregory Szorc
eafa132c4a Bug 785225 - Part 5: Partial removal of Clients singleton; r=rnewman
Clients was being exported and used as a singleton. We still use Clients
as a singleton in some places, but only in test code. The preferred
method to access Clients is now through a service instance.
Weave.Clients is no longer exposed. Callers go through Weave.Service
now.
2012-08-29 14:43:40 -07:00
Matthew Noorenberghe
af711c6c7b Bug 754342 - Sync pane shows "undefined" as username when using in-content preferences. r=jaws 2012-05-16 15:56:17 -07:00
Devan Sayles
9b488c1de3 Bug 735091 - Sync pane for in-content prefrences. r=jaws,bmcbride 2012-05-08 19:23:19 -07:00