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

Issue 1011283003: Hotword: Make the opt-in flow tab ordering more intuitive (Closed)

Created:
5 years, 9 months ago by kcarattini
Modified:
5 years, 9 months ago
Reviewers:
dmazzoni, 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
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Hotword: Make the opt-in flow tab ordering more intuitive Makes the primary buttons first in tab order. BUG=466390 Committed: https://crrev.com/f1df20df06365f2c8e41872c567e4801a8cf9392 Cr-Commit-Position: refs/heads/master@{#321501}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix finished_step #

Patch Set 3 : Fix start_step #

Patch Set 4 : Review comments #

Total comments: 2

Patch Set 5 : Review Comments #

Total comments: 3

Patch Set 6 : Review Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M chrome/browser/resources/hotword_audio_verification/flow.js View 1 2 3 4 1 chunk +6 lines, -3 lines 0 comments Download
M chrome/browser/resources/hotword_audio_verification/main.html View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (4 generated)
kcarattini
5 years, 9 months ago (2015-03-18 01:11:03 UTC) #2
Dan Beam
i don't think this is a good idea. tab order should be byte-stream order, and ...
5 years, 9 months ago (2015-03-18 01:14:50 UTC) #3
kcarattini
https://codereview.chromium.org/1011283003/diff/1/chrome/browser/resources/hotword_audio_verification/steps/finished_step.html File chrome/browser/resources/hotword_audio_verification/steps/finished_step.html (right): https://codereview.chromium.org/1011283003/diff/1/chrome/browser/resources/hotword_audio_verification/steps/finished_step.html#newcode24 chrome/browser/resources/hotword_audio_verification/steps/finished_step.html:24: <div class="right"> On 2015/03/18 01:14:50, Dan Beam wrote: > ...
5 years, 9 months ago (2015-03-18 01:20:13 UTC) #4
Dan Beam
On 2015/03/18 01:14:50, Dan Beam wrote: > i don't think this is a good idea. ...
5 years, 9 months ago (2015-03-18 01:21:14 UTC) #5
kcarattini
On 2015/03/18 01:14:50, Dan Beam wrote: > i don't think this is a good idea. ...
5 years, 9 months ago (2015-03-18 01:21:38 UTC) #6
Dan Beam
On 2015/03/18 01:21:38, kcarattini wrote: > On 2015/03/18 01:14:50, Dan Beam wrote: > > i ...
5 years, 9 months ago (2015-03-18 01:38:27 UTC) #7
kcarattini
On 2015/03/18 01:38:27, Dan Beam wrote: > On 2015/03/18 01:21:38, kcarattini wrote: > > On ...
5 years, 9 months ago (2015-03-18 01:40:03 UTC) #8
Dan Beam
+dmazzoni@ On 2015/03/18 01:40:03, kcarattini wrote: > On 2015/03/18 01:38:27, Dan Beam wrote: > > ...
5 years, 9 months ago (2015-03-18 01:52:21 UTC) #10
kcarattini
On 2015/03/18 01:52:21, Dan Beam wrote: > +dmazzoni@ > > On 2015/03/18 01:40:03, kcarattini wrote: ...
5 years, 9 months ago (2015-03-18 04:31:23 UTC) #11
Dan Beam
https://codereview.chromium.org/1011283003/diff/60001/chrome/browser/resources/hotword_audio_verification/flow.js File chrome/browser/resources/hotword_audio_verification/flow.js (right): https://codereview.chromium.org/1011283003/diff/60001/chrome/browser/resources/hotword_audio_verification/flow.js#newcode556 chrome/browser/resources/hotword_audio_verification/flow.js:556: cr.ui.setInitialFocus(currentStep.querySelector('.buttonbar')); this kinda defeats the purpose. you should be ...
5 years, 9 months ago (2015-03-19 02:38:47 UTC) #12
kcarattini
https://codereview.chromium.org/1011283003/diff/60001/chrome/browser/resources/hotword_audio_verification/flow.js File chrome/browser/resources/hotword_audio_verification/flow.js (right): https://codereview.chromium.org/1011283003/diff/60001/chrome/browser/resources/hotword_audio_verification/flow.js#newcode556 chrome/browser/resources/hotword_audio_verification/flow.js:556: cr.ui.setInitialFocus(currentStep.querySelector('.buttonbar')); On 2015/03/19 02:38:47, Dan Beam wrote: > this ...
5 years, 9 months ago (2015-03-19 02:59:39 UTC) #13
Dan Beam
lgtm https://codereview.chromium.org/1011283003/diff/80001/chrome/browser/resources/hotword_audio_verification/flow.js File chrome/browser/resources/hotword_audio_verification/flow.js (right): https://codereview.chromium.org/1011283003/diff/80001/chrome/browser/resources/hotword_audio_verification/flow.js#newcode555 chrome/browser/resources/hotword_audio_verification/flow.js:555: btw, you're likely to have problems trying to ...
5 years, 9 months ago (2015-03-19 18:48:58 UTC) #14
Dan Beam
https://codereview.chromium.org/1011283003/diff/80001/chrome/browser/resources/hotword_audio_verification/main.html File chrome/browser/resources/hotword_audio_verification/main.html (right): https://codereview.chromium.org/1011283003/diff/80001/chrome/browser/resources/hotword_audio_verification/main.html#newcode11 chrome/browser/resources/hotword_audio_verification/main.html:11: <script src="chrome://resources/js/cr/ui/node_utils.js"></script> i can also fix node_utils.js to export ...
5 years, 9 months ago (2015-03-19 18:50:06 UTC) #15
Dan Beam
https://codereview.chromium.org/1011283003/diff/80001/chrome/browser/resources/hotword_audio_verification/main.html File chrome/browser/resources/hotword_audio_verification/main.html (right): https://codereview.chromium.org/1011283003/diff/80001/chrome/browser/resources/hotword_audio_verification/main.html#newcode10 chrome/browser/resources/hotword_audio_verification/main.html:10: <script src="chrome://resources/js/cr/ui.js"></script> actually, you shouldn't need ui.js at all, ...
5 years, 9 months ago (2015-03-19 18:52:24 UTC) #16
kcarattini
On 2015/03/19 18:52:24, Dan Beam wrote: > https://codereview.chromium.org/1011283003/diff/80001/chrome/browser/resources/hotword_audio_verification/main.html > File chrome/browser/resources/hotword_audio_verification/main.html (right): > > https://codereview.chromium.org/1011283003/diff/80001/chrome/browser/resources/hotword_audio_verification/main.html#newcode10 ...
5 years, 9 months ago (2015-03-20 00:50:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1011283003/100001
5 years, 9 months ago (2015-03-20 00:51:43 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 9 months ago (2015-03-20 02:29:42 UTC) #21
commit-bot: I haz the power
5 years, 9 months ago (2015-03-20 02:31:03 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f1df20df06365f2c8e41872c567e4801a8cf9392
Cr-Commit-Position: refs/heads/master@{#321501}

Powered by Google App Engine
This is Rietveld 408576698