зеркало из https://github.com/mozilla/gecko-dev.git
81be9a4e86
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 |
||
---|---|---|
.. | ||
ButtonInputTypes.h | ||
CheckableInputTypes.cpp | ||
CheckableInputTypes.h | ||
ColorInputType.h | ||
DateTimeInputTypes.cpp | ||
DateTimeInputTypes.h | ||
FileInputType.cpp | ||
FileInputType.h | ||
HiddenInputType.h | ||
InputType.cpp | ||
InputType.h | ||
NumericInputTypes.cpp | ||
NumericInputTypes.h | ||
SingleLineTextInputTypes.cpp | ||
SingleLineTextInputTypes.h | ||
moz.build |