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

Issue 666073005: Hotword Audio Verification App: UI polishes. (Closed)

Created:
6 years, 2 months ago by kcarattini
Modified:
6 years, 1 month ago
Reviewers:
rpetterson, Dan Beam
CC:
chromium-reviews, arv+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Hotword Audio Verification App: UI polishes. Adds urls to the settings and 'learn more' links. Adds CSS animation to the speech training pages. Adds steps through speech training UI with clicks. BUG=390086 Committed: https://crrev.com/d21850201a4ab626fdc703d9e534c04b683895d3 Cr-Commit-Position: refs/heads/master@{#301542}

Patch Set 1 #

Patch Set 2 : Corrected event handler #

Patch Set 3 : Line length / correct close button #

Total comments: 36

Patch Set 4 : Review comments #

Total comments: 10

Patch Set 5 : Review comments #

Patch Set 6 : Removes comment #

Patch Set 7 : Rebase #

Patch Set 8 : Add back is=action-link I accidently removed when merging #

Total comments: 10

Patch Set 9 : Rebase #

Patch Set 10 : Review comments #

Patch Set 11 : Add back space on top of 'Learn More' link #

Messages

Total messages: 15 (2 generated)
kcarattini
rlp: please review overall dbeam: please review for OWNERS approval in chrome/browser/resources/...
6 years, 2 months ago (2014-10-23 00:42:57 UTC) #2
rpetterson
https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/main.js File chrome/browser/resources/hotword_audio_verification/main.js (right): https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/main.js#newcode91 chrome/browser/resources/hotword_audio_verification/main.js:91: $(pagePrefix + '-train-' + numDivs).addEventListener('click', function(e) { why isn't ...
6 years, 2 months ago (2014-10-23 22:24:46 UTC) #3
rpetterson
https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/main.js File chrome/browser/resources/hotword_audio_verification/main.js (right): https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/main.js#newcode91 chrome/browser/resources/hotword_audio_verification/main.js:91: $(pagePrefix + '-train-' + numDivs).addEventListener('click', function(e) { On 2014/10/23 ...
6 years, 2 months ago (2014-10-23 22:35:22 UTC) #4
rpetterson
LGTM for overall flow (although my JS is weak) discussed remaining issues offline.
6 years, 2 months ago (2014-10-23 22:42:12 UTC) #5
Dan Beam
https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/main.js File chrome/browser/resources/hotword_audio_verification/main.js (right): https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/main.js#newcode21 chrome/browser/resources/hotword_audio_verification/main.js:21: var cancelTrainingHandler = function(e) { nit: closeAppWindow https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/main.js#newcode22 chrome/browser/resources/hotword_audio_verification/main.js:22: ...
6 years, 2 months ago (2014-10-23 23:56:02 UTC) #6
kcarattini
https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/main.js File chrome/browser/resources/hotword_audio_verification/main.js (right): https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/main.js#newcode21 chrome/browser/resources/hotword_audio_verification/main.js:21: var cancelTrainingHandler = function(e) { On 2014/10/23 23:56:00, Dan ...
6 years, 2 months ago (2014-10-24 07:02:42 UTC) #7
Dan Beam
https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html File chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html (right): https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html#newcode5 chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html:5: <span id="ho-close-button" class="speech-close"></span> On 2014/10/24 07:02:42, kcarattini wrote: > ...
6 years, 2 months ago (2014-10-24 19:07:04 UTC) #8
kcarattini
https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html File chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html (right): https://codereview.chromium.org/666073005/diff/40001/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html#newcode5 chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html:5: <span id="ho-close-button" class="speech-close"></span> On 2014/10/24 19:07:03, Dan Beam wrote: ...
6 years, 2 months ago (2014-10-25 03:47:57 UTC) #9
Dan Beam
lgtm but please address nits first (either by fixing or justifying) https://codereview.chromium.org/666073005/diff/140001/chrome/browser/resources/hotword_audio_verification/main.js File chrome/browser/resources/hotword_audio_verification/main.js (right): ...
6 years, 1 month ago (2014-10-27 16:10:33 UTC) #10
kcarattini
https://codereview.chromium.org/666073005/diff/140001/chrome/browser/resources/hotword_audio_verification/main.js File chrome/browser/resources/hotword_audio_verification/main.js (right): https://codereview.chromium.org/666073005/diff/140001/chrome/browser/resources/hotword_audio_verification/main.js#newcode42 chrome/browser/resources/hotword_audio_verification/main.js:42: var index = Array.prototype.indexOf.call(steps, e.currentTarget); On 2014/10/27 16:10:33, Dan ...
6 years, 1 month ago (2014-10-27 23:20:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/666073005/200001
6 years, 1 month ago (2014-10-28 00:07:06 UTC) #13
commit-bot: I haz the power
Committed patchset #11 (id:200001)
6 years, 1 month ago (2014-10-28 01:28:30 UTC) #14
commit-bot: I haz the power
6 years, 1 month ago (2014-10-28 01:29:19 UTC) #15
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/d21850201a4ab626fdc703d9e534c04b683895d3
Cr-Commit-Position: refs/heads/master@{#301542}

Powered by Google App Engine
This is Rietveld 408576698