Closed
Bug 1680751
Opened 4 years ago
Closed 4 years ago
Change KeyPathType to an enum class
Categories
(Core :: Storage: IndexedDB, task)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: sg, Assigned: dtfranken)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
KeyPathType
(https://searchfox.org/mozilla-central/rev/6bb59b783b193f06d6744c5ccaac69a992e9ee7b/dom/indexedDB/KeyPath.h#32) should be changed to be an enum class (scoped enum) rather than an unscoped enum, and the naming of the enum values be adjusted according to https://firefox-source-docs.mozilla.org/dom/workersAndStorage/CodeStyle.html#enums
Reporter | ||
Updated•4 years ago
|
Component: General → Storage: IndexedDB
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → dtfranken
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Hi, I'd like to take this as my first bug. I've just submitted a patch - I hope I specified the right review group.
Pushed by bugmail@asutherland.org:
https://hg.mozilla.org/integration/autoland/rev/c169fde425b2
Change KeyPathType to an enum class. r=ttung,dom-storage-reviewers,asuth
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•