Push-based sync triggering

Immediate sync triggering on remote library change using WebSocket API.
Currently kicks off a normal sync process for the modified library --
actual object data isn't pushed.

(This might not stay enabled for 5.0 Final.)
This commit is contained in:
Dan Stillman 2016-12-29 21:24:08 -05:00
parent 7fd3a8c5d1
commit 2beb2c514c
11 changed files with 224 additions and 4 deletions

View file

@ -113,6 +113,7 @@ const xpcomFilesLocal = [
'sync/syncFullTextEngine',
'sync/syncLocal',
'sync/syncRunner',
'sync/syncStreamer',
'sync/syncUtilities',
'storage',
'storage/storageEngine',