Closed
Bug 1891173
Opened 2 years ago
Closed 2 years ago
Convert PhysicalAxis to an enum class
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
127 Branch
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
enum PhysicalAxis { eAxisVertical = 0x0, eAxisHorizontal = 0x1 }; can be converted to an enum class.
https://searchfox.org/mozilla-central/rev/98a54cbdc5964e778af0e6b325f9e7831f00c05b/layout/generic/WritingModes.h#74-75
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/745aacbd71f9
Convert PhysicalAxis to an enum class. r=layout-reviewers,emilio
Status: ASSIGNED → RESOLVED
Closed: 2 years 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
•