gecko/services/sync/tests/unit
2011-11-17 16:12:21 -08:00
..
fake_login_manager.js Bug 648364 - Replace custom helpers with Services.jsm. r=rnewman 2011-05-19 18:08:07 -07:00
head_appinfo.js Bug 658928 - Use the xpcshell manifest to disable tests. r=rnewman 2011-07-07 08:02:07 -07:00
head_helpers.js Bug 692714 - Part 1: handle node reassignment on all storage requests. r=philikon 2011-10-27 22:25:01 -07:00
head_http_server.js Bug 690170 - Part 1: Fix channel management to avoid nsIHTTPChannel.responseStatus => NS_ERROR_NOT_AVAILABLE in Sync HTTP requests. r=philikon 2011-10-28 14:43:18 -07:00
places_v10_from_v11.sqlite Bug 616001 - Sync needs to check moz_places.guid and moz_bookmarks.guid if it exists. 2010-12-14 15:50:50 -08:00
test_async_chain.js Bug 681843 - Part 3: Move Utils.asyncChain to Async.chain. r=rnewman 2011-08-26 10:25:42 -07:00
test_async_querySpinningly.js Bug 702717 - finalize statements in test_async_querySpinningly.js. r=rnewman 2011-11-17 16:12:21 -08:00
test_auth_manager.js Bug 650208: part 2b: clean up basic auth mess in tests. r=philiKON 2011-04-18 13:26:03 -07:00
test_bookmark_batch_fail.js
test_bookmark_engine.js Bug 673548 - Part 3: update Sync bookmark tests to use SyncServer. r=philikon 2011-09-29 11:51:29 -07:00
test_bookmark_legacy_microsummaries_support.js Bug 661587 - Don't use the root logger. r=rnewman 2011-06-13 20:42:18 +02:00
test_bookmark_livemarks.js Bug 661587 - Don't use the root logger. r=rnewman 2011-06-13 20:42:18 +02:00
test_bookmark_order.js Bug 648364 - Replace custom helpers with PlacesUtils.jsm. r=rnewman 2011-05-19 18:08:22 -07:00
test_bookmark_places_query_rewriting.js Bug 661587 - Don't use the root logger. r=rnewman 2011-06-13 20:42:18 +02:00
test_bookmark_record.js Bug 650208: part 4: upload keys then download them. r=philiKON 2011-04-19 12:35:04 -07:00
test_bookmark_smart_bookmarks.js Bug 673548 - Part 3: update Sync bookmark tests to use SyncServer. r=philikon 2011-09-29 11:51:29 -07:00
test_bookmark_store.js Bug 648364 - Replace custom helpers with PlacesUtils.jsm. r=rnewman 2011-05-19 18:08:22 -07:00
test_bookmark_tracker.js Bug 679279 - Part 3: Object.keys and test improvements. r=philikon 2011-08-19 17:17:58 -07:00
test_clients_engine.js Bug 673548 - Part 4: update test_clients_engine.js to use SyncServer. r=philikon 2011-09-29 11:53:20 -07:00
test_clients_escape.js Bug 646347 - Use Sync API version 1.1. r=rnewman 2011-04-08 14:52:08 -07:00
test_collection_inc_get.js Bug 609421 - Combine base_record/* files into record.js. r=rnewman 2011-01-18 16:23:30 -08:00
test_collections_recovery.js Bug 650208: add test for freshStart behavior, improve collection tracking in tests. r=philiKON 2011-04-19 12:56:46 -07:00
test_corrupt_keys.js Bug 691643 - part 1: converting test_corrupt_keys.js. r=philikon 2011-10-04 09:03:18 -07:00
test_engine_abort.js Bug 673548 - Part 0a: set Content-Type in ServerWBO responses; enhance ServerCollection. r=philikon 2011-09-29 11:50:28 -07:00
test_engine.js Bug 675125 - Utils.notify should pass observers the exception as subject. r=rnewman 2011-07-29 18:47:39 -07:00
test_enginemanager.js
test_errorhandler_filelog.js Bug 692249 - Persist nextSync and numClients, use nextSync for sync after startup. r=rnewman 2011-10-13 17:58:44 -07:00
test_errorhandler_sync_checkServerError.js Bug 578195 - Better description when the server asks for a backoff. r=philikon 2011-08-26 16:45:08 -07:00
test_errorhandler.js Bug 700071 - test_errorhandler.js ends up talking directly to Mozilla sync servers rather than local test harness. r=philikon 2011-11-05 22:52:45 -07:00
test_forms_store.js Bug 630720 - Form sync: apply records batched and in transactions to avoid fsyncs. r+a=mconnor 2011-02-03 10:23:38 -08:00
test_forms_tracker.js Bug 679279 - Part 3: Object.keys and test improvements. r=philikon 2011-08-19 17:17:58 -07:00
test_history_engine.js Bug 673548 - Part 0a: set Content-Type in ServerWBO responses; enhance ServerCollection. r=philikon 2011-09-29 11:50:28 -07:00
test_history_store.js Bug 692496 - Fix a coherence error in a Sync test. 2011-10-11 19:04:29 +02:00
test_history_tracker.js Bug 679279 - Part 3: Object.keys and test improvements. r=philikon 2011-08-19 17:17:58 -07:00
test_hmac_error.js Bug 673548 - Part 0a: set Content-Type in ServerWBO responses; enhance ServerCollection. r=philikon 2011-09-29 11:50:28 -07:00
test_httpd_sync_server.js Bug 694744 - Typo in JS Sync server. r=philikon 2011-10-15 15:29:11 -07:00
test_interval_triggers.js Bug 691663 - SyncScheduler should obey backoffInterval at all times. r=rnewman 2011-10-04 20:52:14 -07:00
test_jpakeclient.js Bug 690616 - Part 1: Notify JPAKEClient controller when pairing is starting. r=rnewman 2011-10-02 01:15:52 -07:00
test_keys.js Bug 681864 - Get rid of unused Utils.sha* helpers. r=rnewman 2011-08-26 10:27:29 -07:00
test_load_modules.js Bug 609421 - Combine auth.js and resource.js. r=rnewman 2011-01-18 16:23:38 -08:00
test_log4moz.js Bug 610832 - Add StorageStreamAppender to log4moz.js. r=rnewman 2011-06-13 20:39:37 +02:00
test_node_reassignment.js Bug 692714 - Part 2: port tests to SyncServer for non-Aurora landing. r=philikon 2011-10-27 22:25:01 -07:00
test_notifications.js
test_Observers.js Bug 613277 - Add tests from JSModules repository 2011-05-19 21:14:13 -07:00
test_password_store.js Bug 661587 - Don't use the root logger. r=rnewman 2011-06-13 20:42:18 +02:00
test_password_tracker.js Bug 679279 - Part 3: Object.keys and test improvements. r=philikon 2011-08-19 17:17:58 -07:00
test_places_guid_downgrade.js Bug 673017 - Misc places fixes. r=mak77. 2011-09-21 13:02:40 -04:00
test_Preferences.js Bug 613277 - Add tests from JSModules repository 2011-05-19 21:14:13 -07:00
test_prefs_store.js Bug 679279 - Part 3: Object.keys and test improvements. r=philikon 2011-08-19 17:17:58 -07:00
test_prefs_tracker.js Bug 679279 - Part 3: Object.keys and test improvements. r=philikon 2011-08-19 17:17:58 -07:00
test_records_crypto_generateEntry.js Bug 609421 - Combine base_record/* files into record.js. r=rnewman 2011-01-18 16:23:30 -08:00
test_records_crypto.js Bug 650208: part 4: upload keys then download them. r=philiKON 2011-04-19 12:35:04 -07:00
test_records_wbo.js Bug 609421 - Combine auth.js and resource.js. r=rnewman 2011-01-18 16:23:38 -08:00
test_resource_async.js Bug 690170 - Part 1: Fix channel management to avoid nsIHTTPChannel.responseStatus => NS_ERROR_NOT_AVAILABLE in Sync HTTP requests. r=philikon 2011-10-28 14:43:18 -07:00
test_resource_ua.js Bug 681843 - Part 3: Move Utils.asyncChain to Async.chain. r=rnewman 2011-08-26 10:25:42 -07:00
test_resource.js Bug 690170 - Part 1: Fix channel management to avoid nsIHTTPChannel.responseStatus => NS_ERROR_NOT_AVAILABLE in Sync HTTP requests. r=philikon 2011-10-28 14:43:18 -07:00
test_restrequest.js Bug 690170 - Part 1: Fix channel management to avoid nsIHTTPChannel.responseStatus => NS_ERROR_NOT_AVAILABLE in Sync HTTP requests. r=philikon 2011-10-28 14:43:18 -07:00
test_score_triggers.js Bug 622387 - Wrong Sync Key error should only throw an error once. r=philikon 2011-09-06 09:17:26 -07:00
test_sendcredentials_controller.js Bug 691663 - SyncScheduler should obey backoffInterval at all times. r=rnewman 2011-10-04 20:52:14 -07:00
test_service_attributes.js Bug 664792 - Tune sync intervals according to user behaviour. r=philikon 2011-06-27 14:24:33 +01:00
test_service_changePassword.js Bug 697883 - Improve test_service_changePassword. r=philikon 2011-10-27 16:52:35 -07:00
test_service_checkAccount.js Bug 596620 - Remove compat code for username-based UI. r=rnewman 2011-03-25 00:57:23 -07:00
test_service_cluster.js Bug 591103 - Sanitize WBO tests. r=mconnor 2011-01-14 13:22:20 -08:00
test_service_createAccount.js Bug 650208: part 2b: clean up basic auth mess in tests. r=philiKON 2011-04-18 13:26:03 -07:00
test_service_detect_upgrade.js Bug 694728 - Sync: Log Status transitions. r=philikon 2011-10-15 15:29:11 -07:00
test_service_getStorageInfo.js Bug 669913 - Viewing Sync quota blocks the entire Options window. r=rnewman 2011-07-14 12:11:42 -07:00
test_service_login.js Bug 659067 - Part 3: Only show network errors for user triggered sync, not for scheduled ones. r=philikon 2011-08-26 14:01:35 -07:00
test_service_migratePrefs.js Bug 664046 - Correct logging pref migration in Sync. r=philikon 2011-06-14 10:41:36 +02:00
test_service_passwordUTF8.js Bug 650208: part 2: augment tests to actually track collections. r=philiKON 2011-04-18 13:25:25 -07:00
test_service_persistLogin.js Bug 648364 - Replace custom helpers with Services.jsm. r=rnewman 2011-05-19 18:08:07 -07:00
test_service_startOver.js Bug 693413 - Service.startOver resets Status.sync too late, prefs pane flickers. r=rnewman 2011-10-10 18:22:58 -07:00
test_service_startup.js Bug 633681 - Add a Status.ready flag that indicates whether Sync has started up. r+a=mconnor 2011-02-17 13:41:13 -08:00
test_service_sync_401.js Bug 692714 - Part 1: handle node reassignment on all storage requests. r=philikon 2011-10-27 22:25:01 -07:00
test_service_sync_locked.js Bug 664792 - Tune sync intervals according to user behaviour. r=philikon 2011-06-27 14:22:49 +01:00
test_service_sync_remoteSetup.js Bug 684798 - Part 2: Sanitize wipeServer and catch all server maintenance errors. r=rnewman (reland) 2011-10-27 22:25:00 -07:00
test_service_sync_updateEnabledEngines.js Bug 684798 - Part 3: Catch server errors when wiping/disabling engines. r=rnewman (reland) 2011-10-27 22:25:00 -07:00
test_service_verifyLogin.js Bug 683396 - Correctly identify server maintenance at login. r=philikon 2011-09-06 09:17:26 -07:00
test_service_wipeClient.js Bug 650208: part 4: upload keys then download them. r=philiKON 2011-04-19 12:35:04 -07:00
test_service_wipeServer.js Bug 684798 - Part 2: Sanitize wipeServer and catch all server maintenance errors. r=rnewman (reland) 2011-10-27 22:25:00 -07:00
test_status_checkSetup.js Bug 603489, 614489: simplified crypto. r=mconnor 2010-11-29 16:41:17 -08:00
test_status.js
test_syncengine_sync.js Bug 673548 - Part 0a: set Content-Type in ServerWBO responses; enhance ServerCollection. r=philikon 2011-09-29 11:50:28 -07:00
test_syncengine.js Bug 659107 - Only report failure for newly failed items. r=philikon,rnewman 2011-05-27 17:32:13 -07:00
test_syncscheduler.js Bug 699868 - set serverURL in test_syncscheduler.js. a=test-only,trivial (just like Bug 700071). 2011-11-06 17:54:28 -08:00
test_syncstoragerequest.js Bug 669913 - Viewing Sync quota blocks the entire Options window. r=rnewman 2011-07-14 12:11:29 -07:00
test_tab_engine.js
test_tab_store.js Bug 609421 - Combine type_record/* files with their respective engines/* counterparts. r=rnewman 2011-01-18 16:23:20 -08:00
test_tab_tracker.js Bug 679279 - Part 3: Object.keys and test improvements. r=philikon 2011-08-19 17:17:58 -07:00
test_tracker_addChanged.js Bug 609421 - Move tracker and store implementation into engines.js. r=rnewman 2011-01-18 16:23:25 -08:00
test_upgrade_old_sync_key.js Bug 618335: normalize old-style 20-char sync keys. r=philiKON 2010-12-20 10:10:37 -08:00
test_utils_atob.js Bug 603489, 614489: simplified crypto. r=mconnor 2010-11-29 16:41:17 -08:00
test_utils_catch.js Bug 623689: don't misbehave on master password cancel. r=philiKON 2011-01-10 21:51:29 -08:00
test_utils_deepCopy.js
test_utils_deepEquals.js
test_utils_deferGetSet.js Bug 636478 - Simplify Utils.deferGetSet. r=rnewman a=blocking-fennec 2011-02-25 14:43:10 -08:00
test_utils_deriveKey.js Bug 651596: eliminate IWeaveCrypto. r=philiKON 2011-04-20 14:27:19 -07:00
test_utils_encodeBase32.js Bug 603489, 614489: simplified crypto. r=mconnor 2010-11-29 16:41:17 -08:00
test_utils_ensureOneOpen.js
test_utils_getErrorString.js Bug 596620 - Remove compat code for username-based UI. r=rnewman 2011-03-25 00:57:23 -07:00
test_utils_getIcon.js
test_utils_hkdfExpand.js Bug 681864 - Get rid of unused Utils.sha* helpers. r=rnewman 2011-08-26 10:27:29 -07:00
test_utils_json.js Bug 673288 - constant cleanup; r=philikon 2011-07-27 19:55:50 -07:00
test_utils_lazyStrings.js
test_utils_lock.js Bug 603489, 614489: simplified crypto. r=mconnor 2010-11-29 16:41:17 -08:00
test_utils_makeGUID.js Bug 606353 - Add a Utils.checkGUID() helper. r=rnewman 2011-01-28 09:39:28 -08:00
test_utils_makeURI.js
test_utils_namedTimer.js Bug 662178 - Harden test_utils_namedTimer.js. r=rnewman 2011-06-08 18:12:12 +02:00
test_utils_notify.js Bug 675125 - Utils.notify should pass observers the exception as subject. r=rnewman 2011-07-29 18:47:39 -07:00
test_utils_passphrase.js Bug 648364 - Remove dead code. r=rnewman 2011-05-19 18:09:02 -07:00
test_utils_pbkdf2.js Bug 610749: add pure-JS PBKDF2 implementation. 2010-11-16 11:42:17 -08:00
test_utils_sha1.js
test_utils_stackTrace.js
test_utils_utf8.js
xpcshell.ini Bug 604565 - Enable previously-disabled xpcshell tests on OS X; a=philikon 2011-11-10 15:33:56 -08:00