Closed
Bug 1345680
Opened 8 years ago
Closed 8 years ago
Add Add ToString(MediaKeySessionType)
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(2 files)
We have code to convert MediaKeySessionType enum values into strings which would be simpler and clearer if refactored into a helper ToString(MediaKeySessionType) function.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8845189 [details]
Bug 1345680 - Add ToString(MediaKeySessionType) functions.
https://reviewboard.mozilla.org/r/118374/#review120248
Attachment #8845189 -
Flags: review?(jwwang) → review+
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8845190 [details]
Bug 1345680 - Use ToString(MediaKeySessionType) in EME code.
https://reviewboard.mozilla.org/r/118376/#review120250
Attachment #8845190 -
Flags: review?(jwwang) → review+
Pushed by cpearce@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d2060495c987
Add ToString(MediaKeySessionType) functions. r=jwwang
https://hg.mozilla.org/integration/autoland/rev/9ae4ade25a94
Use ToString(MediaKeySessionType) in EME code. r=jwwang
Comment 6•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d2060495c987
https://hg.mozilla.org/mozilla-central/rev/9ae4ade25a94
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•