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

Issue 313273002: Video Player: Supports multiple files (Closed)

Created:
6 years, 6 months ago by yoshiki
Modified:
6 years, 6 months ago
Reviewers:
mtomasz
CC:
chromium-reviews, nkostylev+watch_chromium.org, yoshiki+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Video Player: Supports multiple files This patch adds a support of opening multiple files to Video Player. Previously, the player can open only a single file. This patch does: * Remove file-tasks filter which removes VideoPlayer on opening a single file. * Add left/right arrows which can switches to prev/next video. - Arrows are hidden when opening a single file. - Left (or right) arrow are hidden when playing the first (or last) file. BUG=355545 TEST=manual R=mtomasz@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275432

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed the comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -58 lines) Patch
M chrome/browser/chromeos/file_manager/file_tasks.cc View 2 chunks +0 lines, -43 lines 0 comments Download
A ui/file_manager/video_player/css/arrow_box.css View 1 1 chunk +55 lines, -0 lines 0 comments Download
A + ui/file_manager/video_player/images/100/arrow_left.png View Binary file 0 comments Download
A + ui/file_manager/video_player/images/100/arrow_right.png View Binary file 0 comments Download
A + ui/file_manager/video_player/images/200/arrow_left.png View Binary file 0 comments Download
A + ui/file_manager/video_player/images/200/arrow_right.png View Binary file 0 comments Download
M ui/file_manager/video_player/js/video_player.js View 1 10 chunks +75 lines, -15 lines 0 comments Download
M ui/file_manager/video_player/video_player.html View 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
yoshiki
@mtomasz: PTAL. Thanks
6 years, 6 months ago (2014-06-05 14:46:55 UTC) #1
mtomasz
Please add descriptions to CLs and briefly explain what this CL does. It makes it ...
6 years, 6 months ago (2014-06-06 00:24:07 UTC) #2
yoshiki
On 2014/06/06 00:24:07, mtomasz wrote: > Please add descriptions to CLs and briefly explain what ...
6 years, 6 months ago (2014-06-06 02:51:02 UTC) #3
mtomasz
lgtm with nits https://codereview.chromium.org/313273002/diff/70001/ui/file_manager/video_player/css/arrow_box.css File ui/file_manager/video_player/css/arrow_box.css (right): https://codereview.chromium.org/313273002/diff/70001/ui/file_manager/video_player/css/arrow_box.css#newcode17 ui/file_manager/video_player/css/arrow_box.css:17: opacity: 0; Why not (1) visibility: ...
6 years, 6 months ago (2014-06-06 03:41:44 UTC) #4
yoshiki
Thanks! https://codereview.chromium.org/313273002/diff/70001/ui/file_manager/video_player/css/arrow_box.css File ui/file_manager/video_player/css/arrow_box.css (right): https://codereview.chromium.org/313273002/diff/70001/ui/file_manager/video_player/css/arrow_box.css#newcode17 ui/file_manager/video_player/css/arrow_box.css:17: opacity: 0; On 2014/06/06 03:41:43, mtomasz wrote: > ...
6 years, 6 months ago (2014-06-06 08:02:23 UTC) #5
yoshiki
The CQ bit was checked by yoshiki@chromium.org
6 years, 6 months ago (2014-06-06 08:02:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/313273002/110001
6 years, 6 months ago (2014-06-06 08:03:12 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 11:18:12 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 12:19:55 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/39217)
6 years, 6 months ago (2014-06-06 12:19:56 UTC) #10
yoshiki
6 years, 6 months ago (2014-06-06 13:52:43 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 manually as r275432 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698