Closed
Bug 1403832
Opened 8 years ago
Closed 8 years ago
Replace Error.Code() with Error.ErrorName() for the debug message
Categories
(Core :: Audio/Video: Playback, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
Details
Attachments
(2 files)
The follow up bug from bug 1402206.
Use ErrorName() could better know the error detailed.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8913074 [details]
Bug 1403832 - part1 : replace Error.Code() with Error.ErrorName().
https://reviewboard.mozilla.org/r/184482/#review189794
::: commit-message-70158:3
(Diff revision 1)
> +Bug 1403832 - part1 : replace Error.Code() with Error.ErrorName().
> +
> +Use ErrorName() could better know the error detailed.
"Use ErrorName() as it provides more useful information for the error detail"
Attachment #8913074 -
Flags: review?(jyavenard) → review+
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8913075 [details]
Bug 1403832 - part2 : reuse ErrorName() in MediaResult::Description().
https://reviewboard.mozilla.org/r/184484/#review189796
Attachment #8913075 -
Flags: review?(jyavenard) → review+
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/89061adfacb3
part1 : replace Error.Code() with Error.ErrorName(). r=jya
https://hg.mozilla.org/integration/autoland/rev/30d8969e3ec6
part2 : reuse ErrorName() in MediaResult::Description(). r=jya
Comment 9•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/89061adfacb3
https://hg.mozilla.org/mozilla-central/rev/30d8969e3ec6
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•