Closed
Bug 1316221
Opened 8 years ago
Closed 8 years ago
Make sure we shut down VideoBridge correctly.
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
References
Details
Attachments
(3 files)
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Looks like I forgot to actually close this, leak tracker caught it.
Attachment #8808897 -
Flags: review?(dvander)
Comment on attachment 8808897 [details] [diff] [review]
shutdown-video-bridge
Review of attachment 8808897 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/layers/ipc/VideoBridgeChild.cpp
@@ +34,5 @@
>
> }
>
> VideoBridgeChild::VideoBridgeChild()
> + : mIPDLSelfRef(this)
It's better to do this in Startup().
Attachment #8808897 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8809262 -
Flags: review?(dvander)
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8809263 -
Flags: review?(dvander)
Attachment #8809262 -
Flags: review?(dvander) → review+
Attachment #8809263 -
Flags: review?(dvander) → review+
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/46ce017b754c
Make sure we call Close on VideoBridgeChild before shutting down. r=dvander
https://hg.mozilla.org/integration/mozilla-inbound/rev/474aa8db3223
Force VideoBridge shutdown to happen before the compositor thread is destroyed. r=dvander
https://hg.mozilla.org/integration/mozilla-inbound/rev/51c6779de012
Null check mDecoder in RecvShutdown. r=dvander
Comment 5•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/46ce017b754c
https://hg.mozilla.org/mozilla-central/rev/474aa8db3223
https://hg.mozilla.org/mozilla-central/rev/51c6779de012
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•