Closed
Bug 1088121
Opened 11 years ago
Closed 1 month ago
convert flags on nsCSSPseudoElements and nsCSSPseudoClasses to enum or enum class
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dbaron, Unassigned)
References
(Blocks 1 open bug)
Details
From Brian Birtles (:birtles) from bug 1082899 comment #15:
> I'd prefer we used an enum type for this for type-safety and better
> documentation (e.g. all the zeros added in part 1 would be a little easier
> to make sense of). I think we have MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS if
> we need to do bitwise operations.
We should convert the flags in nsCSSPseudoClasses and nsCSSPseudoElements to enum or enum class.
| Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(dbaron)
Updated•3 years ago
|
Severity: normal → S3
Comment 1•11 months ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE.
For more information, please visit BugBot documentation.
Flags: needinfo?(dbaron)
Comment 2•1 month ago
|
||
This is done now
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•