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

Issue 3159028: Add code to initialize accessibility for UI in the ChromeOS startup wizard. (Closed)

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

Description

Add code to initialize accessibility for UI in the ChromeOS startup wizard. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57393

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 14

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 1

Patch Set 8 : '' #

Total comments: 4

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -2 lines) Patch
M chrome/browser/chromeos/login/user_image_view.cc View 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/chromeos/login/wizard_accessibility_handler.h View 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/wizard_accessibility_handler.cc View 5 1 chunk +43 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/wizard_accessibility_helper.h View 1 2 3 4 5 6 7 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/wizard_accessibility_helper.cc View 1 2 3 4 5 6 7 8 1 chunk +64 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/chromeos/preferences.cc View 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Chaitanya
10 years, 4 months ago (2010-08-19 18:22:23 UTC) #1
dmazzoni
http://codereview.chromium.org/3159028/diff/14001/15002 File chrome/browser/chromeos/login/wizard_accessibility_helper.cc (right): http://codereview.chromium.org/3159028/diff/14001/15002#newcode33 chrome/browser/chromeos/login/wizard_accessibility_helper.cc:33: case NotificationType::ACCESSIBILITY_CONTROL_FOCUSED: Are you going to have this call ...
10 years, 4 months ago (2010-08-19 18:28:29 UTC) #2
oshima
http://codereview.chromium.org/3159028/diff/14001/15002 File chrome/browser/chromeos/login/wizard_accessibility_helper.cc (right): http://codereview.chromium.org/3159028/diff/14001/15002#newcode22 chrome/browser/chromeos/login/wizard_accessibility_helper.cc:22: #include <fstream> move C++ system headers before our headers. ...
10 years, 4 months ago (2010-08-19 20:53:25 UTC) #3
Chaitanya
http://codereview.chromium.org/3159028/diff/14001/15002 File chrome/browser/chromeos/login/wizard_accessibility_helper.cc (right): http://codereview.chromium.org/3159028/diff/14001/15002#newcode22 chrome/browser/chromeos/login/wizard_accessibility_helper.cc:22: #include <fstream> Removed these includes. On 2010/08/19 20:53:25, oshima ...
10 years, 4 months ago (2010-08-19 22:34:40 UTC) #4
oshima
http://codereview.chromium.org/3159028/diff/39001/40005 File chrome/browser/chromeos/login/wizard_accessibility_helper.h (right): http://codereview.chromium.org/3159028/diff/39001/40005#newcode15 chrome/browser/chromeos/login/wizard_accessibility_helper.h:15: #include "views/view.h" can you use forward declaration instead?
10 years, 4 months ago (2010-08-19 22:45:08 UTC) #5
Chaitanya
http://codereview.chromium.org/3159028/diff/14001/15003 File chrome/browser/chromeos/login/wizard_accessibility_helper.h (right): http://codereview.chromium.org/3159028/diff/14001/15003#newcode14 chrome/browser/chromeos/login/wizard_accessibility_helper.h:14: #include "views/view.h" On 2010/08/19 20:53:25, oshima wrote: > is ...
10 years, 4 months ago (2010-08-20 17:45:43 UTC) #6
dmazzoni
LGTM.
10 years, 4 months ago (2010-08-20 17:51:59 UTC) #7
oshima
http://codereview.chromium.org/3159028/diff/45001/46003 File chrome/browser/chromeos/login/wizard_accessibility_handler.h (right): http://codereview.chromium.org/3159028/diff/45001/46003#newcode10 chrome/browser/chromeos/login/wizard_accessibility_handler.h:10: #include "chrome/common/notification_registrar.h" Do you need this? http://codereview.chromium.org/3159028/diff/45001/46004 File chrome/browser/chromeos/login/wizard_accessibility_helper.cc ...
10 years, 4 months ago (2010-08-20 17:57:25 UTC) #8
Chaitanya
http://codereview.chromium.org/3159028/diff/45001/46003 File chrome/browser/chromeos/login/wizard_accessibility_handler.h (right): http://codereview.chromium.org/3159028/diff/45001/46003#newcode10 chrome/browser/chromeos/login/wizard_accessibility_handler.h:10: #include "chrome/common/notification_registrar.h" On 2010/08/20 17:57:25, oshima wrote: > Do ...
10 years, 4 months ago (2010-08-20 20:16:24 UTC) #9
oshima
lgtm. make sure try jobs pass.
10 years, 4 months ago (2010-08-20 20:59:24 UTC) #10
Chaitanya
On 2010/08/20 20:59:24, oshima wrote: > lgtm. make sure try jobs pass. I was registering ...
10 years, 4 months ago (2010-08-20 22:50:58 UTC) #11
Chaitanya
I believe the build failure on Win, and the flaky tests on linux_chromeos are not ...
10 years, 4 months ago (2010-08-25 02:36:50 UTC) #12
dmazzoni
How many times have you run gcl try? If you think it's flakiness, run it ...
10 years, 4 months ago (2010-08-25 02:38:32 UTC) #13
sadrul-g
> I was registering the accessibility pref twice. It gets registered in > wizard_controller first. ...
10 years, 3 months ago (2010-09-15 23:41:37 UTC) #14
Chaitanya
I am taking a look at it now. On Wed, Sep 15, 2010 at 4:41 ...
10 years, 3 months ago (2010-09-16 00:33:36 UTC) #15
Charlie Lee
This is crashing because this preference never gets registered if we just run Chrome for ...
10 years, 3 months ago (2010-09-16 21:07:24 UTC) #16
Chaitanya
10 years, 3 months ago (2010-09-16 21:35:36 UTC) #17
Issue 3402009 fixes this. I will submit as soon as I get an LGTM
thanks!

On Thu, Sep 16, 2010 at 2:07 PM, <chocobo@chromium.org> wrote:

> This is crashing because this preference never gets registered if we just
> run
> Chrome for ChromeOS by itself on linux. What was the reason for moving the
> registration for this preference from preferences.cc to wizard_controller?
>
>
> On 2010/09/16 00:33:36, Chaitanya wrote:
>
>> I am taking a look at it now.
>>
>
>  On Wed, Sep 15, 2010 at 4:41 PM, <mailto:sadrul@google.com> wrote:
>>
>
>  > I was registering the accessibility pref twice. It gets registered in
>> >> wizard_controller first. Removed the registration in preferences.cc.
>> >>
>> >
>> > This change seems to cause a crash on linux (with chromeos=1) when
>> trying
>> > to get
>> > to the Preferences dialog.
>> >
>> > http://codereview.chromium.org/3159028/show
>> >
>>
>
>
>
>
> http://codereview.chromium.org/3159028/show
>

Powered by Google App Engine
This is Rietveld 408576698