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

Issue 303113003: Properly prioritize the sources of an accessible name on Android. (Closed)

Created:
6 years, 6 months ago by dmazzoni
Modified:
6 years, 6 months ago
Reviewers:
aboxhall
CC:
chromium-reviews, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, jam, yuzo+watch_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Properly prioritize the sources of an accessible name on Android. This spec covers the right order: http://www.w3.org/TR/wai-aria-implementation Now Android basically matches Windows, the difference is that Android has to pick just one accessible name while Windows can have both a name and a description. There were existing cross-platform tests; I updated the Android expectations. BUG=359216 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274017

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -20 lines) Patch
M content/browser/accessibility/browser_accessibility_android.cc View 1 1 chunk +20 lines, -3 lines 0 comments Download
M content/test/data/accessibility/button-name-calc-expected-android.txt View 1 chunk +5 lines, -6 lines 0 comments Download
M content/test/data/accessibility/checkbox-name-calc-expected-android.txt View 1 chunk +2 lines, -3 lines 0 comments Download
M content/test/data/accessibility/input-text-name-calc-expected-android.txt View 1 chunk +7 lines, -8 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
dmazzoni
6 years, 6 months ago (2014-05-29 22:55:11 UTC) #1
aboxhall
lgtm https://codereview.chromium.org/303113003/diff/1/content/browser/accessibility/browser_accessibility_android.cc File content/browser/accessibility/browser_accessibility_android.cc (right): https://codereview.chromium.org/303113003/diff/1/content/browser/accessibility/browser_accessibility_android.cc#newcode278 content/browser/accessibility/browser_accessibility_android.cc:278: else if (title_elem_id && !name().empty()) I don't follow ...
6 years, 6 months ago (2014-05-30 21:26:21 UTC) #2
dmazzoni
https://codereview.chromium.org/303113003/diff/1/content/browser/accessibility/browser_accessibility_android.cc File content/browser/accessibility/browser_accessibility_android.cc (right): https://codereview.chromium.org/303113003/diff/1/content/browser/accessibility/browser_accessibility_android.cc#newcode278 content/browser/accessibility/browser_accessibility_android.cc:278: else if (title_elem_id && !name().empty()) On 2014/05/30 21:26:21, aboxhall ...
6 years, 6 months ago (2014-05-30 22:03:33 UTC) #3
dmazzoni
The CQ bit was checked by dmazzoni@chromium.org
6 years, 6 months ago (2014-05-30 22:03:44 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmazzoni@chromium.org/303113003/20001
6 years, 6 months ago (2014-05-30 22:05:04 UTC) #5
commit-bot: I haz the power
Change committed as 274017
6 years, 6 months ago (2014-05-31 04:31:22 UTC) #6
DaleCurtis
A revert of this CL has been created in https://codereview.chromium.org/304293006/ by dalecurtis@chromium.org. The reason for ...
6 years, 6 months ago (2014-05-31 22:08:49 UTC) #7
tapted
On 2014/05/31 22:08:49, DaleCurtis wrote: > A revert of this CL has been created in ...
6 years, 6 months ago (2014-06-02 01:56:59 UTC) #8
dmazzoni
I think the problem is that extract_build.py is failing, but the bot script keeps running ...
6 years, 6 months ago (2014-06-02 07:10:26 UTC) #9
dmazzoni
The Android builder seems to be working again. I'm going to try to re-land.
6 years, 6 months ago (2014-06-04 17:30:56 UTC) #10
dmazzoni
The CQ bit was checked by dmazzoni@chromium.org
6 years, 6 months ago (2014-06-04 17:31:32 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmazzoni@chromium.org/303113003/20001
6 years, 6 months ago (2014-06-04 17:32:59 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-04 17:34:32 UTC) #13
commit-bot: I haz the power
Failed to apply patch for content/browser/accessibility/browser_accessibility_android.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-06-04 17:34:32 UTC) #14
dmazzoni
6 years, 6 months ago (2014-06-04 17:52:54 UTC) #15
nvm, this was reverted and then re-landed already

Powered by Google App Engine
This is Rietveld 408576698