fune/browser/components/search
Anna Yeddi ddce1b0ca2 Bug 1871596 - Add a programmatic role to the search-go-button image within the Searchbar. r=search-reviewers,Standard8
`search-go-button urlbar-icon` is an `<image>` element that has an accessible name but lacks an appropriate interactive role, because it functions as a button (not focusable with keyboard because the alternative - `Enter` key - exists and works for the search submission and we do not want to create an additional tab stop for keyboard-only users). This would prevent users of speech-to-text/Voice Control from being able to send a click to it by calling its label and screen reader users and users of other assistive technology would not be able to get to this control via shortcuts like a list of controls, etc.

This issue is similar to the `Go` button on the URL bar resolved in the bug 1864962

To activate the searchbar next to the URL Bar that includes this go button: `about:preferences` > `Search` > `Search Bar` > select `Add search bar in toolbar`.

Differential Revision: https://phabricator.services.mozilla.com/D197202
2024-01-03 14:37:55 +00:00
..
content Bug 1871596 - Add a programmatic role to the search-go-button image within the Searchbar. r=search-reviewers,Standard8 2024-01-03 14:37:55 +00:00
docs Bug 1848321 - Improve the browser.search.content.* documentation. r=search-reviewers,jteow 2023-08-14 11:13:05 +00:00
extensions Bug 1861925 - Rename Yahoo! auctions per their branding. r=search-reviewers,daleharvey 2023-11-07 16:10:06 +00:00
schema Bug 1861676 - Use the new queryParamNames SERP telemetry parameter by default. r=search-reviewers,jteow 2023-11-03 10:35:04 +00:00
test Bug 1871491 - Add a check for combobox container of moz-input-box and options within the URL bar autocomplete list in AccessibilityUtils. r=Jamie,search-reviewers,credential-management-reviewers,sgalich,Standard8 2024-01-02 21:10:57 +00:00
.eslintrc.js
BrowserSearchTelemetry.sys.mjs Bug 1868749 - Remove search engine send attribution request. r=search-reviewers,daleharvey 2023-12-18 12:01:34 +00:00
jar.mn
metrics.yaml Bug 1851495 - Add boolean to indicate whether a user was private browsing when loading a SERP - r=daleharvey,scunnane 2023-10-18 05:17:36 +00:00
moz.build Bug 1859908 - convert .ini manifests to .toml: batch 20 marionette.ini r=jmaher,webdriver-reviewers,necko-reviewers,application-update-reviewers,search-reviewers,sessionstore-reviewers,places-reviewers,dom-storage-reviewers,bytesized,kershaw,whimboo,dao,jesup,Standard8 2024-01-02 15:31:51 +00:00
SearchOneOffs.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
SearchSERPTelemetry.sys.mjs Bug 1854196 - Modify categorization logic based on input from Data Science. r=jteow 2023-12-28 22:37:41 +00:00
SearchUIUtils.sys.mjs