.. |
basics_profile.zip
|
…
|
|
defaultStorageUpgrade_profile.zip
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
getUsage_profile.zip
|
Bug 1348660 - Part 5: Implement a method to retrieve usage data for all origins at once; r=btseng
|
2017-03-22 12:14:04 +01:00 |
head.js
|
Bug 1348660 - Part 5: Implement a method to retrieve usage data for all origins at once; r=btseng
|
2017-03-22 12:14:04 +01:00 |
idbSubdirUpgrade1_profile.zip
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
idbSubdirUpgrade2_profile.zip
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
morgueCleanup_profile.zip
|
Bug 1339081 - Part 13: Move morgue directory cleanup to new upgrade helper; r=asuth
|
2017-03-06 18:40:02 +01:00 |
obsoleteOriginAttributes_profile.zip
|
Bug 1339081 - Part 17: Strip obsolete origin attributes as part of new upgrade helper (needed for bug 1314361), original patch by Kris Maglione; r=asuth
|
2017-03-06 18:40:18 +01:00 |
originAttributesUpgrade_profile.zip
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
removeAppsUpgrade_profile.zip
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
storagePersistentUpgrade_profile.zip
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
tempMetadataCleanup_profile.zip
|
Bug 1339081 - Part 7: Implement safe metadata writting using temp files; r=asuth
|
2017-03-06 18:39:40 +01:00 |
test_bad_origin_directory.js
|
Bug 1358035: Move the check for persisting an invalid origin to test_bad_origin_directory.js and add skip beta/release flag on it since we don't check invaild origins on beta/release. r=janv
|
2017-04-20 15:26:31 +08:00 |
test_basics.js
|
Bug 1348660 - Part 2: Rename usage related methods and structures to express the relation to a concrete origin; r=btseng
|
2017-03-22 12:13:48 +01:00 |
test_defaultStorageUpgrade.js
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
test_getUsage.js
|
Bug 1348660 - Part 5: Implement a method to retrieve usage data for all origins at once; r=btseng
|
2017-03-22 12:14:04 +01:00 |
test_idbSubdirUpgrade.js
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
test_morgueCleanup.js
|
Bug 1339081 - Part 13: Move morgue directory cleanup to new upgrade helper; r=asuth
|
2017-03-06 18:40:02 +01:00 |
test_obsoleteOriginAttributesUpgrade.js
|
Bug 1339081 - Part 17: Strip obsolete origin attributes as part of new upgrade helper (needed for bug 1314361), original patch by Kris Maglione; r=asuth
|
2017-03-06 18:40:18 +01:00 |
test_originAttributesUpgrade.js
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
test_persist.js
|
Bug 1358035: Move the check for persisting an invalid origin to test_bad_origin_directory.js and add skip beta/release flag on it since we don't check invaild origins on beta/release. r=janv
|
2017-04-20 15:26:31 +08:00 |
test_removeAppsUpgrade.js
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
test_storagePersistentUpgrade.js
|
Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth
|
2017-03-06 18:40:13 +01:00 |
test_storage_manager_persist_allow.js
|
Bug 1357975 - Set the pref to enable dom.storageManager in helpers.js, r=janv
|
2017-04-20 17:18:03 +08:00 |
test_storage_manager_persist_deny.js
|
Bug 1357975 - Set the pref to enable dom.storageManager in helpers.js, r=janv
|
2017-04-20 17:18:03 +08:00 |
test_storage_manager_persisted.js
|
Bug 1286717 - Part 2: Add mochitests for persist/persisted functions, r=janv
|
2017-04-17 15:06:39 +08:00 |
test_tempMetadataCleanup.js
|
Bug 1339081 - Part 7: Implement safe metadata writting using temp files; r=asuth
|
2017-03-06 18:39:40 +01:00 |
test_unknownFiles.js
|
Bug 1350564 - Don't try to addref a null mResult in Request::GetResult and UsageRequest::GetResult (mResult can be null when mHaveResultOrErrorCode is true); r=btseng
|
2017-04-18 10:15:57 +02:00 |
xpcshell.ini
|
Bug 1358035: Move the check for persisting an invalid origin to test_bad_origin_directory.js and add skip beta/release flag on it since we don't check invaild origins on beta/release. r=janv
|
2017-04-20 15:26:31 +08:00 |