aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/sync.coffee
AgeCommit message (Collapse)Author
2015-02-09Fix long-standing bug in sync.coffee.Stephen Blott
This is wrong: if not key of Settings.defaults It parses as: if (not key) of Settings.defaults and is always false, so we never return here!
2015-02-09Fix syncing bug.Stephen Blott
This fixes a second dumb error I made in #1456.
2015-02-02Strip unreachable code post #1413.Stephen Blott
The stripped code is all relocated in #1413.
2014-04-30Tweak a few commentsPhil Crosby
2014-04-30Turn off debug modePhil Crosby
I think we want to leave it off in the shipped version
2014-04-27Response to @philc's comments regarding sync.Stephen Blott
2014-04-19Clean up initialization.Stephen Blott
2014-04-19Code review, clean up.Stephen Blott
2014-04-19Fix sync.init.Stephen Blott
2014-04-19Comments for philc.Stephen Blott
2014-04-19Delay initializing sync until other components have started.Stephen Blott
2014-04-19Add remote sync test for setting cleared.Stephen Blott
2014-04-19Add test cases for "asynchronous" sync.Stephen Blott
2014-04-19Fix indentation and disable sync.log() messages.Stephen Blott
2014-04-19Functional sync.Stephen Blott
2014-04-19Settings tests pass, Sync still has an error.Stephen Blott
2014-04-18Code review of Sync().Stephen Blott
2014-04-18Initial synchronization commit.Stephen Blott
Synchronization is via `chrome.storage.sync.*`; data is cached in `localStorage`.