Closed Bug 1687318 Opened 3 years ago Closed 3 years ago

Change FileFlag to a enum class

Categories

(Core :: Storage: Quota Manager, task)

task

Tracking

()

RESOLVED FIXED
89 Branch
Tracking Status
firefox89 --- fixed

People

(Reporter: sg, Assigned: camperdue42)

References

(Blocks 1 open bug)

Details

(Keywords: good-first-bug)

Attachments

(1 file)

FileFlag (https://searchfox.org/mozilla-central/rev/dac45cc7020dfddbcc937827810dd11550c07dc3/dom/quota/ActorsParent.cpp#2427) currently is a non-scoped enum type. Modern C++ prefers the use of a scoped enum class. FileFlag and the uses of its enum values should be change to make use of that.

Assignee: nobody → camperdue42
Status: NEW → ASSIGNED
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/52ad8ad061ae
Changed unscoped enum FileFlag to scoped enum class. r=sg
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: