Closed
Bug 1621341
Opened 6 years ago
Closed 6 years ago
Remove flags parameter from ReportError APIs
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
I think there is only very few places after bug 1620583, that don't pass JSREPORT_ERROR to the various ReportErrorXXX APIs. Mostly just JSREPORT_WARNING, which should use a separate API, so that we can further split error and warning reporting.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → evilpies
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Depends on D66326
Updated•6 years ago
|
Priority: -- → P1
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/48c37fc6c779
Replace ReportValueErrorFlags with ReportValueError. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/17e828c47f0e
Replace JS_ReportErrorFlagsXXX calls using JSREPORT_ERROR. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/d4c4c027ba53
Remove JS_ReportErrorFlags and introduce new internal WarnNumber API. r=tcampbell
| Assignee | ||
Updated•6 years ago
|
Keywords: leave-open
| Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
| bugherder | ||
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/4d8d735099bc
Remove flags from ReportCompileWarning. r=arai
| Assignee | ||
Updated•6 years ago
|
Keywords: leave-open
Comment 8•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 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
•