Closed
Bug 1395842
Opened 6 years ago
Closed 6 years ago
Tighten up assertions in ChannelSuspendAgent
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
ChannelSuspendAgent is used on the main thread only and mSuspendCount doesn't need to be a atomic [1]. [1] http://searchfox.org/mozilla-central/rev/51b3d67a5ec1758bd2fe7d7b6e75ad6b6b5da223/dom/media/MediaResource.h#402
Assignee | ||
Updated•6 years ago
|
Comment hidden (mozreview-request) |
Assignee | ||
Updated•6 years ago
|
Attachment #8904821 -
Flags: review?(alwu)
Comment 2•6 years ago
|
||
mozreview-review |
Comment on attachment 8904821 [details] Bug 1395842 - tighten up assertions in ChannelSuspendAgent which runs on the main thread only. https://reviewboard.mozilla.org/r/176582/#review181636
Attachment #8904821 -
Flags: review?(alwu) → review+
Assignee | ||
Comment 3•6 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a2a1ce612e91 tighten up assertions in ChannelSuspendAgent which runs on the main thread only. r=alwu
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a2a1ce612e91
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•