Closed
Bug 1681240
Opened 4 years ago
Closed 4 years ago
Make `TextControlState::SetValueFlags` an enum class
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
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.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/c94973737822
Make `TextControlState::SetValueFlags` an enum class r=saschanaz
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•