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

Issue 2358003: Enable renderer accessibility by default.... (Closed)

Created:
10 years, 7 months ago by Chris Guillory
Modified:
9 years, 7 months ago
Reviewers:
tfarina, dmazzoni
CC:
chromium-reviews, jam+cc_chromium.org, ben+cc_chromium.org, amit, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org, David Tseng
Visibility:
Public.

Description

Enable renderer accessibility by default. BUG=25564 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49339

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 16

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : Removing changes from view.h #

Total comments: 8

Patch Set 6 : Addressing style comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -50 lines) Patch
M chrome/browser/accessibility_win_browsertest.cc View 1 2 3 4 4 chunks +16 lines, -10 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host.h View 1 2 3 4 4 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host.cc View 1 2 3 4 4 chunks +34 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.h View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 4 5 4 chunks +42 lines, -9 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 2 3 4 4 chunks +3 lines, -10 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M chrome_frame/chrome_frame_automation.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Chris Guillory
10 years, 7 months ago (2010-05-28 21:23:27 UTC) #1
dmazzoni
I like the refactoring, it puts the logic in just one place. Returning a Document ...
10 years, 6 months ago (2010-06-01 13:51:54 UTC) #2
tfarina
Some style comments. http://codereview.chromium.org/2358003/diff/13001/14003 File chrome/browser/renderer_host/render_widget_host.h (right): http://codereview.chromium.org/2358003/diff/13001/14003#newcode1 chrome/browser/renderer_host/render_widget_host.h:1: // Copyright (c) 2009 The Chromium ...
10 years, 6 months ago (2010-06-01 14:02:43 UTC) #3
Chris Guillory
Thanks for reviews. I'm back from my vacation last week now. http://codereview.chromium.org/2358003/diff/13001/14002 File chrome/browser/renderer_host/render_widget_host.cc (right): ...
10 years, 6 months ago (2010-06-07 20:33:08 UTC) #4
Chris Guillory
10 years, 6 months ago (2010-06-08 21:00:26 UTC) #5
tfarina
LGTM, but it needs the approval of Dominic too. My style nits below. http://codereview.chromium.org/2358003/diff/44001/45004 File ...
10 years, 6 months ago (2010-06-09 18:10:29 UTC) #6
Chris Guillory
http://codereview.chromium.org/2358003/diff/44001/45004 File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/2358003/diff/44001/45004#newcode43 chrome/browser/renderer_host/render_widget_host_view_win.cc:43: // Included for views::kReflectedMessage - TODO(beng): move this to ...
10 years, 6 months ago (2010-06-09 18:22:41 UTC) #7
Chris Guillory
10 years, 6 months ago (2010-06-09 20:36:52 UTC) #8
dmazzoni
LGTM! Two tiny style issues, then feel free to submit. http://codereview.chromium.org/2358003/diff/56001/57004 File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/2358003/diff/56001/57004#newcode292 ...
10 years, 6 months ago (2010-06-09 22:09:00 UTC) #9
dmazzoni
http://codereview.chromium.org/2358003/diff/56001/57004 File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/2358003/diff/56001/57004#newcode1550 chrome/browser/renderer_host/render_widget_host_view_win.cc:1550: if (lparam == OBJID_CLIENT) { One other idea to ...
10 years, 6 months ago (2010-06-09 22:11:54 UTC) #10
Chris Guillory
http://codereview.chromium.org/2358003/diff/56001/57004 File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/2358003/diff/56001/57004#newcode292 chrome/browser/renderer_host/render_widget_host_view_win.cc:292: screenreader_running) { On 2010/06/09 22:09:00, Dominic Mazzoni wrote: > ...
10 years, 6 months ago (2010-06-09 22:12:07 UTC) #11
Chris Guillory
http://codereview.chromium.org/2358003/diff/56001/57004 File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/2358003/diff/56001/57004#newcode1550 chrome/browser/renderer_host/render_widget_host_view_win.cc:1550: if (lparam == OBJID_CLIENT) { On 2010/06/09 22:11:56, Dominic ...
10 years, 6 months ago (2010-06-09 22:27:30 UTC) #12
Chris Guillory
10 years, 6 months ago (2010-06-09 22:30:07 UTC) #13
dmazzoni
10 years, 6 months ago (2010-06-09 22:35:53 UTC) #14
LGTM.

Powered by Google App Engine
This is Rietveld 408576698