gecko-dev/dom/html/input
serge-sans-paille a647e0fd70 Bug 1854404 - Remove global constructor in dom/html/input/InputType r=smaug
A constexpr variable is initialized at compile time and does not need a
global constructor.

Differential Revision: https://phabricator.services.mozilla.com/D188841
2023-09-26 13:09:39 +00:00
..
ButtonInputTypes.h
CheckableInputTypes.cpp
CheckableInputTypes.h
ColorInputType.h
DateTimeInputTypes.cpp Bug 1850293 - Make editable states not intrinsic. r=smaug,masayuki 2023-08-30 09:18:31 +00:00
DateTimeInputTypes.h Bug 1842027 - Make <input type=number> localization faster. r=masayuki 2023-07-12 15:28:07 +00:00
FileInputType.cpp
FileInputType.h
HiddenInputType.h
InputType.cpp Bug 1854404 - Remove global constructor in dom/html/input/InputType r=smaug 2023-09-26 13:09:39 +00:00
InputType.h Bug 1854404 - Remove global constructor in dom/html/input/InputType r=smaug 2023-09-26 13:09:39 +00:00
NumericInputTypes.cpp Bug 1850293 - Make editable states not intrinsic. r=smaug,masayuki 2023-08-30 09:18:31 +00:00
NumericInputTypes.h Bug 1842027 - Make <input type=number> localization faster. r=masayuki 2023-07-12 15:28:07 +00:00
SingleLineTextInputTypes.cpp Bug 1850293 - Make editable states not intrinsic. r=smaug,masayuki 2023-08-30 09:18:31 +00:00
SingleLineTextInputTypes.h
moz.build