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

Issue 824733002: Support for defered media load to cast_content_render_client. (Closed)

Created:
6 years ago by derekjchow1
Modified:
6 years ago
Reviewers:
gunsch
CC:
chromium-reviews, gunsch+watch_chromium.org, lcwu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support for defered media load to cast_content_render_client. Adds cast_media_load_dererrer to prevent unwanted media from being played in web_contents that are not currently visible. R=gunsch@chromium.org BUG= Committed: https://crrev.com/d355ff75f2eb9129cb06e160c5beb1590d7d0ee3 Cr-Commit-Position: refs/heads/master@{#309471}

Patch Set 1 #

Patch Set 2 : Remove render_process_observer (it snuck in). #

Total comments: 6

Patch Set 3 : Nit fixes. #

Patch Set 4 : Rebase #

Patch Set 5 : New metrics. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -0 lines) Patch
M chromecast/base/metrics/cast_metrics_helper.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chromecast/base/metrics/cast_metrics_helper.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M chromecast/chromecast.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chromecast/renderer/cast_content_renderer_client.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chromecast/renderer/cast_content_renderer_client.cc View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
A chromecast/renderer/cast_media_load_deferrer.h View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A chromecast/renderer/cast_media_load_deferrer.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
derekjchow1
6 years ago (2014-12-22 18:03:29 UTC) #1
gunsch
lgtm % nits https://codereview.chromium.org/824733002/diff/20001/chromecast/renderer/cast_media_load_deferrer.cc File chromecast/renderer/cast_media_load_deferrer.cc (right): https://codereview.chromium.org/824733002/diff/20001/chromecast/renderer/cast_media_load_deferrer.cc#newcode15 chromecast/renderer/cast_media_load_deferrer.cc:15: : RenderFrameObserver(render_frame), does this compile? doesn't ...
6 years ago (2014-12-22 18:25:33 UTC) #2
derekjchow1
https://codereview.chromium.org/824733002/diff/20001/chromecast/renderer/cast_media_load_deferrer.cc File chromecast/renderer/cast_media_load_deferrer.cc (right): https://codereview.chromium.org/824733002/diff/20001/chromecast/renderer/cast_media_load_deferrer.cc#newcode15 chromecast/renderer/cast_media_load_deferrer.cc:15: : RenderFrameObserver(render_frame), On 2014/12/22 18:25:33, gunsch wrote: > does ...
6 years ago (2014-12-22 18:34:58 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/824733002/40001
6 years ago (2014-12-22 18:36:03 UTC) #5
commit-bot: I haz the power
Failed to apply patch for chromecast/renderer/cast_content_renderer_client.cc: While running git apply --index -3 -p1; error: patch ...
6 years ago (2014-12-22 20:42:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/824733002/60001
6 years ago (2014-12-22 21:36:22 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years ago (2014-12-22 22:14:02 UTC) #11
commit-bot: I haz the power
6 years ago (2014-12-22 22:15:24 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d355ff75f2eb9129cb06e160c5beb1590d7d0ee3
Cr-Commit-Position: refs/heads/master@{#309471}

Powered by Google App Engine
This is Rietveld 408576698