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

Issue 1176483002: AudioPlayer.app: Migrate to Polymer 1.0. (Closed)

Created:
5 years, 6 months ago by fukino
Modified:
5 years, 6 months 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.app: Migrate to Polymer 1.0. BUG=492939 Committed: https://crrev.com/a9000d248dfb581ac681c5f4642f748857f86dba Cr-Commit-Position: refs/heads/master@{#333701}

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : Address review comments. #

Total comments: 2

Patch Set 4 : Use $ for access child elements consistently. #

Total comments: 2

Patch Set 5 : Remove unnecessary line break. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+488 lines, -362 lines) Patch
M ui/file_manager/audio_player/audio_player.html View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/file_manager/audio_player/elements/audio_player.html View 1 chunk +22 lines, -13 lines 0 comments Download
M ui/file_manager/audio_player/elements/audio_player.js View 1 2 3 4 12 chunks +194 lines, -132 lines 0 comments Download
M ui/file_manager/audio_player/elements/control_panel.html View 8 chunks +20 lines, -20 lines 0 comments Download
M ui/file_manager/audio_player/elements/control_panel.js View 1 2 3 chunks +101 lines, -68 lines 0 comments Download
M ui/file_manager/audio_player/elements/track_list.html View 1 chunk +10 lines, -10 lines 0 comments Download
M ui/file_manager/audio_player/elements/track_list.js View 1 2 7 chunks +47 lines, -40 lines 0 comments Download
M ui/file_manager/audio_player/elements/volume_controller.html View 1 chunk +8 lines, -8 lines 0 comments Download
M ui/file_manager/audio_player/elements/volume_controller.js View 1 2 3 chunks +62 lines, -56 lines 0 comments Download
M ui/file_manager/audio_player/js/audio_player.js View 1 2 3 7 chunks +12 lines, -9 lines 0 comments Download
M ui/file_manager/audio_player/js/audio_player_model.js View 6 chunks +9 lines, -6 lines 0 comments Download
M ui/file_manager/file_manager/manifest.json View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
fukino
Could you take a look? Thanks!
5 years, 6 months ago (2015-06-10 04:36:41 UTC) #2
yawano
https://codereview.chromium.org/1176483002/diff/20001/ui/file_manager/audio_player/elements/control_panel.js File ui/file_manager/audio_player/elements/control_panel.js (right): https://codereview.chromium.org/1176483002/diff/20001/ui/file_manager/audio_player/elements/control_panel.js#newcode62 ui/file_manager/audio_player/elements/control_panel.js:62: notify: true notify: false? Since this is property is ...
5 years, 6 months ago (2015-06-10 05:47:48 UTC) #3
fukino
Thanks! https://codereview.chromium.org/1176483002/diff/20001/ui/file_manager/audio_player/elements/control_panel.js File ui/file_manager/audio_player/elements/control_panel.js (right): https://codereview.chromium.org/1176483002/diff/20001/ui/file_manager/audio_player/elements/control_panel.js#newcode62 ui/file_manager/audio_player/elements/control_panel.js:62: notify: true On 2015/06/10 05:47:48, yawano wrote: > ...
5 years, 6 months ago (2015-06-10 06:24:03 UTC) #4
yawano
lgtm. Thank you! https://codereview.chromium.org/1176483002/diff/20001/ui/file_manager/audio_player/elements/control_panel.js File ui/file_manager/audio_player/elements/control_panel.js (right): https://codereview.chromium.org/1176483002/diff/20001/ui/file_manager/audio_player/elements/control_panel.js#newcode102 ui/file_manager/audio_player/elements/control_panel.js:102: value: false, SGTM. https://codereview.chromium.org/1176483002/diff/40001/ui/file_manager/audio_player/elements/audio_player.js File ui/file_manager/audio_player/elements/audio_player.js ...
5 years, 6 months ago (2015-06-10 06:46:18 UTC) #5
fukino
I updated the CL to use this.$ consistently. Could you take another look? https://codereview.chromium.org/1176483002/diff/40001/ui/file_manager/audio_player/elements/audio_player.js File ...
5 years, 6 months ago (2015-06-10 07:00:22 UTC) #6
yawano
Still lgtm! https://codereview.chromium.org/1176483002/diff/60001/ui/file_manager/audio_player/elements/audio_player.js File ui/file_manager/audio_player/elements/audio_player.js (right): https://codereview.chromium.org/1176483002/diff/60001/ui/file_manager/audio_player/elements/audio_player.js#newcode279 ui/file_manager/audio_player/elements/audio_player.js:279: (this.lastAudioUpdateTime_ = this.$.audio.currentTime * 1000); nit: Can ...
5 years, 6 months ago (2015-06-10 07:15:38 UTC) #7
fukino
Thank you! https://codereview.chromium.org/1176483002/diff/60001/ui/file_manager/audio_player/elements/audio_player.js File ui/file_manager/audio_player/elements/audio_player.js (right): https://codereview.chromium.org/1176483002/diff/60001/ui/file_manager/audio_player/elements/audio_player.js#newcode279 ui/file_manager/audio_player/elements/audio_player.js:279: (this.lastAudioUpdateTime_ = this.$.audio.currentTime * 1000); On 2015/06/10 ...
5 years, 6 months ago (2015-06-10 07:18:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1176483002/80001
5 years, 6 months ago (2015-06-10 07:19:14 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-06-10 07:54:29 UTC) #12
commit-bot: I haz the power
5 years, 6 months ago (2015-06-10 07:56:14 UTC) #13
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a9000d248dfb581ac681c5f4642f748857f86dba
Cr-Commit-Position: refs/heads/master@{#333701}

Powered by Google App Engine
This is Rietveld 408576698