fune/browser/components/urlbar
Anna Yeddi 16775fd283 Bug 1872398 - Add an exception from a11y_checks for one click on the URL Bar in a mouse-specific test. r=adw
We intentionally turn off a11y_checks for the click updated, because it is send to send a focus on the URL Bar with the mouse, while other ways to focus it are accessible for users of assistive technology and keyboards, thus this test can be excluded from the accessibility tests.

Since this test is now expected to pass a11y_checks, we are also remiving the `fail-if` notation from the test manifest.

Differential Revision: https://phabricator.services.mozilla.com/D197433
2024-01-11 13:39:42 +00:00
..
content Bug 1852048 - Move address bar to search preferences. r=dao,fluent-reviewers,bolsson 2024-01-04 09:11:22 +00:00
docs Bug 1840493 - doc/rst: fix some languages declaration r=firefox-source-docs-reviewers,webdriver-reviewers,necko-reviewers,geckoview-reviewers,devtools-reviewers,profiler-reviewers,championshuttler,whimboo,nchevobbe,julienw,amejiamarmol 2023-12-13 18:32:20 +00:00
private Bug 1874072 - Don't query the Suggest Rust component for disabled suggestion types. r=daisuke 2024-01-11 04:23:33 +00:00
tests Bug 1872398 - Add an exception from a11y_checks for one click on the URL Bar in a mouse-specific test. r=adw 2024-01-11 13:39:42 +00:00
unitconverters
.eslintrc.js
jar.mn
MerinoClient.sys.mjs Bug 1864821 - Replace PromiseUtils.defer() with Promise.withResolvers() in system modules. r=Gijs,perftest-reviewers,necko-reviewers,extension-reviewers,application-update-reviewers,fxview-reviewers,sync-reviewers,sessionstore-reviewers,reusable-components-reviewers,rpl,jesup,hjones,kshampur,skhamis,nalexander,sclements 2024-01-05 09:22:34 +00:00
metrics.yaml Bug 1866204 - Prolong urlbar.quick_suggest_contextual_opt_in metric. r=daleharvey 2023-12-14 15:40:10 +00:00
moz.build Bug 1859869 - batch 12 - browser/* xpcshell .ini manifests to .toml. r=aryx,extension-reviewers,credential-management-reviewers,search-reviewers,sessionstore-reviewers,places-reviewers,issammani,Standard8,robwu,sclements 2023-11-21 17:35:23 +00:00
pings.yaml Bug 1854755 - Add suggested_index and suggested_index_relative_to_group to Suggest pings. r=nanj 2023-09-26 02:48:30 +00:00
QuickActionsLoaderDefault.sys.mjs Bug 1803576 - Add Save page as PDF Quickaction. r=daisuke,fluent-reviewers,kpatenio 2023-11-20 19:57:32 +00:00
QuickSuggest.sys.mjs Bug 1874072 - Don't query the Suggest Rust component for disabled suggestion types. r=daisuke 2024-01-11 04:23:33 +00:00
UrlbarController.sys.mjs Bug 1863797 - Frequent failures in browser_schemeless.js due to UrlbarView.selectedElement removed from DOM. r=adw 2023-12-13 10:05:26 +00:00
UrlbarEventBufferer.sys.mjs Bug 1852442 - Remove delay for heuristic result. r=mak 2023-11-14 20:42:35 +00:00
UrlbarInput.sys.mjs Bug 1864821 - Replace PromiseUtils.defer() with Promise.withResolvers() in system modules. r=Gijs,perftest-reviewers,necko-reviewers,extension-reviewers,application-update-reviewers,fxview-reviewers,sync-reviewers,sessionstore-reviewers,reusable-components-reviewers,rpl,jesup,hjones,kshampur,skhamis,nalexander,sclements 2024-01-05 09:22:34 +00:00
UrlbarMuxerUnifiedComplete.sys.mjs Bug 1821112 - Make the urlbar muxer take span and count limits into account when adding suggested-index results. r=mak 2023-12-07 00:19:46 +00:00
UrlbarPrefs.sys.mjs Bug 1866616 - Save the current date when starting a search from the search bar. r=dao 2023-12-19 14:05:52 +00:00
UrlbarProviderAboutPages.sys.mjs
UrlbarProviderAliasEngines.sys.mjs Bug 1873788 - Fix bookmark keyword and alias search switching to default engine search when restrict symbols are at the end of the search string. r=mak 2024-01-10 18:23:40 +00:00
UrlbarProviderAutofill.sys.mjs Backed out changeset e65fca949600 (bug 1858994) for causing xpcshell failures in test_autofill_bookmarked.js. 2023-11-08 12:47:20 +02:00
UrlbarProviderBookmarkKeywords.sys.mjs Bug 1873788 - Fix bookmark keyword and alias search switching to default engine search when restrict symbols are at the end of the search string. r=mak 2024-01-10 18:23:40 +00:00
UrlbarProviderCalculator.sys.mjs
UrlbarProviderClipboard.sys.mjs Backed out changeset e65fca949600 (bug 1858994) for causing xpcshell failures in test_autofill_bookmarked.js. 2023-11-08 12:47:20 +02:00
UrlbarProviderContextualSearch.sys.mjs Bug 1870644 - Remove nsISearchEngine.iconURI and replace by the new getIconURL function. r=search-reviewers,extension-reviewers,settings-reviewers,mconley,mcheang,robwu 2023-12-20 13:28:24 +00:00
UrlbarProviderExtension.sys.mjs Bug 1827966 - Part 4: Remove resultMenu pref and support for dismiss and help buttons. r=dao,fluent-reviewers,desktop-theme-reviewers 2023-10-13 21:52:07 +00:00
UrlbarProviderHeuristicFallback.sys.mjs Bug 1870644 - Remove nsISearchEngine.iconURI and replace by the new getIconURL function. r=search-reviewers,extension-reviewers,settings-reviewers,mconley,mcheang,robwu 2023-12-20 13:28:24 +00:00
UrlbarProviderHistoryUrlHeuristic.sys.mjs
UrlbarProviderInputHistory.sys.mjs Bug 1869253: Use ORDER BY clause in group_concat() for tags r=places-reviewers,mak 2023-12-18 12:27:17 +00:00
UrlbarProviderInterventions.sys.mjs Bug 1827966 - Part 4: Remove resultMenu pref and support for dismiss and help buttons. r=dao,fluent-reviewers,desktop-theme-reviewers 2023-10-13 21:52:07 +00:00
UrlbarProviderOmnibox.sys.mjs
UrlbarProviderOpenTabs.sys.mjs Bug 1797488 - Ensure switchtotab loads URL in a tab if record is missing. r=mak 2023-11-28 06:33:56 +00:00
UrlbarProviderPlaces.sys.mjs Bug 1864821 - Replace PromiseUtils.defer() with Promise.withResolvers() in system modules. r=Gijs,perftest-reviewers,necko-reviewers,extension-reviewers,application-update-reviewers,fxview-reviewers,sync-reviewers,sessionstore-reviewers,reusable-components-reviewers,rpl,jesup,hjones,kshampur,skhamis,nalexander,sclements 2024-01-05 09:22:34 +00:00
UrlbarProviderPrivateSearch.sys.mjs Bug 1870644 - Remove nsISearchEngine.iconURI and replace by the new getIconURL function. r=search-reviewers,extension-reviewers,settings-reviewers,mconley,mcheang,robwu 2023-12-20 13:28:24 +00:00
UrlbarProviderQuickActions.sys.mjs Bug 1853131 - Rename urlbarView-quickaction-row to urlbarView-quickaction-button. r=daleharvey 2023-09-14 23:35:02 +00:00
UrlbarProviderQuickSuggest.sys.mjs Bug 1868580 - Remove PingCentre from Contextual Services r=nanj,perry.mcmanis 2023-12-11 19:21:37 +00:00
UrlbarProviderQuickSuggestContextualOptIn.sys.mjs Bug 1868131 - [Firefox Suggest Opt-in Experiment] Further improve wrapping behavior. r=daleharvey 2023-12-07 10:19:35 +00:00
UrlbarProviderRecentSearches.sys.mjs Bug 1858978 - Restrict search history deletions by engine. r=mak 2023-10-17 13:18:42 +00:00
UrlbarProviderRemoteTabs.sys.mjs
UrlbarProviderSearchSuggestions.sys.mjs Bug 1870644 - Remove nsISearchEngine.iconURI and replace by the new getIconURL function. r=search-reviewers,extension-reviewers,settings-reviewers,mconley,mcheang,robwu 2023-12-20 13:28:24 +00:00
UrlbarProviderSearchTips.sys.mjs Bug 1870644 - Remove nsISearchEngine.iconURI and replace by the new getIconURL function. r=search-reviewers,extension-reviewers,settings-reviewers,mconley,mcheang,robwu 2023-12-20 13:28:24 +00:00
UrlbarProvidersManager.sys.mjs Bug 1852442 - Remove delay for heuristic result. r=mak 2023-11-14 20:42:35 +00:00
UrlbarProviderTabToSearch.sys.mjs
UrlbarProviderTokenAliasEngines.sys.mjs Bug 1870644 - Remove nsISearchEngine.iconURI and replace by the new getIconURL function. r=search-reviewers,extension-reviewers,settings-reviewers,mconley,mcheang,robwu 2023-12-20 13:28:24 +00:00
UrlbarProviderTopSites.sys.mjs
UrlbarProviderUnitConversion.sys.mjs
UrlbarProviderWeather.sys.mjs Bug 1827966 - Part 4: Remove resultMenu pref and support for dismiss and help buttons. r=dao,fluent-reviewers,desktop-theme-reviewers 2023-10-13 21:52:07 +00:00
UrlbarResult.sys.mjs Bug 1845710 - [UrlbarView] Add LRM to URLs with the protocol trimmed in the results pane.r=mak 2023-09-26 15:00:54 +00:00
UrlbarSearchOneOffs.sys.mjs Bug 1868131 - [Firefox Suggest Opt-in Experiment] Further improve wrapping behavior. r=daleharvey 2023-12-07 10:19:35 +00:00
UrlbarSearchUtils.sys.mjs
UrlbarTokenizer.sys.mjs
UrlbarUtils.sys.mjs Backed out changeset d7e5b4cd4c20 (bug 1865273) for causing bc failures in browser_searchShowSuggestionsFirst.js CLOSED TREE 2023-11-29 11:53:54 -05:00
UrlbarValueFormatter.sys.mjs Bug 1863110 - If trimHttps is enabled, domain highlighting is not applied when loading suggested bookmark.r=dao 2023-12-07 09:04:44 +00:00
UrlbarView.sys.mjs Bug 1870644 - Remove nsISearchEngine.iconURI and replace by the new getIconURL function. r=search-reviewers,extension-reviewers,settings-reviewers,mconley,mcheang,robwu 2023-12-20 13:28:24 +00:00