fune/browser/base/content/certerror
Mike Conley 02db702d76 Bug 1709050 - Suppress the focus ring in the upgrade dialog and some about: pages when they first load. r=Mardak,Gijs
Using autofocus="true" or programmatically calling .focus() when there is no pre-existing focused
element causes the :focus-visible to match.

This patch avoids using autofocus="true" on some of our about: pages, and uses
Element.focus({ preventFocusRing: true }) to avoid that when these pages and dialog
first load. Note that this doesn't prevent the focus ring from _ever_ appear, it just
stops it from appearing on first load.

Differential Revision: https://phabricator.services.mozilla.com/D115062
2021-05-21 18:13:29 +00:00
..
supportpages Bug 1644719 - Add basic support to display offline support pages when SUMO is unreachable. r=prathiksha,desktop-theme-reviewers,harry 2021-04-22 15:11:37 +00:00
aboutNetError.js Bug 1709050 - Suppress the focus ring in the upgrade dialog and some about: pages when they first load. r=Mardak,Gijs 2021-05-21 18:13:29 +00:00
aboutNetError.xhtml Bug 1709472 - Change error page favicon from warning.svg to info.svg. r=jaws 2021-05-17 18:56:01 +00:00
gen_aboutneterror_codes.py Bug 1651012 - Organize certerror code into its own directory in browser/base/content/ r=prathiksha,Gijs 2021-04-14 10:24:38 +00:00