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 412813002: Video Player: Support casting a video (Closed)

Created:
6 years, 5 months ago by yoshiki
Modified:
6 years, 5 months ago
Reviewers:
hirono
CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yoshiki+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Video Player: Support casting a video This patch adds the feature to controls a video on Chromecast using CastVideoElement and Cast Extension. BUG=305511 TEST=List of casts is shown R=hirono@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285170

Patch Set 1 #

Total comments: 34

Patch Set 2 : addressed the comments #

Total comments: 2

Patch Set 3 : addressed the comments #

Total comments: 2

Patch Set 4 : addressed the comments #

Total comments: 4

Patch Set 5 : addressed the comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+261 lines, -38 lines) Patch
M ui/file_manager/video_player/js/cast/cast_video_element.js View 1 2 6 chunks +204 lines, -20 lines 0 comments Download
M ui/file_manager/video_player/js/video_player.js View 1 2 3 4 3 chunks +57 lines, -18 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
yoshiki
@hirono, PTAL. Thanks.
6 years, 5 months ago (2014-07-23 16:49:02 UTC) #1
hirono
https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/cast/cast_video_element.js File ui/file_manager/video_player/js/cast/cast_video_element.js (right): https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/cast/cast_video_element.js#newcode7 ui/file_manager/video_player/js/cast/cast_video_element.js:7: // Inverval for updating media info (in ms). nit: ...
6 years, 5 months ago (2014-07-24 02:12:37 UTC) #2
yoshiki
@hirono, PTAL again? https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/cast/cast_video_element.js File ui/file_manager/video_player/js/cast/cast_video_element.js (right): https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/cast/cast_video_element.js#newcode7 ui/file_manager/video_player/js/cast/cast_video_element.js:7: // Inverval for updating media info ...
6 years, 5 months ago (2014-07-24 02:57:32 UTC) #3
hirono
https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/cast/cast_video_element.js File ui/file_manager/video_player/js/cast/cast_video_element.js (right): https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/cast/cast_video_element.js#newcode45 ui/file_manager/video_player/js/cast/cast_video_element.js:45: * @type {number} On 2014/07/24 02:57:31, yoshiki wrote: > ...
6 years, 5 months ago (2014-07-24 03:42:50 UTC) #4
yoshiki
@hirono, PATL. Thanks. https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/cast/cast_video_element.js File ui/file_manager/video_player/js/cast/cast_video_element.js (right): https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/cast/cast_video_element.js#newcode45 ui/file_manager/video_player/js/cast/cast_video_element.js:45: * @type {number} On 2014/07/24 03:42:49, ...
6 years, 5 months ago (2014-07-24 05:19:00 UTC) #5
hirono
https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/video_player.js File ui/file_manager/video_player/js/video_player.js (right): https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/video_player.js#newcode280 ui/file_manager/video_player/js/video_player.js:280: videoElementInitializePromise = new Promise(function(fulfill, reject) { On 2014/07/24 05:19:00, ...
6 years, 5 months ago (2014-07-24 05:46:09 UTC) #6
yoshiki
@hirono, PTAL again? https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/video_player.js File ui/file_manager/video_player/js/video_player.js (right): https://codereview.chromium.org/412813002/diff/20001/ui/file_manager/video_player/js/video_player.js#newcode280 ui/file_manager/video_player/js/video_player.js:280: videoElementInitializePromise = new Promise(function(fulfill, reject) { ...
6 years, 5 months ago (2014-07-24 06:03:22 UTC) #7
hirono
https://codereview.chromium.org/412813002/diff/100001/ui/file_manager/video_player/js/video_player.js File ui/file_manager/video_player/js/video_player.js (right): https://codereview.chromium.org/412813002/diff/100001/ui/file_manager/video_player/js/video_player.js#newcode311 ui/file_manager/video_player/js/video_player.js:311: }.wrap(this), reject, undefined, this.currentCast_.label); This is the last. Could ...
6 years, 5 months ago (2014-07-24 06:10:38 UTC) #8
yoshiki
https://codereview.chromium.org/412813002/diff/100001/ui/file_manager/video_player/js/video_player.js File ui/file_manager/video_player/js/video_player.js (right): https://codereview.chromium.org/412813002/diff/100001/ui/file_manager/video_player/js/video_player.js#newcode311 ui/file_manager/video_player/js/video_player.js:311: }.wrap(this), reject, undefined, this.currentCast_.label); On 2014/07/24 06:10:38, hirono wrote: ...
6 years, 5 months ago (2014-07-24 06:16:52 UTC) #9
hirono
https://codereview.chromium.org/412813002/diff/100001/ui/file_manager/video_player/js/video_player.js File ui/file_manager/video_player/js/video_player.js (right): https://codereview.chromium.org/412813002/diff/100001/ui/file_manager/video_player/js/video_player.js#newcode311 ui/file_manager/video_player/js/video_player.js:311: }.wrap(this), reject, undefined, this.currentCast_.label); On 2014/07/24 06:16:52, yoshiki wrote: ...
6 years, 5 months ago (2014-07-24 06:35:55 UTC) #10
yoshiki
PTAL https://codereview.chromium.org/412813002/diff/100001/ui/file_manager/video_player/js/video_player.js File ui/file_manager/video_player/js/video_player.js (right): https://codereview.chromium.org/412813002/diff/100001/ui/file_manager/video_player/js/video_player.js#newcode311 ui/file_manager/video_player/js/video_player.js:311: }.wrap(this), reject, undefined, this.currentCast_.label); On 2014/07/24 06:35:55, hirono ...
6 years, 5 months ago (2014-07-24 08:35:54 UTC) #11
hirono
Thanks! LGTM
6 years, 5 months ago (2014-07-24 08:44:48 UTC) #12
yoshiki
The CQ bit was checked by yoshiki@chromium.org
6 years, 5 months ago (2014-07-24 08:48:33 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/412813002/120001
6 years, 5 months ago (2014-07-24 08:49:37 UTC) #14
yoshiki
6 years, 5 months ago (2014-07-24 10:38:13 UTC) #15
Message was sent while issue was closed.
Committed patchset #5 manually as r285170 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698