Closed
Bug 1926634
Opened 3 months ago
Closed 3 months ago
Make axis locking mode enum an enum class
Categories
(Core :: Panning and Zooming, task, P5)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: dlrobertson, Assigned: motaouak10, Mentored)
References
Details
Attachments
(1 file)
In order to make use of the axis locking mode enum (defined here) more clear make it an enum class
(see the AsyncTransformComponent enum
as an example).
Steps to fix:
- Change enum definition to
enum class AxisLockMode
- Update usage of enum
Note that this is not a strict dependency of bug 1890529, but this should probably be done after bug 1890529.
Reporter | ||
Updated•3 months ago
|
Mentor: drobertson
Priority: -- → P5
Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → motaouak10
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 months ago
|
||
Just added a quick patch to this.
Pushed by drobertson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/16614b05f1af
Change axis locking mode enum to enum class r=dlrobertson
Comment 4•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•