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

Issue 79273002: Fixed accessibility issues in bookmark bubble dialog. (Closed)

Created:
7 years, 1 month ago by zel
Modified:
6 years, 11 months ago
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

Fixed several accessibility issues in bookmark bubble dialog: 1. BookmarkBubbleView: added BookmarkBubbleView::GetAccessibleState() so we can say what this UI is all about 2. BookmarkBubbleView: added spoken feedback to [Name] text box 3. BookmarkBubbleView: changed spoken feedback for for [Folder] to "Bookmark folder" 4. fixed AccessibilityEventRouterViews::GetViewContext() to prevent drilling down into child elements of a dialog if the dialog defines AccessibleViewState::name already. 5. BookmarkEditorView: added BookmarkBubbleView::GetAccessibleState() so we can say what this UI is all about 6. BookmarkEditorView: changed spoken feedback for for [Name] and [URL] text edit fields BUG=177321, 127042 TEST=manual with spoken feedback turned on Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236841

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 2

Patch Set 3 : added basic accesibility to tree view #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : clang fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -7 lines) Patch
M chrome/app/bookmarks_strings.grdp View 1 2 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc View 1 2 3 4 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc View 1 2 3 4 5 4 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc View 1 2 3 4 4 chunks +11 lines, -2 lines 0 comments Download
M ui/views/bubble/bubble_delegate.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/bubble/bubble_delegate.cc View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
zel
7 years, 1 month ago (2013-11-20 19:40:09 UTC) #1
David Tseng
https://codereview.chromium.org/79273002/diff/1/chrome/app/bookmarks_strings.grdp File chrome/app/bookmarks_strings.grdp (right): https://codereview.chromium.org/79273002/diff/1/chrome/app/bookmarks_strings.grdp#newcode186 chrome/app/bookmarks_strings.grdp:186: <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK_ACCESSIBILITY" desc="Title of the bubble when re-clicking on ...
7 years, 1 month ago (2013-11-20 22:13:27 UTC) #2
zel
PTAL I've added items 5-7 with the latest update. https://codereview.chromium.org/79273002/diff/1/chrome/app/bookmarks_strings.grdp File chrome/app/bookmarks_strings.grdp (right): https://codereview.chromium.org/79273002/diff/1/chrome/app/bookmarks_strings.grdp#newcode186 chrome/app/bookmarks_strings.grdp:186: ...
7 years, 1 month ago (2013-11-21 00:19:22 UTC) #3
David Tseng
On Wed, Nov 20, 2013 at 4:19 PM, <zelidrag@chromium.org> wrote: > PTAL > > I've ...
7 years, 1 month ago (2013-11-21 01:33:02 UTC) #4
zelidrag1
On Wed, Nov 20, 2013 at 5:32 PM, David Tseng <dtseng@chromium.org> wrote: > > > ...
7 years, 1 month ago (2013-11-21 06:45:10 UTC) #5
dmazzoni
https://codereview.chromium.org/79273002/diff/140001/chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc File chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc (right): https://codereview.chromium.org/79273002/diff/140001/chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc#newcode296 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc:296: views::TreeView* tree = static_cast<views::TreeView*>(view); Why is the view with ...
7 years, 1 month ago (2013-11-21 06:54:06 UTC) #6
zel
https://codereview.chromium.org/79273002/diff/140001/ui/views/controls/tree/tree_view.cc File ui/views/controls/tree/tree_view.cc (right): https://codereview.chromium.org/79273002/diff/140001/ui/views/controls/tree/tree_view.cc#newcode409 ui/views/controls/tree/tree_view.cc:409: state->role = ui::AccessibilityTypes::ROLE_OUTLINEITEM; On 2013/11/21 06:54:07, Dominic Mazzoni wrote: ...
7 years, 1 month ago (2013-11-21 07:02:26 UTC) #7
dmazzoni
On 2013/11/21 07:02:26, zel wrote: > https://codereview.chromium.org/79273002/diff/140001/ui/views/controls/tree/tree_view.cc > File ui/views/controls/tree/tree_view.cc (right): > > https://codereview.chromium.org/79273002/diff/140001/ui/views/controls/tree/tree_view.cc#newcode409 > ...
7 years, 1 month ago (2013-11-21 07:05:50 UTC) #8
zel
https://codereview.chromium.org/79273002/diff/140001/chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc File chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc (right): https://codereview.chromium.org/79273002/diff/140001/chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc#newcode296 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc:296: views::TreeView* tree = static_cast<views::TreeView*>(view); On 2013/11/21 06:54:07, Dominic Mazzoni ...
7 years, 1 month ago (2013-11-22 02:34:01 UTC) #9
dmazzoni
lgtm
7 years, 1 month ago (2013-11-22 05:04:23 UTC) #10
sky
ui/views LGTM
7 years, 1 month ago (2013-11-22 18:34:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/79273002/250001
7 years, 1 month ago (2013-11-22 18:38:10 UTC) #12
commit-bot: I haz the power
Retried try job too often on linux_chromeos_clang for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos_clang&number=59661
7 years, 1 month ago (2013-11-22 19:31:27 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/79273002/530001
7 years, 1 month ago (2013-11-22 19:53:06 UTC) #14
commit-bot: I haz the power
7 years, 1 month ago (2013-11-22 22:19:03 UTC) #15
Message was sent while issue was closed.
Change committed as 236841

Powered by Google App Engine
This is Rietveld 408576698