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

Issue 1431523003: AudioPlayer: Start playing a track when play icon on the track list is clicked. (Closed)

Created:
5 years, 1 month ago by fukino
Modified:
5 years, 1 month ago
Reviewers:
yawano
CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

AudioPlayer: Start playing a track when play icon on the track list is clicked. Clicking a track usually changes tracks but doesn't change the play state. (play / pause) With this CL, clicking play icon which is shown on hover will force start playing the track. BUG=488229 TEST=manually Committed: https://crrev.com/38df7abb0c59ef1ea11cc183ae151b6c235ff4c9 Cr-Commit-Position: refs/heads/master@{#357071}

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Set pointer-events property properly. Add comment for arguments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -6 lines) Patch
M ui/file_manager/audio_player/elements/audio_player.html View 1 chunk +2 lines, -1 line 0 comments Download
M ui/file_manager/audio_player/elements/audio_player.js View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M ui/file_manager/audio_player/elements/track_list.css View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M ui/file_manager/audio_player/elements/track_list.js View 1 2 3 chunks +17 lines, -5 lines 1 comment Download

Messages

Total messages: 11 (2 generated)
fukino
PTAL. Thanks!
5 years, 1 month ago (2015-10-30 08:35:06 UTC) #2
yawano
https://codereview.chromium.org/1431523003/diff/20001/ui/file_manager/audio_player/elements/track_list.js File ui/file_manager/audio_player/elements/track_list.js (right): https://codereview.chromium.org/1431523003/diff/20001/ui/file_manager/audio_player/elements/track_list.js#newcode170 ui/file_manager/audio_player/elements/track_list.js:170: if (event.target.classList.contains('icon')) { This will catch tap event of ...
5 years, 1 month ago (2015-10-30 09:02:00 UTC) #3
fukino
Thank you! https://codereview.chromium.org/1431523003/diff/20001/ui/file_manager/audio_player/elements/track_list.js File ui/file_manager/audio_player/elements/track_list.js (right): https://codereview.chromium.org/1431523003/diff/20001/ui/file_manager/audio_player/elements/track_list.js#newcode170 ui/file_manager/audio_player/elements/track_list.js:170: if (event.target.classList.contains('icon')) { On 2015/10/30 09:02:00, yawano ...
5 years, 1 month ago (2015-10-30 09:28:15 UTC) #4
yawano
lgtm with an optional nit. Thank you! https://codereview.chromium.org/1431523003/diff/40001/ui/file_manager/audio_player/elements/track_list.js File ui/file_manager/audio_player/elements/track_list.js (right): https://codereview.chromium.org/1431523003/diff/40001/ui/file_manager/audio_player/elements/track_list.js#newcode175 ui/file_manager/audio_player/elements/track_list.js:175: this.selectTrack(track, false ...
5 years, 1 month ago (2015-10-30 09:38:38 UTC) #5
fukino
On 2015/10/30 09:38:38, yawano wrote: > lgtm with an optional nit. Thank you! > > ...
5 years, 1 month ago (2015-10-30 09:52:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1431523003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1431523003/40001
5 years, 1 month ago (2015-10-30 09:52:23 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-10-30 10:13:27 UTC) #9
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/38df7abb0c59ef1ea11cc183ae151b6c235ff4c9 Cr-Commit-Position: refs/heads/master@{#357071}
5 years, 1 month ago (2015-10-30 10:14:10 UTC) #10
fukino
5 years, 1 month ago (2015-11-12 08:30:35 UTC) #11
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/1435223003/ by fukino@chromium.org.

The reason for reverting is: We decided to punt redesign of audio player to
M49..

Powered by Google App Engine
This is Rietveld 408576698