fune/browser/components/urlbar
2021-08-23 12:45:31 +00:00
..
content Bug 1715137 - Part 1 - Split UrlbarProviderPreloadedSites out from UnifiedComplete. r=adw 2021-06-22 21:02:57 +00:00
docs Bug 1710518 - Introduce group-relative suggestedIndex and modify quick suggest results to use it. r=harry 2021-08-19 00:04:08 +00:00
tests Bug 1723574 - Enable mochitest-browser-chrome tests that no longer fail r=jmaher 2021-08-23 12:45:31 +00:00
unitconverters Bug 1715544 - Extend timezone converter's 12h correction logic for times between 12pm and 1pm, and 12am and 1am. Add testcases. r=nhnt11 2021-06-17 15:59:31 +00:00
.eslintrc.js
jar.mn Bug 1715137 - Part 1 - Split UrlbarProviderPreloadedSites out from UnifiedComplete. r=adw 2021-06-22 21:02:57 +00:00
moz.build Bug 1717509 - Part 4 - Remove files and result group related to UnifiedComplete. r=adw 2021-07-09 23:52:39 +00:00
UrlbarController.jsm
UrlbarEventBufferer.jsm
UrlbarInput.jsm Bug 1723158 - Allow heuristic result to be experimentally hidden or not present. r=mak 2021-08-09 17:07:40 +00:00
UrlbarMuxerUnifiedComplete.jsm Bug 1710518 - Introduce group-relative suggestedIndex and modify quick suggest results to use it. r=harry 2021-08-19 00:04:08 +00:00
UrlbarPrefs.jsm Bug 1710518 - Introduce group-relative suggestedIndex and modify quick suggest results to use it. r=harry 2021-08-19 00:04:08 +00:00
UrlbarProviderAboutPages.jsm Bug 1712352 - Part 2 - Remove about pages code from UnifiedComplete. r=adw 2021-06-03 19:32:15 +00:00
UrlbarProviderAliasEngines.jsm Bug 1714409 - Part 2 - Remove _matchSearchEngineAlias from UnifiedComplete. r=adw 2021-06-17 11:34:13 +00:00
UrlbarProviderAutofill.jsm Bug 1662167 - Split UrlbarInputHistoryProvider from UnifiedComplete. r=adw 2021-06-02 15:16:56 +00:00
UrlbarProviderBookmarkKeywords.jsm Bug 1724016: Avoid unescaping if the URI is over the limit. r=adw 2021-08-12 23:56:45 +00:00
UrlbarProviderCalculator.jsm Bug 1697251 - Add a calculator to the Urlbar r=adw,fluent-reviewers 2021-04-05 08:26:29 +00:00
UrlbarProviderExtension.jsm Bug 1717509 - Part 5 - Replace references to UnifiedComplete with references to UrlbarProviderPlaces. r=adw 2021-07-09 23:52:39 +00:00
UrlbarProviderHeuristicFallback.jsm Bug 1724016: Avoid unescaping if the URI is over the limit. r=adw 2021-08-12 23:56:45 +00:00
UrlbarProviderInputHistory.jsm Bug 1725652 - Show adaptive history results if any of history, bookmarks, or open pages are enabled. r=adw 2021-08-16 16:01:40 +00:00
UrlbarProviderInterventions.jsm Bug 1725318: Avoid calculation score if the query starts with string like protocol. r=adw 2021-08-17 02:06:46 +00:00
UrlbarProviderOmnibox.jsm
UrlbarProviderOpenTabs.jsm Bug 1717509 - Part 5 - Replace references to UnifiedComplete with references to UrlbarProviderPlaces. r=adw 2021-07-09 23:52:39 +00:00
UrlbarProviderPlaces.jsm Bug 1724016: Avoid unescaping if the URI is over the limit. r=adw 2021-08-12 23:56:45 +00:00
UrlbarProviderPreloadedSites.jsm Bug 1715137 - Part 3 - Port test_preloaded_sites.js. r=adw 2021-06-22 21:02:58 +00:00
UrlbarProviderPrivateSearch.jsm
UrlbarProviderQuickSuggest.jsm Bug 1710518 - Introduce group-relative suggestedIndex and modify quick suggest results to use it. r=harry 2021-08-19 00:04:08 +00:00
UrlbarProviderRemoteTabs.jsm Bug 1677126 - Part 5 - Improve sorting of remote tabs so more recent tabs are more likely to be shown first. r=adw 2021-06-02 22:43:30 +00:00
UrlbarProviderSearchSuggestions.jsm
UrlbarProviderSearchTips.jsm Bug 1714337, remove separate high and non-high notification box references, r=mstriemer 2021-07-28 18:24:42 +00:00
UrlbarProvidersManager.jsm Bug 1717509 - Part 2 - Minimal working UrlbarProviderPlaces. r=adw 2021-07-09 23:52:38 +00:00
UrlbarProviderTabToSearch.jsm Bug 1703647 - Change tab-to-search results to use a Primary Blue search glass icon instead of an inverted one. r=mak 2021-04-07 22:41:06 +00:00
UrlbarProviderTokenAliasEngines.jsm Bug 1717509 - Part 5 - Replace references to UnifiedComplete with references to UrlbarProviderPlaces. r=adw 2021-07-09 23:52:39 +00:00
UrlbarProviderTopSites.jsm Bug 1717509 - Part 5 - Replace references to UnifiedComplete with references to UrlbarProviderPlaces. r=adw 2021-07-09 23:52:39 +00:00
UrlbarProviderUnitConversion.jsm Bug 1697722: Implement unit converter as UrlbarProvider. r=adw,dminor 2021-04-29 01:30:58 +00:00
UrlbarQuickSuggest.jsm Bug 1716639 - Add a "Disable" button to the Firefox Suggest onboarding prompt that opens about:preferences#search. r=daleharvey 2021-06-16 21:16:34 +00:00
UrlbarResult.jsm Bug 1724016: Avoid unescaping if the URI is over the limit. r=adw 2021-08-12 23:56:45 +00:00
UrlbarSearchOneOffs.jsm Bug 1714242: Rename settingsButtonCompact with settingsButton. r=harry 2021-07-19 20:41:43 +00:00
UrlbarSearchUtils.jsm Bug 1714409 - Part 2 - Remove _matchSearchEngineAlias from UnifiedComplete. r=adw 2021-06-17 11:34:13 +00:00
UrlbarTokenizer.jsm Bug 1693320: Avoid autofilling if uri fragment does not match with case-sensitive. r=adw 2021-03-11 00:20:39 +00:00
UrlbarUtils.jsm Bug 1710518 - Introduce group-relative suggestedIndex and modify quick suggest results to use it. r=harry 2021-08-19 00:04:08 +00:00
UrlbarValueFormatter.jsm
UrlbarView.jsm Bug 1710518 - Introduce group-relative suggestedIndex and modify quick suggest results to use it. r=harry 2021-08-19 00:04:08 +00:00