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

Issue 144883002: [Files.app] Initial implementation of new audio player (Closed)

Created:
6 years, 11 months ago by yoshiki
Modified:
6 years, 10 months ago
Reviewers:
mtomasz, dgozman
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, arv+watch_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

[Files.app] Initial implementation of new audio player Implements the new audio player of Files.app. See the issue for detail. Although it has still room to implement and improve, but basically it works. BUG=273308 TEST=manually tested R=dgozman@chromium.org, mtomasz@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247833

Patch Set 1 #

Patch Set 2 : Separete the image files from this patch #

Total comments: 122

Patch Set 3 : Addressed comments #

Total comments: 46

Patch Set 4 : Addressed the comments #

Total comments: 4

Patch Set 5 : Addressed the comments #

Total comments: 2

Patch Set 6 : Fix the crash #

Patch Set 7 : Update the comments #

Patch Set 8 : rebase #

Total comments: 2

Patch Set 9 : Make the script/css files flattened. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2121 lines, -18 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player.html View 1 2 3 4 5 6 7 8 1 chunk +206 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player/css/audio_player.css View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player/elements/audio_player.js View 1 2 3 4 5 1 chunk +309 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player/elements/control_panel.css View 1 2 3 1 chunk +417 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player/elements/control_panel.js View 1 2 3 1 chunk +177 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player/elements/track_list.css View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player/elements/track_list.js View 1 2 3 1 chunk +177 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player/elements/volume_controller.css View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player/elements/volume_controller.js View 1 2 3 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player/js/audio_player.js View 1 2 3 4 5 1 chunk +420 lines, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/audio_player/js/audio_player_scripts.js View 1 2 3 4 5 6 7 8 1 chunk +49 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/background/js/background.js View 1 2 3 4 5 6 7 2 chunks +42 lines, -18 lines 0 comments Download
M chromeos/chromeos_switches.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/chromeos_switches.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
yoshiki
@mtomasz: Sorry for the very big patch, but could you take a first look? Please ...
6 years, 11 months ago (2014-01-23 01:52:59 UTC) #1
mtomasz
On 2014/01/23 01:52:59, yoshiki wrote: > @mtomasz: Sorry for the very big patch, but could ...
6 years, 11 months ago (2014-01-23 04:11:25 UTC) #2
yoshiki
On 2014/01/23 04:11:25, mtomasz wrote: > On 2014/01/23 01:52:59, yoshiki wrote: > > @mtomasz: Sorry ...
6 years, 11 months ago (2014-01-23 06:15:31 UTC) #3
mtomasz
Looks awesome! https://codereview.chromium.org/144883002/diff/60016/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/144883002/diff/60016/chrome/app/generated_resources.grd#newcode12099 chrome/app/generated_resources.grd:12099: + Use experimental new audio player instead ...
6 years, 11 months ago (2014-01-23 08:05:09 UTC) #4
yoshiki
@mtomasz: Thanks for reviewing huge code. PTAL? https://codereview.chromium.org/144883002/diff/60016/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/144883002/diff/60016/chrome/app/generated_resources.grd#newcode12099 chrome/app/generated_resources.grd:12099: + Use ...
6 years, 11 months ago (2014-01-24 15:34:18 UTC) #5
mtomasz
https://codereview.chromium.org/144883002/diff/60016/chrome/browser/resources/file_manager/audio_player.html File chrome/browser/resources/file_manager/audio_player.html (right): https://codereview.chromium.org/144883002/diff/60016/chrome/browser/resources/file_manager/audio_player.html#newcode15 chrome/browser/resources/file_manager/audio_player.html:15: href="foreground/images/media/audio_player.png"> On 2014/01/24 15:34:19, yoshiki wrote: > On 2014/01/23 ...
6 years, 11 months ago (2014-01-27 01:09:24 UTC) #6
yoshiki
@mtomasz: Thanks. PTAL https://codereview.chromium.org/144883002/diff/140004/chrome/browser/resources/file_manager/audio_player.html File chrome/browser/resources/file_manager/audio_player.html (right): https://codereview.chromium.org/144883002/diff/140004/chrome/browser/resources/file_manager/audio_player.html#newcode158 chrome/browser/resources/file_manager/audio_player.html:158: <!-- Playlist button in the bottom ...
6 years, 11 months ago (2014-01-27 07:12:07 UTC) #7
mtomasz
https://codereview.chromium.org/144883002/diff/140004/chrome/browser/resources/file_manager/audio_player/elements/control_panel.css File chrome/browser/resources/file_manager/audio_player/elements/control_panel.css (right): https://codereview.chromium.org/144883002/diff/140004/chrome/browser/resources/file_manager/audio_player/elements/control_panel.css#newcode397 chrome/browser/resources/file_manager/audio_player/elements/control_panel.css:397: left: 0; On 2014/01/27 07:12:08, yoshiki wrote: > On ...
6 years, 11 months ago (2014-01-27 09:43:39 UTC) #8
yoshiki
https://codereview.chromium.org/144883002/diff/140004/chrome/browser/resources/file_manager/audio_player/elements/control_panel.css File chrome/browser/resources/file_manager/audio_player/elements/control_panel.css (right): https://codereview.chromium.org/144883002/diff/140004/chrome/browser/resources/file_manager/audio_player/elements/control_panel.css#newcode397 chrome/browser/resources/file_manager/audio_player/elements/control_panel.css:397: left: 0; On 2014/01/27 09:43:39, mtomasz wrote: > On ...
6 years, 10 months ago (2014-01-28 05:57:55 UTC) #9
yoshiki
@mtomasz: PTAL
6 years, 10 months ago (2014-01-28 05:58:01 UTC) #10
mtomasz
On 2014/01/28 05:58:01, yoshiki wrote: > @mtomasz: PTAL Please try this: 1. open files app ...
6 years, 10 months ago (2014-01-28 06:09:30 UTC) #11
mtomasz
https://codereview.chromium.org/144883002/diff/140004/chrome/browser/resources/file_manager/audio_player/elements/control_panel.css File chrome/browser/resources/file_manager/audio_player/elements/control_panel.css (right): https://codereview.chromium.org/144883002/diff/140004/chrome/browser/resources/file_manager/audio_player/elements/control_panel.css#newcode397 chrome/browser/resources/file_manager/audio_player/elements/control_panel.css:397: left: 0; On 2014/01/28 05:57:56, yoshiki wrote: > On ...
6 years, 10 months ago (2014-01-28 06:09:45 UTC) #12
yoshiki
On 2014/01/28 06:09:30, mtomasz wrote: > On 2014/01/28 05:58:01, yoshiki wrote: > > @mtomasz: PTAL ...
6 years, 10 months ago (2014-01-28 08:31:29 UTC) #13
yoshiki
https://codereview.chromium.org/144883002/diff/450002/chrome/browser/resources/file_manager/background/js/background.js File chrome/browser/resources/file_manager/background/js/background.js (right): https://codereview.chromium.org/144883002/diff/450002/chrome/browser/resources/file_manager/background/js/background.js#newcode671 chrome/browser/resources/file_manager/background/js/background.js:671: // Stores closures to be executed after the initialization ...
6 years, 10 months ago (2014-01-28 08:31:41 UTC) #14
mtomasz
On 2014/01/28 08:31:29, yoshiki wrote: > On 2014/01/28 06:09:30, mtomasz wrote: > > On 2014/01/28 ...
6 years, 10 months ago (2014-01-28 08:35:32 UTC) #15
yoshiki
On 2014/01/28 08:35:32, mtomasz wrote: > On 2014/01/28 08:31:29, yoshiki wrote: > > On 2014/01/28 ...
6 years, 10 months ago (2014-01-29 03:54:54 UTC) #16
yoshiki
dgozman@chromium.org: Could you review component_extension_resources.grd? Thanks.
6 years, 10 months ago (2014-01-29 05:08:31 UTC) #17
dgozman
https://codereview.chromium.org/144883002/diff/2260001/chrome/browser/resources/component_extension_resources.grd File chrome/browser/resources/component_extension_resources.grd (right): https://codereview.chromium.org/144883002/diff/2260001/chrome/browser/resources/component_extension_resources.grd#newcode96 chrome/browser/resources/component_extension_resources.grd:96: <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_TRACK_LIST_JS" file="file_manager/audio_player/elements/track_list.js" flattenhtml="false" type="BINDATA" /> You only need ...
6 years, 10 months ago (2014-01-29 05:51:17 UTC) #18
yoshiki
dgozman@, PTAL. Thanks https://codereview.chromium.org/144883002/diff/2260001/chrome/browser/resources/component_extension_resources.grd File chrome/browser/resources/component_extension_resources.grd (right): https://codereview.chromium.org/144883002/diff/2260001/chrome/browser/resources/component_extension_resources.grd#newcode96 chrome/browser/resources/component_extension_resources.grd:96: <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_TRACK_LIST_JS" file="file_manager/audio_player/elements/track_list.js" flattenhtml="false" type="BINDATA" /> ...
6 years, 10 months ago (2014-01-29 08:31:56 UTC) #19
dgozman
component_extension_resources.grd lgtm
6 years, 10 months ago (2014-01-29 09:06:29 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/144883002/2300001
6 years, 10 months ago (2014-01-29 09:27:57 UTC) #21
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=46944
6 years, 10 months ago (2014-01-29 10:00:19 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/144883002/2360001
6 years, 10 months ago (2014-01-30 02:59:04 UTC) #23
commit-bot: I haz the power
Failed to get patchset properties (patchset not found?)
6 years, 10 months ago (2014-01-30 04:18:33 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/144883002/2300001
6 years, 10 months ago (2014-01-30 04:18:39 UTC) #25
yoshiki
Committed patchset #9 manually as r247833 (presubmit successful).
6 years, 10 months ago (2014-01-30 04:37:15 UTC) #26
commit-bot: I haz the power
6 years, 10 months ago (2014-01-30 04:38:33 UTC) #27
Message was sent while issue was closed.
CQ bit was unchecked on CL. Ignoring.

Powered by Google App Engine
This is Rietveld 408576698