gecko-dev/dom/html/input
Masayuki Nakano 81be9a4e86 Bug 1681240 - Make `TextControlState::SetValueFlags` an enum class r=saschanaz
Using integer as a bit field may cause simple mistake and may not be easy
to read, and we have `EnumSet` class which can treat an `enum class` as
a bit flags so that we should make it an `enum class` and use it with the
`EnumSet` class.

Differential Revision: https://phabricator.services.mozilla.com/D99172
2020-12-09 23:34:28 +00:00
..
ButtonInputTypes.h
CheckableInputTypes.cpp
CheckableInputTypes.h
ColorInputType.h
DateTimeInputTypes.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
DateTimeInputTypes.h
FileInputType.cpp
FileInputType.h
HiddenInputType.h
InputType.cpp Bug 1681240 - Make `TextControlState::SetValueFlags` an enum class r=saschanaz 2020-12-09 23:34:28 +00:00
InputType.h Bug 1681240 - Make `TextControlState::SetValueFlags` an enum class r=saschanaz 2020-12-09 23:34:28 +00:00
NumericInputTypes.cpp Bug 1681240 - Make `TextControlState::SetValueFlags` an enum class r=saschanaz 2020-12-09 23:34:28 +00:00
NumericInputTypes.h
SingleLineTextInputTypes.cpp
SingleLineTextInputTypes.h
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00