Closed
Bug 1892307
Opened 1 year ago
Closed 1 year ago
Convert remaining enums to enum classes in WritingModes.h
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
127 Branch
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(3 files)
In this bug, I'm planning to convert the remaining enums in WritingMode.h to close bug 1610666.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → aethanyc
| Assignee | ||
Comment 2•1 year ago
|
||
We can replace mBits with EnumSet<LogicalSide> in LogicalSides so that
LogicalSideBits is not relavent.
| Assignee | ||
Comment 3•1 year ago
|
||
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c10528a3cf13
Part 1 - Convert LineRelativeDir to an enum class. r=layout-reviewers,emilio
https://hg.mozilla.org/integration/autoland/rev/87fa831af010
Part 2 - Remove LogicalSideBits. r=layout-reviewers,jfkthame
https://hg.mozilla.org/integration/autoland/rev/716d50e4bdd7
Part 3 - Remove AllLogicalSides(). r=dholbert
Comment 5•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c10528a3cf13
https://hg.mozilla.org/mozilla-central/rev/87fa831af010
https://hg.mozilla.org/mozilla-central/rev/716d50e4bdd7
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•