Closed
Bug 1415438
Opened 8 years ago
Closed 8 years ago
Move mReopenOnError from ChannelMediaResource to ChannelMediaResource::Listener
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
http://searchfox.org/mozilla-central/rev/ed212c79cfe86357e9a5740082b9364e7f6e526f/dom/media/ChannelMediaResource.cpp#727-729
mReopenOnError is a flag to reopen the channel when resume fails. It makes more sense to associate this member with the channel we are resuming.
Updated•8 years ago
|
Priority: -- → P3
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8927117 -
Flags: review?(bechen)
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8927117 [details]
Bug 1415438 - move mReopenOnError from ChannelMediaResource to ChannelMediaResource::Listener.
https://reviewboard.mozilla.org/r/198336/#review203572
Attachment #8927117 -
Flags: review?(bechen) → review+
| Assignee | ||
Updated•8 years ago
|
Attachment #8927117 -
Flags: review?(gsquelart)
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8927117 [details]
Bug 1415438 - move mReopenOnError from ChannelMediaResource to ChannelMediaResource::Listener.
https://reviewboard.mozilla.org/r/198336/#review203596
Attachment #8927117 -
Flags: review?(gsquelart) → review+
| Assignee | ||
Comment 4•8 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a0bfda215869
move mReopenOnError from ChannelMediaResource to ChannelMediaResource::Listener. r=bechen,gerald
Comment 6•8 years ago
|
||
| bugherder | ||
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
•