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

Issue 2791003: Add accessibility support for Textfields in Windows. (Closed)

Created:
10 years, 6 months ago by David Tseng
Modified:
9 years, 5 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Add accessibility support for Textfields in Windows. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49955

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 7

Patch Set 5 : '' #

Total comments: 3

Patch Set 6 : '' #

Total comments: 3

Patch Set 7 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -1 line) Patch
M views/controls/textfield/native_textfield_win.h View 1 2 3 4 5 6 4 chunks +10 lines, -1 line 0 comments Download
M views/controls/textfield/native_textfield_win.cc View 1 2 3 4 5 6 7 chunks +74 lines, -0 lines 1 comment Download

Messages

Total messages: 13 (0 generated)
David Tseng
10 years, 6 months ago (2010-06-10 20:55:56 UTC) #1
tfarina
My style nits below. http://codereview.chromium.org/2791003/diff/13001/14001 File views/controls/textfield/native_textfield_win.cc (right): http://codereview.chromium.org/2791003/diff/13001/14001#newcode330 views/controls/textfield/native_textfield_win.cc:330: IID_IAccPropServices, reinterpret_cast<void**>(&pAccPropServices)); please, when align ...
10 years, 6 months ago (2010-06-10 21:34:15 UTC) #2
tfarina
http://codereview.chromium.org/2791003/diff/13001/14002 File views/controls/textfield/native_textfield_win.h (right): http://codereview.chromium.org/2791003/diff/13001/14002#newcode13 views/controls/textfield/native_textfield_win.h:13: #include<oleacc.h> space between include and < http://codereview.chromium.org/2791003/diff/13001/14002#newcode77 views/controls/textfield/native_textfield_win.h:77: void ...
10 years, 6 months ago (2010-06-10 21:36:52 UTC) #3
David Tseng
http://codereview.chromium.org/2791003/diff/13001/14001 File views/controls/textfield/native_textfield_win.cc (right): http://codereview.chromium.org/2791003/diff/13001/14001#newcode330 views/controls/textfield/native_textfield_win.cc:330: IID_IAccPropServices, reinterpret_cast<void**>(&pAccPropServices)); please, when align on the next line ...
10 years, 6 months ago (2010-06-10 23:02:52 UTC) #4
tfarina
Some more style nits below. :) http://codereview.chromium.org/2791003/diff/19001/16002 File views/controls/textfield/native_textfield_win.cc (right): http://codereview.chromium.org/2791003/diff/19001/16002#newcode331 views/controls/textfield/native_textfield_win.cc:331: if (!SUCCEEDED(hr)) { ...
10 years, 6 months ago (2010-06-10 23:17:25 UTC) #5
David Tseng
> http://codereview.chromium.org/2791003/diff/19001/16002 > File views/controls/textfield/native_textfield_win.cc (right): > > http://codereview.chromium.org/2791003/diff/19001/16002#newcode331 > views/controls/textfield/native_textfield_win.cc:331: if > (!SUCCEEDED(hr)) { ...
10 years, 6 months ago (2010-06-10 23:39:44 UTC) #6
Chris Guillory
http://codereview.chromium.org/2791003/diff/24001/20002 File views/controls/textfield/native_textfield_win.cc (right): http://codereview.chromium.org/2791003/diff/24001/20002#newcode355 views/controls/textfield/native_textfield_win.cc:355: hr = pAccPropServices->SetHwndProp(m_hWnd, OBJID_CLIENT, Let's use SetHwndPropStr here so ...
10 years, 6 months ago (2010-06-11 18:46:54 UTC) #7
Chris Guillory
10 years, 6 months ago (2010-06-11 18:47:37 UTC) #8
David Tseng
> > http://codereview.chromium.org/2791003/diff/24001/20002 > File views/controls/textfield/native_textfield_win.cc (right): > > http://codereview.chromium.org/2791003/diff/24001/20002#newcode355 > views/controls/textfield/native_textfield_win.cc:355: hr = > ...
10 years, 6 months ago (2010-06-11 19:28:28 UTC) #9
Chris Guillory
LGTM. One comment. http://codereview.chromium.org/2791003/diff/28001/29001 File views/controls/textfield/native_textfield_win.cc (right): http://codereview.chromium.org/2791003/diff/28001/29001#newcode351 views/controls/textfield/native_textfield_win.cc:351: if (label_view ->GetClassName() == Label::kViewClassName && ...
10 years, 6 months ago (2010-06-15 17:30:16 UTC) #10
David Tseng
> > > http://codereview.chromium.org/2791003/diff/28001/29001 > File views/controls/textfield/native_textfield_win.cc (right): > > http://codereview.chromium.org/2791003/diff/28001/29001#newcode351 > views/controls/textfield/native_textfield_win.cc:351: if (label_view ...
10 years, 6 months ago (2010-06-15 23:06:03 UTC) #11
Chris Guillory
Oh, I didn't know that this could be reasonably false. Perhaps this need a add ...
10 years, 6 months ago (2010-06-15 23:16:09 UTC) #12
David Tseng
10 years, 6 months ago (2010-06-15 23:17:20 UTC) #13
Done.

On 6/15/10, ctguil@chromium.org <ctguil@chromium.org> wrote:
> Oh, I didn't know that this could be reasonably false. Perhaps this need a
> add a
> comment.
>
> http://codereview.chromium.org/2791003/show
>

Powered by Google App Engine
This is Rietveld 408576698