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

Issue 2688153004: ChromeOS OOBE: fix focus flow in MD-OOBE. (Closed)

Created:
3 years, 10 months ago by Alexander Alekseev
Modified:
3 years, 10 months ago
CC:
chromium-reviews, dcheng, alemate+watch_chromium.org, achuith+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ChromeOS OOBE: fix focus flow in MD-OOBE. BUG=676774 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2688153004 Cr-Commit-Position: refs/heads/master@{#451434} Committed: https://chromium.googlesource.com/chromium/src/+/bc82717e957aeaf5b865d4f4b4c3ec7ad48360c0

Patch Set 1 #

Total comments: 16

Patch Set 2 : Update after review. #

Patch Set 3 : label => labelForAria #

Total comments: 1

Patch Set 4 : Rebased. #

Patch Set 5 : Message updated after review. #

Patch Set 6 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -122 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_a11y_option.html View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_a11y_option.js View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_buttons.js View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_dialog.html View 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_dialog.js View 1 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_eula.html View 1 2 3 4 5 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_eula.js View 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.js View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_eula.js View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_network.js View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_welcome.html View 1 2 3 4 5 14 chunks +24 lines, -22 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_welcome.js View 1 2 3 12 chunks +54 lines, -78 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html View 1 2 3 4 5 1 chunk +9 lines, -7 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_welcome_dialog.js View 1 2 3 3 chunks +28 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 37 (20 generated)
Alexander Alekseev
This CL fixes accessibility focus flow and several ARIA-labels. Please review.
3 years, 10 months ago (2017-02-11 03:45:08 UTC) #3
stevenjb
Could you please also have someone more familiar with the login UI review this, maybe ...
3 years, 10 months ago (2017-02-14 01:21:32 UTC) #8
achuithb
Greg might be a good reviewer here?
3 years, 10 months ago (2017-02-14 09:06:45 UTC) #10
Alexander Alekseev
https://codereview.chromium.org/2688153004/diff/1/chrome/browser/resources/chromeos/login/oobe_a11y_option.js File chrome/browser/resources/chromeos/login/oobe_a11y_option.js (right): https://codereview.chromium.org/2688153004/diff/1/chrome/browser/resources/chromeos/login/oobe_a11y_option.js#newcode26 chrome/browser/resources/chromeos/login/oobe_a11y_option.js:26: label: String, On 2017/02/14 01:21:32, stevenjb wrote: > Why ...
3 years, 10 months ago (2017-02-14 11:59:27 UTC) #11
stevenjb
Generally lgtm. The changes I am not so familiar with are: * oobe_dialog * oobe_eula ...
3 years, 10 months ago (2017-02-14 17:35:35 UTC) #16
Alexander Alekseev
https://codereview.chromium.org/2688153004/diff/1/chrome/browser/resources/chromeos/login/oobe_a11y_option.js File chrome/browser/resources/chromeos/login/oobe_a11y_option.js (right): https://codereview.chromium.org/2688153004/diff/1/chrome/browser/resources/chromeos/login/oobe_a11y_option.js#newcode26 chrome/browser/resources/chromeos/login/oobe_a11y_option.js:26: label: String, On 2017/02/14 17:35:34, stevenjb wrote: > On ...
3 years, 10 months ago (2017-02-14 23:41:17 UTC) #17
Greg Levin
I'm still not fluent in html/js/css, so the code looks fine as far as I ...
3 years, 10 months ago (2017-02-16 17:29:32 UTC) #18
achuithb
On 2017/02/16 17:29:32, Greg Levin wrote: > I'm still not fluent in html/js/css, so the ...
3 years, 10 months ago (2017-02-16 17:59:32 UTC) #19
Greg Levin
On 2017/02/16 17:59:32, achuithb wrote: > On 2017/02/16 17:29:32, Greg Levin wrote: > > I'm ...
3 years, 10 months ago (2017-02-16 18:36:21 UTC) #20
Alexander Alekseev
On 2017/02/16 17:29:32, Greg Levin wrote: > I'm still not fluent in html/js/css, so the ...
3 years, 10 months ago (2017-02-17 05:41:34 UTC) #21
Alexander Alekseev
3 years, 10 months ago (2017-02-17 05:43:14 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2688153004/70001
3 years, 10 months ago (2017-02-17 05:44:21 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-clang/builds/40891) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 10 months ago (2017-02-17 05:47:42 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2688153004/90001
3 years, 10 months ago (2017-02-18 01:54:45 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_daisy_chromium_compile_only_ng on ...
3 years, 10 months ago (2017-02-18 03:56:13 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2688153004/90001
3 years, 10 months ago (2017-02-18 05:27:01 UTC) #34
commit-bot: I haz the power
3 years, 10 months ago (2017-02-18 06:56:53 UTC) #37
Message was sent while issue was closed.
Committed patchset #6 (id:90001) as
https://chromium.googlesource.com/chromium/src/+/bc82717e957aeaf5b865d4f4b4c3...

Powered by Google App Engine
This is Rietveld 408576698