gecko/toolkit/components/places/tests/queries
Marco Bonardo 7279ff22e3 Bug 696159 - Remove some deprecated Places code.
r=dietrich sr=rstrong
2011-10-27 11:11:43 +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 Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
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 Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_abstime-annotation-uri.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_async.js Bug 696159 - Remove some deprecated Places code. 2011-10-27 11:11:43 +02:00
test_containersQueries_sorting.js Bug 680550 - Handle removeAllPages more sanely in tests. 2011-08-23 14:34:15 +02:00
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 Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
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 Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_results-as-visit.js Bug 641531 - Close Places containers after use (mechanical changes) 2011-04-23 02:09:13 +02:00
test_searchterms-bookmarklets.js Bug 658242 - Search in bookmarks doesn't find javascript: bookmarks. 2011-07-26 15:12:38 +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 416459 - Implement proper cut action for bookmarks. 2011-06-30 15:34:02 +02:00
test_transitions.js Bug 680550 - Handle removeAllPages more sanely in tests. 2011-08-23 14:34:15 +02:00
xpcshell.ini Bug 668349 - Changes to xpcshell.ini; r=jmaher 2011-08-22 09:00:50 +01: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.