blob: 8698e4bff4da4c36bc00ca8d584a8e42ccedd2a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
[DEFAULT]
head = head.js
support-files =
cacheVersion1_profile.json
cacheVersion1_profile.zip
indexedDBAndPersistentStorageDirectory_profile.json
indexedDBAndPersistentStorageDirectory_profile.zip
indexedDBDirectory_flatOriginDirectories_profile.json
indexedDBDirectory_flatOriginDirectories_profile.zip
indexedDBDirectory_profile.json
indexedDBDirectory_profile.zip
localStorageArchive1upgrade_profile.zip
localStorageArchive4upgrade_profile.zip
localStorageArchiveDowngrade_profile.zip
persistentAndDefaultStorageDirectory_profile.json
persistentAndDefaultStorageDirectory_profile.zip
persistentStorageDirectory_flatOriginDirectories_profile.json
persistentStorageDirectory_flatOriginDirectories_profile.zip
persistentStorageDirectory_originDirectories_profile.json
persistentStorageDirectory_originDirectories_profile.zip
persistentStorageDirectory_profile.json
persistentStorageDirectory_profile.zip
version0_0_profile.json
version0_0_profile.zip
version1_0_appsData_profile.json
version1_0_appsData_profile.zip
version1_0_idb_profile.json
version1_0_idb_profile.zip
version1_0_morgueDirectory_profile.json
version1_0_morgueDirectory_profile.zip
version1_0_obsoleteOriginAttributes_profile.json
version1_0_obsoleteOriginAttributes_profile.zip
version2_0_profile.json
version2_0_profile.zip
version2_1_profile.json
version2_1_profile.zip
version2_2_profile.json
version2_2_profile.zip
[test_localStorageArchive1upgrade.js]
[test_localStorageArchive4upgrade.js]
[test_localStorageArchiveDowngrade.js]
[test_upgradeCacheFrom1.js]
[test_upgradeFromFlatOriginDirectories.js]
[test_upgradeFromIndexedDBDirectory.js]
[test_upgradeFromIndexedDBDirectory_removeOldDirectory.js]
[test_upgradeFromPersistentStorageDirectory.js]
[test_upgradeFromPersistentStorageDirectory_removeOldDirectory.js]
[test_upgradeFromPersistentStorageDirectory_upgradeOriginDirectories.js]
[test_upgradeStorageFrom0_0.js]
[test_upgradeStorageFrom1_0_idb.js]
[test_upgradeStorageFrom1_0_removeAppsData.js]
[test_upgradeStorageFrom1_0_removeMorgueDirectory.js]
[test_upgradeStorageFrom1_0_stripObsoleteOriginAttributes.js]
[test_upgradeStorageFrom2_0.js]
[test_upgradeStorageFrom2_1.js]
[test_upgradeStorageFrom2_2.js]
|