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

Issue 1142513004: Chromecast: MessageLoopProxy cleanup --> SingleThreadTaskRunner. (Closed)

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

Description

Chromecast: MessageLoopProxy cleanup --> SingleThreadTaskRunner. R=lcwu@chromium.org BUG=391045 Committed: https://crrev.com/48c25c15f0c882cac698bf06759a270a3f2d3b5c Cr-Commit-Position: refs/heads/master@{#330578}

Patch Set 1 #

Total comments: 16

Patch Set 2 : review comments #

Patch Set 3 : fix compile failure introduced in review comments #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -292 lines) Patch
M chromecast/base/metrics/cast_metrics_helper.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/base/metrics/cast_metrics_helper.cc View 5 chunks +12 lines, -12 lines 0 comments Download
M chromecast/browser/android/cast_window_android.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/browser/cast_browser_main_parts.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chromecast/browser/media/cast_browser_cdm_factory.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M chromecast/browser/media/cma_message_filter_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/browser/media/cma_message_loop.h View 1 2 chunks +0 lines, -3 lines 0 comments Download
M chromecast/browser/media/cma_message_loop.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chromecast/browser/metrics/cast_metrics_service_client.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/browser/metrics/cast_metrics_service_client.cc View 1 3 chunks +6 lines, -7 lines 0 comments Download
M chromecast/media/cdm/browser_cdm_cast.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/media/cdm/browser_cdm_cast.cc View 1 2 chunks +8 lines, -10 lines 0 comments Download
M chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc View 3 chunks +14 lines, -17 lines 0 comments Download
M chromecast/media/cma/backend/media_pipeline_device_fake.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chromecast/media/cma/base/balanced_media_task_runner_unittest.cc View 4 chunks +8 lines, -9 lines 0 comments Download
M chromecast/media/cma/base/buffering_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/filters/cma_renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/filters/cma_renderer.cc View 3 chunks +6 lines, -11 lines 0 comments Download
M chromecast/media/cma/filters/demuxer_stream_adapter_unittest.cc View 3 chunks +7 lines, -9 lines 0 comments Download
M chromecast/media/cma/ipc/media_message_fifo.cc View 2 chunks +11 lines, -10 lines 0 comments Download
M chromecast/media/cma/ipc/media_message_fifo_unittest.cc View 2 chunks +9 lines, -18 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/av_streamer_proxy.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/av_streamer_unittest.cc View 3 chunks +8 lines, -9 lines 0 comments Download
M chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chromecast/media/cma/pipeline/av_pipeline_impl.cc View 5 chunks +9 lines, -11 lines 0 comments Download
M chromecast/media/cma/pipeline/media_pipeline_impl.cc View 4 chunks +8 lines, -10 lines 0 comments Download
M chromecast/media/cma/test/frame_segmenter_for_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chromecast/media/cma/test/media_component_device_feeder_for_test.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chromecast/media/cma/test/mock_frame_consumer.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M chromecast/media/cma/test/mock_frame_provider.cc View 2 chunks +7 lines, -8 lines 0 comments Download
M chromecast/net/connectivity_checker.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/net/connectivity_checker.cc View 1 2 3 4 chunks +14 lines, -14 lines 0 comments Download
M chromecast/renderer/cast_content_renderer_client.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chromecast/renderer/media/audio_pipeline_proxy.h View 3 chunks +4 lines, -5 lines 0 comments Download
M chromecast/renderer/media/audio_pipeline_proxy.cc View 2 chunks +9 lines, -11 lines 0 comments Download
M chromecast/renderer/media/cma_message_filter_proxy.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/renderer/media/cma_message_filter_proxy.cc View 7 chunks +10 lines, -11 lines 0 comments Download
M chromecast/renderer/media/cma_renderer_unittest.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M chromecast/renderer/media/media_pipeline_proxy.h View 3 chunks +5 lines, -6 lines 0 comments Download
M chromecast/renderer/media/media_pipeline_proxy.cc View 2 chunks +17 lines, -21 lines 0 comments Download
M chromecast/renderer/media/video_pipeline_proxy.h View 3 chunks +4 lines, -5 lines 0 comments Download
M chromecast/renderer/media/video_pipeline_proxy.cc View 2 chunks +9 lines, -11 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
gunsch
5 years, 7 months ago (2015-05-18 20:33:32 UTC) #1
lcwu1
https://codereview.chromium.org/1142513004/diff/1/chromecast/browser/media/cma_message_loop.h File chromecast/browser/media/cma_message_loop.h (right): https://codereview.chromium.org/1142513004/diff/1/chromecast/browser/media/cma_message_loop.h#newcode13 chromecast/browser/media/cma_message_loop.h:13: class SingleThreadTaskRunner; Redundant declaration. https://codereview.chromium.org/1142513004/diff/1/chromecast/browser/metrics/cast_metrics_service_client.h File chromecast/browser/metrics/cast_metrics_service_client.h (right): https://codereview.chromium.org/1142513004/diff/1/chromecast/browser/metrics/cast_metrics_service_client.h#newcode95 ...
5 years, 7 months ago (2015-05-19 01:45:38 UTC) #2
gunsch
Thanks for review. I probably could have noted when mailing this out that the CL ...
5 years, 7 months ago (2015-05-19 03:01:58 UTC) #3
lcwu1
lgtm
5 years, 7 months ago (2015-05-19 16:10:16 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1142513004/20001
5 years, 7 months ago (2015-05-19 16:31:18 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/12133)
5 years, 7 months ago (2015-05-19 16:54:28 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1142513004/40001
5 years, 7 months ago (2015-05-19 18:34:27 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/54480) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 7 months ago (2015-05-19 18:41:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1142513004/60001
5 years, 7 months ago (2015-05-19 18:44:50 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 7 months ago (2015-05-19 18:57:02 UTC) #17
commit-bot: I haz the power
5 years, 7 months ago (2015-05-19 18:58:12 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/48c25c15f0c882cac698bf06759a270a3f2d3b5c
Cr-Commit-Position: refs/heads/master@{#330578}

Powered by Google App Engine
This is Rietveld 408576698