Closed
Bug 1622651
Opened 5 years ago
Closed 5 years ago
Convert EvalJSONResult from enum to enum class
Categories
(Core :: JavaScript Engine, enhancement, P5)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: arai, Assigned: thevr118, Mentored)
Details
Attachments
(1 file, 2 obsolete files)
enum EvalJSONResult { EvalJSON_Failure, EvalJSON_Success, EvalJSON_NotJSON };
Required code change:
- convert
EvalJSONResultfromenumtoenum class - Remove
EvalJSON_prefix from variants - fix the consumer of
EvalJSONResultto follow the change
You'll need basic knowledge of C++, and be able to build and test Firefox [1] or SpiderMonkey [2].
A skilled first-time contributor should be able to finish this in 2 weeks. Leave comments / questions here.
[1] https://developer.mozilla.org/en-US/docs/Simple_Firefox_build
[2] https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Build_Documentation
Attachment #9134308 -
Attachment is obsolete: true
Attachment #9134308 -
Attachment is patch: false
Updated•5 years ago
|
Assignee: nobody → thevr118
Status: NEW → ASSIGNED
Attachment #9134309 -
Attachment is obsolete: true
Attachment #9134309 -
Attachment is patch: false
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4f16fe418e32
Convert EvalJSONResult from enum to enum class. r=arai
Comment 5•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•