Name Description Size Coverage
data -
head.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 37174 -
test_000_frecency.js Autocomplete Frecency Tests - adds a visit for each transition type (recent and old) - search - test number of matches - test each item's location in results - verify recent visits rank higher than older visits 6048 -
test_about_urls.js 5099 -
test_autofill_adaptiveHistory.js 43667 -
test_autofill_bookmarked.js 5975 -
test_autofill_do_not_trim.js 4207 -
test_autofill_functional.js 5025 -
test_autofill_origins.js 34440 -
test_autofill_origins_alt_frecency.js 9459 -
test_autofill_origins_typed_frecency.js This variant of origin tests explicitly check how typed visits or the absence of typed visits affect origin autofill. 18675 -
test_autofill_originsAndQueries.js Helpful reminder of the `autofilled` and `completed` properties in the object passed to check_results: autofilled: expected input.value after autofill completed: expected input.value after autofill and enter is pressed `completed` is the URL that the controller sets to input.value, and the URL that will ultimately be loaded when you press enter. 79934 -
test_autofill_prefix_fallback.js 2494 -
test_autofill_search_engine_aliases.js 2653 -
test_autofill_urls.js 25995 -
test_avoid_stripping_to_empty_tokens.js 3353 -
test_calculator.js 1658 -
test_casing.js 12002 -
test_dedupe_embedded_url_param.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 5107 -
test_dedupe_prefix.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 8917 -
test_dedupe_switchTab.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 914 -
test_dont_autofill_cases.js Tests some cases where autofill should not happen. 1593 -
test_download_embed_bookmarks.js Tests bug 449406 to ensure that TRANSITION_DOWNLOAD, TRANSITION_EMBED and TRANSITION_FRAMED_LINK bookmarked uri's show up in the location bar. 4245 -
test_empty_search.js Test for bug 426864 that makes sure searching a space only shows typed pages from history. 6150 -
test_encoded_urls.js 2479 -
test_escaping_badEscapedURI.js Test bug 422277 to make sure bad escaped uris don't get escaped. This makes sure we don't hit an assertion for "not a UTF8 string". 1176 -
test_escaping_escapeSelf.js Test bug 422698 to make sure searches with urls from the location bar correctly match itself when it contains escaped characters. 1888 -
test_exposure.js 7675 -
test_frecency.js Test for bug 406358 to make sure frecency works for empty input/search, but this also tests for non-empty inputs as well. Because the interactions among DIFFERENT* visit counts and visit dates is not well defined, this test holds one of the two values constant when modifying the other. Also test bug 419068 to make sure tagged pages don't necessarily have to be first in the results. Also test bug 426166 to make sure that the results of autocomplete searches are stable. Note that failures of this test will be intermittent by nature since we are testing to make sure that the unstable sort algorithm used by SQLite is not changing the order of the results on us. 11768 -
test_frecency_alternative_nimbus.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 3011 -
test_geolocationUtils.js 9019 -
test_heuristic_cancel.js Tests that old results from UrlbarProviderAutofill do not overwrite results from UrlbarProviderHeuristicFallback after the autofillable query is cancelled. See bug 1653436. 7209 -
test_hideSponsoredHistory.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 2887 -
test_history_bookmark_results_on_search_service_failure.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 3161 -
test_keywords.js 6650 -
test_l10nCache.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 17217 -
test_local_suggest_prefs.js 3328 -
test_match_javascript.js Test for bug 417798 to make sure javascript: URIs don't show up unless the user searches for javascript: explicitly. 4484 -
test_multi_word_search.js Test for bug 401869 to allow multiple words separated by spaces to match in the page title, page url, or bookmark title to be considered a match. All terms must match but not all terms need to be in the title, etc. Test bug 424216 by making sure bookmark titles are always shown if one is available. Also bug 425056 makes sure matches aren't found partially in the page title and partially in the bookmark. 3927 -
test_muxer.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 21574 -
test_pages_alt_frecency.js 3012 -
test_protocol_ignore.js Test bug 424509 to make sure searching for "h" doesn't match "http" of urls. 1233 -
test_protocol_swap.js Test bug 424717 to make sure searching with an existing location like http://site/ also matches https://site/ or ftp://site/. Same thing for ftp://site/ and https://site/. Test bug 461483 to make sure a search for "w" doesn't match the "www." from site subdomains. 9451 -
test_provider_notification.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 7925 -
test_providerAliasEngines.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 3967 -
test_providerHeuristicFallback.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 23480 -
test_providerHistoryUrlHeuristic.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 7310 -
test_providerKeywords.js Test for bug 392143 that puts keyword results into the autocomplete. Makes sure that multiple parameter queries get spaces converted to +, + converted to %2B, non-ascii become escaped, and pages in history that match the keyword uses the page's title. Also test for bug 249468 by making sure multiple keyword bookmarks with the same keyword appear in the list. 11627 -
test_providerOmnibox.js 25486 -
test_providerOpenTabs.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 8233 -
test_providerPlaces.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 8446 -
test_providerPlaces_duplicate_entries.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 1170 -
test_providerPlaces_nonEnglish.js -*- indent-tabs-mode: nil; js-indent-level: 2 -*- 1255 -
test_providerRecentSearches.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 5829 -
test_providersManager.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 2257 -
test_providersManager_filtering.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 14103 -
test_providersManager_maxResults.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 1148 -
test_providerTabToSearch.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 18838 -
test_providerTabToSearch_partialHost.js Any copyright is dedicated to the Public Domain. https://creativecommons.org/publicdomain/zero/1.0/ 8079 -
test_query_url.js 3846 -
test_queryScorer.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 9165 -
test_quickactions.js 4864 -
test_remote_tabs.js 17601 -
test_result_highlights.js Any copyright is dedicated to the Public Domain. https://creativecommons.org/publicdomain/zero/1.0/ 2705 -
test_resultGroups.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 40065 -
test_richsuggestions.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 2177 -
test_richsuggestions_order.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 2305 -
test_search_engine_restyle.js 3404 -
test_search_suggestions.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 66020 -
test_search_suggestions_aliases.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 11210 -
test_search_suggestions_tail.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 10912 -
test_special_search.js Test for bug 395161 that allows special searches that restrict results to history/bookmark/tagged items and title/url matches. Test 485122 by making sure results don't have tags when restricting result to just history either by default behavior or dynamic query restrict. 17998 -
test_suggestedIndex.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 19091 -
test_suggestedIndexRelativeToGroup.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 16910 -
test_tab_matches.js userContextId: 8184 -
test_tags_caseInsensitivity.js Checks the results of a search for `searchTerm`. @param {Array} uris A 2-element array containing [{string} uri, {array} tags}], where `tags` is a comma-separated list of the tags expected to appear in the search. @param {string} searchTerm The term to search for 3415 -
test_tags_extendedUnicode.js Test autocomplete for non-English URLs that match the tag bug 416214. Also test bug 417441 by making sure escaped ascii characters like "+" remain escaped. - add a visit for a page with a non-English URL - add a tag for the page - search for the tag - test number of matches (should be exactly one) - make sure the url is decoded 1971 -
test_tags_general.js -*- indent-tabs-mode: nil; js-indent-level: 2 -*- 5270 -
test_tags_matchBookmarkTitles.js Test bug 416211 to make sure results that match the tag show the bookmark title instead of the page title. 1287 -
test_tags_returnedInSearches.js Test bug 418257 by making sure tags are returned with the title as part of the "comment" if there are tags even if we didn't match in the tags. They are separated from the title by a endash. 3446 -
test_tokenizer.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 15617 -
test_trimming.js 5814 -
test_ui_schemas_valid.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 945 -
test_unitConversion.js Unit test for unit conversion module. 20298 -
test_urlbar_persisted_search_terms_validation.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 2687 -
test_urlbar_search_terms_persistence.js This test checks we can determine the type of search page and whether the page is a default search page. 7675 -
test_UrlbarController_integration.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 2952 -
test_UrlbarController_telemetry.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 6635 -
test_UrlbarController_unit.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 9659 -
test_UrlbarPrefs.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 13374 -
test_UrlbarProviderAiChat.js 6817 -
test_UrlbarProviderSearchSuggestions.js Any copyright is dedicated to the Public Domain. https://creativecommons.org/publicdomain/zero/1.0/ 3684 -
test_UrlbarProviderSemanticHistorySearch.js 9343 -
test_UrlbarQueryContext.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 2170 -
test_UrlbarQueryContext_restrictSource.js Test for restrictions set through UrlbarQueryContext.sources. 3198 -
test_UrlbarResult_getDisplayableValueAndHighlights.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 5428 -
test_UrlbarSearchUtils.js 13461 -
test_UrlbarUtils_addToUrlbarHistory.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 1995 -
test_UrlbarUtils_copySnakeKeysToCamel.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 5251 -
test_UrlbarUtils_getShortcutOrURIAndPostData.js Any copyright is dedicated to the Public Domain. https://creativecommons.org/publicdomain/zero/1.0/ 6231 -
test_UrlbarUtils_getTokenMatches.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 7344 -
test_UrlbarUtils_skippableTimer.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 2817 -
test_UrlbarUtils_unEscapeURIForUI.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 1004 -
test_word_boundary_search.js Test to make sure matches against the url, title, tags are first made on word boundaries, instead of in the middle of words, and later are extended to the whole words. For this test it is critical to check sorting of the matches. Make sure we don't try matching one after a CamelCase because the upper-case isn't really a word boundary. (bug 429498) 12157 -
xpcshell.toml 4640 -