db |
|
|
head.js |
|
2136 |
test_delete.js |
Tests the removal of folders from the database.
|
1801 |
test_findFolders.js |
Tests that folders on the filesystem are detected and added to the database
on start-up.
|
3204 |
test_flags.js |
Tests the hierarchical attributes and functions of folders.
|
2235 |
test_insert.js |
Tests the insertion of folders into the database.
|
3049 |
test_lookup.js |
Tests looking up folders by path.
|
2638 |
test_move.js |
Tests moving folders around within the data structure. This involves
updating the hierarchy and changing some values in the database, so we
check both are updated after each move.
|
10145 |
test_reconcile.js |
Tests the reconciliation between folders in the database and a given list of
folders. Folders in the list but not the database should be added, folders
not in the list should be removed.
|
1306 |
test_relations.js |
Tests the hierarchical attributes and functions of folders.
|
4903 |
test_sort.js |
Tests that folders are read from the database and inserted as children of
their parents in the right order. Folders with an ordinal are sorted ahead
of folders without an ordinal. Otherwise, folders are sorted by name, in a
case-insensitive and locale-aware manner.
|
1895 |
xpcshell.toml |
|
472 |