Граф коммитов

1329 Коммитов

Автор SHA1 Сообщение Дата
Edward Lee 7b791f5626 Remove some async related code in head.js. 2009-06-09 14:48:49 -05:00
Edward Lee 026c0a663a Convert test_auth_manager to sync. 2009-06-09 14:39:45 -05:00
Edward Lee def16100ce Remove test_async* tests. 2009-06-09 14:34:27 -05:00
Edward Lee 2a533ae842 Convert test_records_crypto to sync. 2009-06-09 14:33:45 -05:00
Edward Lee 47057a3fe4 Convert test_records_keys to sync. 2009-06-09 14:31:26 -05:00
Edward Lee 69b02fd904 Convert test_records_wbo to sync. 2009-06-09 14:28:37 -05:00
Edward Lee 37882b8fef Convert test_resource to sync. 2009-06-09 14:25:55 -05:00
Edward Lee 4ac23d2cab Remove async.js and wrap.js and remove remaining references to Async.sugar, etc. 2009-06-06 18:24:30 -05:00
Edward Lee 559b28340d CryptoMeta_addKey: async + async/yield -> sync. (Unused?) 2009-06-06 18:24:23 -05:00
Edward Lee 3007254399 WeaveSvc_createAccount: async + async/yield -> sync. Fix chrome to call its onComplete with the return of createAccount. 2009-06-06 18:24:17 -05:00
Edward Lee 846544495d WeaveSvc_setCluster: async + async/yield -> sync. (Unused?) 2009-06-06 18:24:14 -05:00
Edward Lee d1aa825856 WeaveSvc_verifyPassphrase: async + async/yield -> sync. Fix chrome to setTimeout(verifyPassphrase). 2009-06-06 18:24:10 -05:00
Edward Lee e3fc84178e WeaveSvc_onStartup: async + async/yield -> sync. Convert chrome callers from using async callback to just run after. 2009-06-06 18:24:06 -05:00
Edward Lee 4db06d5e2d WeaveSvc_sync: async + async/yield -> sync. Fix chrome callers to setTimeout(sync) to async run sync. 2009-06-06 18:23:58 -05:00
Edward Lee 89dc382760 merge weave 2009-06-06 13:12:03 -07:00
Edward Lee b45d810e86 WeaveSvc__remoteSetup: async/yield -> sync. 2009-06-06 11:53:23 -07:00
Edward Lee 6b7693276e WeaveSvc_login: async + async/yield -> sync. Fix up chrome code. 2009-06-06 11:52:54 -07:00
Edward Lee c6ef99ffc0 Add a Utils.lock as a sync. version of Wrap.localLock. 2009-06-06 11:52:49 -07:00
Edward Lee b2645b621a Identity_getPassword: async + async/yield -> sync. Make onGetPassword take one cb to pass back the password. 2009-06-05 22:33:08 -07:00
Edward Lee 0fc24851c3 WeaveSvc__syncEngine: async/yield -> sync. 2009-06-05 22:21:34 -07:00
Edward Lee cdd81bd01a WeaveSvc__freshStart: async/yield -> sync. 2009-06-05 22:21:29 -07:00
Edward Lee 5aec118e38 WeaveSvc_wipeServer: async + async/yield -> sync. Fix up chrome uses of wipeServer, resetClient, wipeRemote, wipeClient. 2009-06-05 22:21:27 -07:00
Edward Lee fb41e00c71 WeaveSvc_processCommands: async + async/yield -> sync. 2009-06-05 22:21:25 -07:00
Edward Lee e3da2096ba WeaveSvc_wipeRemote: async + async/yield -> sync. 2009-06-05 22:21:24 -07:00
Edward Lee fb683fed69 WeaveSvc_resetClient: async + async/yield -> sync. 2009-06-05 22:21:22 -07:00
Edward Lee 39e707f641 WeaveSvc_wipeClient: async + async/yield -> sync. 2009-06-05 22:21:20 -07:00
Edward Lee 4473a63e39 WeaveSvc_resetService: async + async/yield -> sync. 2009-06-05 22:21:18 -07:00
Edward Lee 0c15695ffd WeaveSvc_verifyLogin: async + async/yield -> sync. 2009-06-05 22:21:16 -07:00
Edward Lee d774dfb76b Add a Utils.catch as a sync. version of Wrap.catchAll. 2009-06-05 22:21:14 -07:00
Edward Lee 679e086734 Fix form engine to correctly pass in the engine. 2009-06-05 18:36:31 -07:00
Edward Lee 529bbd73c6 merge weave 2009-06-05 15:45:32 -07:00
Edward Lee 43b30db17c Clean up various engines to remove Async.sugar and random self/yields. 2009-06-05 15:34:40 -07:00
Edward Lee 51c0ce9b4b Remove Async.sugar from engines.js. 2009-06-05 15:34:39 -07:00
Edward Lee 4ed0e2e9db Engine_wipeServer: async -> sync. SyncEngine__wipeServer: async/yield -> sync. 2009-06-05 15:34:37 -07:00
Edward Lee 301d62f2bb Engine_wipeClient: async -> sync. Engine__wipeClient: async/yield -> sync. 2009-06-05 15:34:35 -07:00
Edward Lee a5bc6c458e Engine_resetClient: async -> sync. SyncEngine__resetClient: async/yield -> sync. 2009-06-05 15:34:34 -07:00
Edward Lee ddede5e342 Engine_sync: async -> sync. SyncEngine__sync: async/yield -> sync. 2009-06-05 15:34:32 -07:00
Edward Lee e5c7999e86 Temporarily convert _notify to _notifyAsync and add a Utils.notify. 2009-06-05 15:34:23 -07:00
Dan Mills fd0e8a69c7 fix keys test to work with latest key structure + nsIChannel 2009-06-05 11:23:31 -07:00
Edward Lee 5c9e893d99 merge weave 2009-06-05 11:03:19 -07:00
Dan Mills cadd0295cb partially revert d6cac1e80da9 - use id from the body; add additional tests to catch more errors 2009-06-05 10:39:51 -07:00
Edward Lee c062ca590b Remove Async.sugar from auth.js, resource.js, stores.js, trackers.js. 2009-06-05 00:51:09 -07:00
Edward Lee 6d842a391a SyncEngine__processIncoming: async/yield -> sync. 2009-06-05 00:39:35 -07:00
Edward Lee a242dd68b6 CollectionIterator_next: async + async/yield -> sync. 2009-06-05 00:38:23 -07:00
Edward Lee 667c064e18 Store_applyIncoming, SyncEngine__applyIncoming: async + async/yield -> sync. 2009-06-05 00:36:11 -07:00
Edward Lee cb6f639b26 SyncEngine__syncStartup, SyncEngine__uploadOutgoing, SyncEngine__syncFinish all async/yield -> sync. 2009-06-04 23:48:27 -07:00
Edward Lee a5fcbe4311 WeaveSvc_findCluster: async + async/yield -> sync. 2009-06-04 23:24:15 -07:00
Edward Lee 92bf9f9398 merge weave 2009-06-04 23:08:56 -07:00
Edward Lee 9e2e261a0b Remove trailing newline bug 480480 work-around: trim(). 2009-06-04 23:04:56 -07:00
Edward Lee 9944cd45ea Remove Sync(filterUpload/Download) and make them plain sync function as well as beforePUT and afterGET. 2009-06-04 22:10:41 -07:00