Closed
Bug 1307022
Opened 8 years ago
Closed 8 years ago
Move some code from MDSM::OnAudioDecoded/OnVideoDecoded/OnNotDecoded to state objects
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(5 files)
58 bytes,
text/x-review-board-request
|
kaku
:
review+
|
Details |
58 bytes,
text/x-review-board-request
|
kaku
:
review+
|
Details |
58 bytes,
text/x-review-board-request
|
kaku
:
review+
|
Details |
58 bytes,
text/x-review-board-request
|
kaku
:
review+
|
Details |
58 bytes,
text/x-review-board-request
|
kaku
:
review+
|
Details |
No description provided.
Assignee | ||
Updated•8 years ago
|
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8797370 -
Flags: review?(kaku)
Attachment #8797371 -
Flags: review?(kaku)
Attachment #8797372 -
Flags: review?(kaku)
Attachment #8797373 -
Flags: review?(kaku)
Attachment #8797374 -
Flags: review?(kaku)
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8797370 [details]
Bug 1307022. Part 1 - Use raw pointers to avoid unnecessary ref-counting.
https://reviewboard.mozilla.org/r/82962/#review81694
Attachment #8797370 -
Flags: review?(kaku) → review+
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8797371 [details]
Bug 1307022. Part 2 - move some code from OnAudioDecoded() to various state objects.
https://reviewboard.mozilla.org/r/82964/#review81696
Attachment #8797371 -
Flags: review?(kaku) → review+
Comment 8•8 years ago
|
||
mozreview-review |
Comment on attachment 8797372 [details]
Bug 1307022. Part 3 - Use raw pointers to avoid unnecessary ref-counting.
https://reviewboard.mozilla.org/r/82966/#review81698
Attachment #8797372 -
Flags: review?(kaku) → review+
Comment 9•8 years ago
|
||
mozreview-review |
Comment on attachment 8797373 [details]
Bug 1307022. Part 4 - move some code from OnVideoDecoded() to various state objects.
https://reviewboard.mozilla.org/r/82968/#review81700
Attachment #8797373 -
Flags: review?(kaku) → review+
Comment 10•8 years ago
|
||
mozreview-review |
Comment on attachment 8797374 [details]
Bug 1307022. Part 5 - move some code from OnNotDecoded() to various state objects.
https://reviewboard.mozilla.org/r/82970/#review81702
Attachment #8797374 -
Flags: review?(kaku) → review+
Assignee | ||
Comment 11•8 years ago
|
||
Thanks!
Comment 12•8 years ago
|
||
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2a1edf61eb2b
Part 1 - Use raw pointers to avoid unnecessary ref-counting. r=kaku
https://hg.mozilla.org/integration/autoland/rev/8b54936366ea
Part 2 - move some code from OnAudioDecoded() to various state objects. r=kaku
https://hg.mozilla.org/integration/autoland/rev/4e654ea0dfa6
Part 3 - Use raw pointers to avoid unnecessary ref-counting. r=kaku
https://hg.mozilla.org/integration/autoland/rev/e145b5d95343
Part 4 - move some code from OnVideoDecoded() to various state objects. r=kaku
https://hg.mozilla.org/integration/autoland/rev/1ebe25b02ffe
Part 5 - move some code from OnNotDecoded() to various state objects. r=kaku
Comment 13•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2a1edf61eb2b
https://hg.mozilla.org/mozilla-central/rev/8b54936366ea
https://hg.mozilla.org/mozilla-central/rev/4e654ea0dfa6
https://hg.mozilla.org/mozilla-central/rev/e145b5d95343
https://hg.mozilla.org/mozilla-central/rev/1ebe25b02ffe
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•