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

Issue 3442011: Enabling access notifications for login wizard (Closed)

Created:
10 years, 3 months ago by Chaitanya
Modified:
9 years, 1 month ago
CC:
chromium-reviews, nkostylev+cc_chromium.org, davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Enabling access notifications for login wizard Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60743

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 28

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 3

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -44 lines) Patch
M chrome/browser/chromeos/login/existing_user_view.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_view.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +26 lines, -15 lines 1 comment Download
M chrome/browser/chromeos/login/network_selection_view.h View 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/network_selection_view.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/new_user_view.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/new_user_view.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/password_changed_view.cc View 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/screen_lock_view.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/screen_lock_view.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/update_view.h View 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/update_view.cc View 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/user_image_view.h View 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/user_image_view.cc View 2 3 4 5 6 7 8 9 10 11 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_accessibility_handler.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_accessibility_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_accessibility_helper.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +33 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_accessibility_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +60 lines, -8 lines 1 comment Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 5 6 7 8 9 10 11 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Chaitanya
10 years, 3 months ago (2010-09-22 20:04:52 UTC) #1
dmazzoni
http://codereview.chromium.org/3442011/diff/33001/34002 File chrome/browser/chromeos/login/existing_user_view.h (right): http://codereview.chromium.org/3442011/diff/33001/34002#newcode26 chrome/browser/chromeos/login/existing_user_view.h:26: WizardAccessibilityHelper::accelerator, false, true, true)) {} How about if WizardAccessibilityHelper::accelerator ...
10 years, 3 months ago (2010-09-22 21:20:27 UTC) #2
Chaitanya
http://codereview.chromium.org/3442011/diff/33001/34002 File chrome/browser/chromeos/login/existing_user_view.h (right): http://codereview.chromium.org/3442011/diff/33001/34002#newcode26 chrome/browser/chromeos/login/existing_user_view.h:26: WizardAccessibilityHelper::accelerator, false, true, true)) {} On 2010/09/22 21:20:27, Dominic ...
10 years, 3 months ago (2010-09-22 22:43:09 UTC) #3
dmazzoni
http://codereview.chromium.org/3442011/diff/11003/53017 File chrome/browser/chromeos/login/wizard_accessibility_helper.h (right): http://codereview.chromium.org/3442011/diff/11003/53017#newcode29 chrome/browser/chromeos/login/wizard_accessibility_helper.h:29: ViewDetails(Profile* profile, bool enabled) : I don't think it's ...
10 years, 3 months ago (2010-09-23 16:27:51 UTC) #4
oshima
http://codereview.chromium.org/3442011/diff/11003/53001 File chrome/browser/chromeos/login/existing_user_view.cc (right): http://codereview.chromium.org/3442011/diff/11003/53001#newcode116 chrome/browser/chromeos/login/existing_user_view.cc:116: void ExistingUserView::ViewHierarchyChanged(bool is_add, View* parent, move all arguments to ...
10 years, 3 months ago (2010-09-23 17:06:53 UTC) #5
Chaitanya
http://codereview.chromium.org/3442011/diff/11003/53001 File chrome/browser/chromeos/login/existing_user_view.cc (right): http://codereview.chromium.org/3442011/diff/11003/53001#newcode116 chrome/browser/chromeos/login/existing_user_view.cc:116: void ExistingUserView::ViewHierarchyChanged(bool is_add, View* parent, On 2010/09/23 17:06:54, oshima ...
10 years, 3 months ago (2010-09-23 19:34:38 UTC) #6
Chaitanya
Fixed. On 2010/09/23 16:27:51, Dominic Mazzoni wrote: > http://codereview.chromium.org/3442011/diff/11003/53017 > File chrome/browser/chromeos/login/wizard_accessibility_helper.h (right): > > ...
10 years, 3 months ago (2010-09-23 23:37:51 UTC) #7
Nikita (slow)
Do we have an issue that's this CL belongs to?
10 years, 3 months ago (2010-09-24 16:26:01 UTC) #8
oshima
http://codereview.chromium.org/3442011/diff/11003/53001 File chrome/browser/chromeos/login/existing_user_view.cc (right): http://codereview.chromium.org/3442011/diff/11003/53001#newcode120 chrome/browser/chromeos/login/existing_user_view.cc:120: ProfileManager::GetDefaultProfile()); You probably misread my comment? This gets called ...
10 years, 3 months ago (2010-09-24 16:56:52 UTC) #9
Chaitanya
On 2010/09/24 16:56:52, oshima wrote: > http://codereview.chromium.org/3442011/diff/11003/53001 > File chrome/browser/chromeos/login/existing_user_view.cc (right): > > http://codereview.chromium.org/3442011/diff/11003/53001#newcode120 > ...
10 years, 2 months ago (2010-09-27 19:52:48 UTC) #10
oshima
lgtm
10 years, 2 months ago (2010-09-27 21:17:27 UTC) #11
dmazzoni
LGTM too.
10 years, 2 months ago (2010-09-27 21:18:56 UTC) #12
Nikita (slow)
http://codereview.chromium.org/3442011/diff/67002/52005 File chrome/browser/chromeos/login/existing_user_view.cc (right): http://codereview.chromium.org/3442011/diff/67002/52005#newcode113 chrome/browser/chromeos/login/existing_user_view.cc:113: AddAccelerator(accel_enable_accessibility_); I'm moving this call to ctor. RecreateFields is ...
10 years, 2 months ago (2010-09-29 14:10:22 UTC) #13
Nico
9 years, 1 month ago (2011-11-21 04:13:47 UTC) #14
http://codereview.chromium.org/3442011/diff/67002/chrome/browser/chromeos/log...
File chrome/browser/chromeos/login/wizard_accessibility_helper.cc (right):

http://codereview.chromium.org/3442011/diff/67002/chrome/browser/chromeos/log...
chrome/browser/chromeos/login/wizard_accessibility_helper.cc:27: return
*(WizardAccessibilityHelper::accelerator_.get());
Why not just

  return views::Accelerator(app:VKEY_Z, false, true, true);

? I'm about to make that change; shout if that's wrong for some reason.

Powered by Google App Engine
This is Rietveld 408576698