Find
C
ase-sensitive
R
egexp search
Path
Showing
28396290
from
2026-06-23
:
Bug
2049378
: don't submit empty string as locales to ship it r=releng-reviewers,taskgraph-reviewers,ahal`
firefox-main
/
browser
/
components
/
passwordmgr
/
content
Navigation
Enable keyboard shortcuts
Revision control
Coverage:
2026-06-11
:
100 %
2026-06-11
:
100 %
2026-06-12
:
100 %
2026-06-13
:
100 %
2026-06-14
:
100 %
2026-06-15
:
100 %
2026-06-16
:
100 %
2026-06-17
:
100 %
2026-06-18
:
100 %
2026-06-19
:
100 %
2026-06-20
:
100 %
2026-06-22
:
100 %
2026-06-22
:
100 %
Name
Description
Size
Coverage
login-doorhanger-username-field.css
There's already a margin-block-start of 8px on popupnotificationcontent, so the first label only needs 8px of margin-block-start to match the spec.
1459
-
login-doorhanger-username-field.mjs
Username input for the save/update password doorhanger. Wraps a XUL autocomplete input with an optional dropmarker for showing saved login suggestions. @tagname login-doorhanger-username-field @property {string} label - The text of the label element. @property {string} name - The name of the input control. @property {string} value - The value of the input control. @property {boolean} disabled - The disabled state of the input control. @property {string} placeholder - Text to display when the input has no value. @property {string} autocompleteSearch - Value for the autocompletesearch attribute, enabling XUL autocomplete. @property {string} autocompletePopup - The autocompletepopup attribute forwarded to the inner input. @property {string} maxRows - The maxrows attribute forwarded to the inner input. @property {string} maxDropmarkerRows - The maxdropmarkerrows attribute forwarded to the inner input. @property {boolean} showDropmarker - When true, shows the autocomplete dropdown arrow inside the input.
4090
-
login-doorhanger-username-field.stories.mjs
1364
-