gecko-dev/browser/components/urlbar
Drew Willcoxon df04062dca Bug 1724786 - Fix intermittent TV failure in browser_hideHeuristic.js by requesting a longer timeout. r=harry
I had this `requestLongerTimeout()` call in my local patch in the original
revision D121785 (bug 1723158) but I forgot to push it to Phabricator before
landing. I saw this Mac TV timeout on my try pushes too, and this fixed it.

Differential Revision: https://phabricator.services.mozilla.com/D122160
2021-08-10 16:36:20 +00:00
..
content Bug 1715137 - Part 1 - Split UrlbarProviderPreloadedSites out from UnifiedComplete. r=adw 2021-06-22 21:02:57 +00:00
docs Bug 1713827 - Hand off to search mode if searching is disabled in the Urlbar. r=amy,Standard8,flod 2021-07-22 15:46:30 +00:00
tests Bug 1724786 - Fix intermittent TV failure in browser_hideHeuristic.js by requesting a longer timeout. r=harry 2021-08-10 16:36:20 +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 Bug 1693927 - Record keyed scalar telemetry for impressions and clicks on Quick Suggest results. r=harry,nanj 2021-02-25 06:21:30 +00:00
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 1723158 - Allow heuristic result to be experimentally hidden or not present. r=mak 2021-08-09 17:07:40 +00:00
UrlbarPrefs.jsm Bug 1723158 - Allow heuristic result to be experimentally hidden or not present. r=mak 2021-08-09 17:07:40 +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 1662172 - Part 2 - Remove keyword code from UnifiedComplete. r=adw 2021-06-17 22:04:54 +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 1687767 - Don't highlight url heuristic results without autocompleted parts. r=harry 2021-01-21 11:21:58 +00:00
UrlbarProviderInputHistory.jsm Bug 1720369: Avoid showing adaptive history of different private-browsing mode as switch-to-tab. r=adw 2021-08-02 02:26:07 +00:00
UrlbarProviderInterventions.jsm Bug 1710796 - Don't show URL bar update hints if update is disabled. r=emalysz,mhowell 2021-05-27 22:32:22 +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 1724492 - Stop using nsIAutocompleteResult in UrlbarProviderPlaces. r=harry 2021-08-09 17:08:47 +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 1724076 - Add nimbus exposure event for Firefox Suggest experiments r=adw,andreio 2021-08-09 18:38:10 +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 Bug 1676469 - Convert matchBuckets to a granular list of result groups and rewrite the muxer to use it. r=preferences-reviewers,mak,harry 2021-02-09 21:53:38 +00:00
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 1699227 - Support negative suggestedIndex values to allow indexes to be specified from the end of the list of urlbar results. r=mak 2021-03-25 20:32:52 +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 1713827 - Hand off to search mode if searching is disabled in the Urlbar. r=amy,Standard8,flod 2021-07-22 15:46:30 +00:00
UrlbarValueFormatter.jsm Bug 1691965 - Replace (-moz-windows-default-theme) with (prefers-contrast) in some browser/ usages. r=Itiel 2021-02-10 22:16:44 +00:00
UrlbarView.jsm Bug 1723158 - Allow heuristic result to be experimentally hidden or not present. r=mak 2021-08-09 17:07:40 +00:00