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

Issue 79543010: Added basic accessibility to TreeView. (Closed)

Created:
7 years, 1 month ago by zel
Modified:
7 years ago
Reviewers:
dmazzoni, David Tseng, sky
CC:
chromium-reviews, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, tfarina, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org
Visibility:
Public.

Description

Added basic accessibility to TreeView. BUG=322729 TEST=manual with ChromeVox Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238047

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Patch Set 6 : #

Total comments: 5

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -2 lines) Patch
M chrome/browser/accessibility/accessibility_events.h View 1 2 3 4 2 chunks +47 lines, -0 lines 0 comments Download
M chrome/browser/accessibility/accessibility_events.cc View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
M chrome/browser/accessibility/accessibility_extension_api_constants.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/accessibility/accessibility_extension_api_constants.cc View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/accessibility/accessibility_event_router_views.h View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc View 1 2 3 4 3 chunks +61 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/experimental_accessibility.json View 1 2 3 4 5 3 chunks +23 lines, -2 lines 0 comments Download
M ui/views/controls/tree/tree_view.h View 2 chunks +4 lines, -0 lines 0 comments Download
M ui/views/controls/tree/tree_view.cc View 1 2 3 4 5 6 3 chunks +19 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
zel
7 years, 1 month ago (2013-11-22 23:03:39 UTC) #1
dmazzoni
lgtm https://codereview.chromium.org/79543010/diff/80001/chrome/browser/accessibility/accessibility_events.h File chrome/browser/accessibility/accessibility_events.h (right): https://codereview.chromium.org/79543010/diff/80001/chrome/browser/accessibility/accessibility_events.h#newcode369 chrome/browser/accessibility/accessibility_events.h:369: // Count of items at the current depth. ...
7 years, 1 month ago (2013-11-22 23:45:29 UTC) #2
zel
+sky for ui/views/* OWNER review https://codereview.chromium.org/79543010/diff/80001/chrome/browser/accessibility/accessibility_events.h File chrome/browser/accessibility/accessibility_events.h (right): https://codereview.chromium.org/79543010/diff/80001/chrome/browser/accessibility/accessibility_events.h#newcode369 chrome/browser/accessibility/accessibility_events.h:369: // Count of items ...
7 years, 1 month ago (2013-11-23 00:17:16 UTC) #3
David Tseng
Looks like you still need to update chrome/common/extensions/api/experimental_accessibility.json with the Tree/TreeitemDetails json structures.
7 years, 1 month ago (2013-11-23 02:10:18 UTC) #4
zel
On 2013/11/23 02:10:18, David Tseng wrote: > Looks like you still need to update > ...
7 years, 1 month ago (2013-11-23 02:18:52 UTC) #5
David Tseng
LGTM https://codereview.chromium.org/79543010/diff/200001/chrome/browser/accessibility/accessibility_events.cc File chrome/browser/accessibility/accessibility_events.cc (right): https://codereview.chromium.org/79543010/diff/200001/chrome/browser/accessibility/accessibility_events.cc#newcode269 chrome/browser/accessibility/accessibility_events.cc:269: const std::string& menu_name) nit: tree_name
7 years, 1 month ago (2013-11-23 02:45:14 UTC) #6
sky
https://codereview.chromium.org/79543010/diff/200001/ui/views/controls/tree/tree_view.cc File ui/views/controls/tree/tree_view.cc (right): https://codereview.chromium.org/79543010/diff/200001/ui/views/controls/tree/tree_view.cc#newcode238 ui/views/controls/tree/tree_view.cc:238: NotifyAccessibilityEvent(ui::AccessibilityTypes::EVENT_FOCUS, true); Can you move this to the end ...
7 years ago (2013-11-24 18:58:27 UTC) #7
sky
LGTM with these changes
7 years ago (2013-11-24 18:58:35 UTC) #8
zel
https://codereview.chromium.org/79543010/diff/200001/ui/views/controls/tree/tree_view.cc File ui/views/controls/tree/tree_view.cc (right): https://codereview.chromium.org/79543010/diff/200001/ui/views/controls/tree/tree_view.cc#newcode238 ui/views/controls/tree/tree_view.cc:238: NotifyAccessibilityEvent(ui::AccessibilityTypes::EVENT_FOCUS, true); On 2013/11/24 18:58:28, sky wrote: > Can ...
7 years ago (2013-12-02 05:36:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/79543010/270001
7 years ago (2013-12-02 05:36:32 UTC) #10
commit-bot: I haz the power
7 years ago (2013-12-02 07:38:24 UTC) #11
Message was sent while issue was closed.
Change committed as 238047

Powered by Google App Engine
This is Rietveld 408576698