Closed
Bug 1425608
Opened 8 years ago
Closed 8 years ago
Don't dispatch task in AutoTaskQueue to destroy its TaskQueue
Categories
(Core :: Audio/Video: Playback, enhancement)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: jya, Assigned: jya)
Details
Attachments
(1 file)
TaskQueue no longer requires to be created or deleted on the main thread.
It is no longer necessary to dispatch a task on the main thread to shut it down.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8937209 [details]
Bug 1425608 - Don't delete AutoTaskQueue::mTaskQueue on the main thread.
https://reviewboard.mozilla.org/r/207926/#review213778
::: commit-message-33588:1
(Diff revision 1)
> +Bug 1425608: Don't delete AutoTaskQueue::mTaskQueue on the main thread. r?gerald
Don't you mean "Only delete..."?
Attachment #8937209 -
Flags: review?(gsquelart) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8937209 [details]
Bug 1425608 - Don't delete AutoTaskQueue::mTaskQueue on the main thread.
https://reviewboard.mozilla.org/r/207926/#review213784
::: commit-message-33588:1
(Diff revision 1)
> +Bug 1425608: Don't delete AutoTaskQueue::mTaskQueue on the main thread. r?gerald
no no... don't delete the member on the main thread as what is happening now.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Summary: Don't dispatch task in AutoTaskQueue to detroy its TaskQueue → Don't dispatch task in AutoTaskQueue to destroy its TaskQueue
Pushed by jyavenard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c7b126878814
Don't delete AutoTaskQueue::mTaskQueue on the main thread. r=gerald
Comment 7•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•