Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Issue 1267563003: [Chromecast] Add explicit task_runner in CMA test (Closed)

Created:
5 years, 4 months ago by cleichner
Modified:
5 years, 4 months ago
CC:
chromium-reviews, gunsch+watch_chromium.org, lcwu+watch_chromium.org, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Use BindToCurrentLoop in CMA test Without this the callback posts tasks on whatever thread it's callback was originally called on, which can cause it to not respect the CMA pipeline's threading assumptions. Committed: https://crrev.com/9104732746ce7dd18dee6308581e8e7327bb99f1 Cr-Commit-Position: refs/heads/master@{#341043}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : use BindToCurrentLoop #

Patch Set 4 : Remove spurious changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -6 lines) Patch
M chromecast/media/cma/test/media_component_device_feeder_for_test.cc View 1 2 3 3 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 26 (9 generated)
cleichner
5 years, 4 months ago (2015-07-29 20:57:14 UTC) #2
kmackay
Assuming Feed() is always called on the correct thread, you can just use media::BindToCurrentLoop() for ...
5 years, 4 months ago (2015-07-29 21:09:20 UTC) #3
cleichner
5 years, 4 months ago (2015-07-29 22:51:32 UTC) #4
cleichner
On 2015/07/29 22:51:32, cleichner wrote: Done
5 years, 4 months ago (2015-07-29 22:51:40 UTC) #5
kmackay
lgtm
5 years, 4 months ago (2015-07-29 22:53:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1267563003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1267563003/60001
5 years, 4 months ago (2015-07-29 22:54:50 UTC) #8
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 4 months ago (2015-07-29 22:54:53 UTC) #10
cleichner
5 years, 4 months ago (2015-07-29 22:56:09 UTC) #12
halliwell
On 2015/07/29 22:56:09, cleichner wrote: Is there a bug link for this? And could you ...
5 years, 4 months ago (2015-07-30 00:15:05 UTC) #16
cleichner
On 2015/07/30 00:15:05, halliwell wrote: > On 2015/07/29 22:56:09, cleichner wrote: > > Is there ...
5 years, 4 months ago (2015-07-30 00:41:35 UTC) #17
cleichner
On 2015/07/30 00:15:05, halliwell wrote: > On 2015/07/29 22:56:09, cleichner wrote: > > Is there ...
5 years, 4 months ago (2015-07-30 00:41:35 UTC) #18
lcwu1
lgtm
5 years, 4 months ago (2015-07-30 00:52:35 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1267563003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1267563003/60001
5 years, 4 months ago (2015-07-30 00:55:31 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 4 months ago (2015-07-30 02:15:18 UTC) #23
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/9104732746ce7dd18dee6308581e8e7327bb99f1 Cr-Commit-Position: refs/heads/master@{#341043}
5 years, 4 months ago (2015-07-30 02:15:50 UTC) #24
halliwell
On 2015/07/30 00:41:35, cleichner wrote: > On 2015/07/30 00:15:05, halliwell wrote: > > On 2015/07/29 ...
5 years, 4 months ago (2015-07-30 02:37:33 UTC) #25
cleichner
5 years, 4 months ago (2015-07-30 18:43:49 UTC) #26
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1254223003/ by cleichner@chromium.org.

The reason for reverting is: This was actually necessary because of a bug in
which I incorrectly used weak_ptr in the internal change. That problem was
caught in code review so this is no longer necessary..

Powered by Google App Engine
This is Rietveld 408576698