gecko/toolkit/components/places/tests/queries
2011-05-03 15:30:19 +02:00
..
head_queries.js Bug 639105 - A new entry does not appear in History menu for the certain pages. 2011-05-03 15:30:19 +02:00
readme.txt
stub-test.js
test_415716.js Bug 610442 - TRANSITION_EMBED visits should be session persistent 2010-11-12 14:24:25 -08:00
test_abstime-annotation-domain.js
test_abstime-annotation-uri.js
test_async.js Bug 536893 - Asynchronous API for opening nsNavHistoryFolderResultNodes (part 1), r=mano, sr=vlad 2010-04-09 11:30:29 -07:00
test_containersQueries_sorting.js
test_excludeReadOnlyFolders.js Bug 641531 - Close Places containers after use (mechanical changes) 2011-04-23 02:09:13 +02:00
test_history_queries_tags_liveUpdate.js Bug 630240 - Avoid full refreshes in history results when incremental updates are easy. 2011-04-29 18:12:20 +02:00
test_history_queries_titles_liveUpdate.js Bug 630240 - Avoid full refreshes in history results when incremental updates are easy. 2011-04-29 18:12:20 +02:00
test_onlyBookmarked.js
test_querySerialization.js Bug 564270 - Can not search Places by transition type 2010-06-23 10:01:27 -07:00
test_redirectsMode.js Bug 639105 - A new entry does not appear in History menu for the certain pages. 2011-05-03 15:30:19 +02:00
test_results-as-tag-contents-query.js
test_results-as-visit.js Bug 641531 - Close Places containers after use (mechanical changes) 2011-04-23 02:09:13 +02:00
test_searchterms-domain.js Bug 641531 - Close Places containers after use (mechanical changes) 2011-04-23 02:09:13 +02:00
test_searchterms-uri.js Bug 641531 - Close Places containers after use (mechanical changes) 2011-04-23 02:09:13 +02:00
test_sort-date-site-grouping.js Bug 621843 - Fix View By Date and Site sorting. r=mak a=blocking-final 2011-01-10 10:11:31 -08:00
test_sorting.js Bug 630225 - Expose frecency as a sorting order for the history sidebar (with slight query builder optimization). 2011-04-13 22:15:41 +02:00
test_tags.js Bug 648367 - Add run_next_test to head.js. r=ted 2011-04-18 13:31:20 -07:00
test_transitions.js Bug 552023 - Kill Places partitioned temp tables. 2010-08-09 17:59:59 +02:00

These are tests specific to the Places Query API.

We are tracking the coverage of these tests here:
http://wiki.mozilla.org/QA/TDAI/Projects/Places_Tests

When creating one of these tests, you need to update those tables so that we
know how well our test coverage is of this area.  Furthermore, when adding tests
ensure to cover live update (changing the query set) by performing the following
operations on the query set you get after running the query:
* Adding a new item to the query set
* Updating an existing item so that it matches the query set
* Change an existing item so that it does not match the query set
* Do multiple of the above inside an Update Batch transaction.
* Try these transactions in different orders.

Use the stub test to help you create a test with the proper structure.