Closed Bug 1681240 Opened 3 years ago Closed 3 years ago

Make `TextControlState::SetValueFlags` an enum class

Categories

(Core :: DOM: Editor, enhancement, P3)

enhancement

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.

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
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: