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

Issue 3056045: Improvements to accessibility extension api support for "views":... (Closed)

Created:
10 years, 4 months ago by dmazzoni
Modified:
9 years, 7 months ago
Reviewers:
Jay Civelli
CC:
chromium-reviews, Paweł Hajdan Jr., davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Improvements to accessibility extension api support for "views": 1. Handles the new wrench menu. 2. Uses NotifyAccessibilityEvent to find out when focus changes, rather than installing focus change listeners that need to be cleaned up. BUG=none TEST=Updated AccessibilityEventRouterViewsTest.TestFocusNotification Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55196

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -80 lines) Patch
M chrome/browser/chromeos/options/options_window_view.cc View 1 2 3 4 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/views/accessibility_event_router_views.h View 1 2 3 4 6 chunks +29 lines, -23 lines 0 comments Download
M chrome/browser/views/accessibility_event_router_views.cc View 1 2 3 4 6 chunks +110 lines, -36 lines 0 comments Download
M chrome/browser/views/accessibility_event_router_views_unittest.cc View 1 2 3 4 3 chunks +46 lines, -0 lines 0 comments Download
M chrome/browser/views/chrome_views_delegate.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/chrome_views_delegate.cc View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M views/controls/native_control_gtk.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M views/controls/native_control_win.cc View 5 1 chunk +9 lines, -5 lines 0 comments Download
M views/focus/focus_manager_win.cc View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
M views/view.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M views/view_gtk.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M views/view_win.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M views/views.gyp View 3 4 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
dmazzoni
10 years, 4 months ago (2010-08-04 01:41:51 UTC) #1
Jay Civelli
http://codereview.chromium.org/3056045/diff/13001/14002 File chrome/browser/views/accessibility_event_router_views.cc (right): http://codereview.chromium.org/3056045/diff/13001/14002#newcode140 chrome/browser/views/accessibility_event_router_views.cc:140: // window, we menu events get routed to the ...
10 years, 4 months ago (2010-08-04 17:10:23 UTC) #2
dmazzoni
On Wed, Aug 4, 2010 at 10:10 AM, <jcivelli@chromium.org> wrote: > > http://codereview.chromium.org/3056045/diff/13001/14002 > File ...
10 years, 4 months ago (2010-08-04 19:19:16 UTC) #3
Jay Civelli
http://codereview.chromium.org/3056045/diff/26001/27002 File chrome/browser/views/accessibility_event_router_views.cc (right): http://codereview.chromium.org/3056045/diff/26001/27002#newcode220 chrome/browser/views/accessibility_event_router_views.cc:220: int previous_count = *count; count an out param but ...
10 years, 4 months ago (2010-08-04 21:58:11 UTC) #4
dmazzoni
On Wed, Aug 4, 2010 at 2:58 PM, <jcivelli@chromium.org> wrote: > http://codereview.chromium.org/3056045/diff/26001/27002 > > File ...
10 years, 4 months ago (2010-08-04 22:15:16 UTC) #5
Jay Civelli
10 years, 4 months ago (2010-08-04 22:22:49 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698