Closed
Bug 1499182
Opened 6 years ago
Closed 6 years ago
Use enum values for Android role class names
Categories
(Core :: Disability Access APIs, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
Attachments
(1 file)
There are only about 15 class names we ever use. It would be good to establish an enum with the different classes instead of full strings. This is both storage efficient, and allows us to do non-string comparisons in the future if we will need that.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/222a23f1044a
Make Android role class names enums. r=jchen,Jamie
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
Flags: qe-verify-
Comment 4•6 years ago
|
||
https://hg.mozilla.org/projects/larch/rev/222a23f1044ac44b3c2defb9b816bb80b90fd0b6
Bug 1499182 - Make Android role class names enums. r=jchen,Jamie
You need to log in
before you can comment on or make changes to this bug.
Description
•