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

Issue 845663002: On Android, links inside headings should be announced as headings by TalkBack (Closed)

Created:
5 years, 11 months ago by ramya.v
Modified:
5 years, 11 months ago
Reviewers:
dmazzoni, 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
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

On Android, links inside headings should be announced as headings by TalkBack BUG=446216 Committed: https://crrev.com/68e8e33eff3a16754b9a99681d0586041436bb62 Cr-Commit-Position: refs/heads/master@{#312086}

Patch Set 1 #

Patch Set 2 : Adding testcase #

Patch Set 3 : Updating test results for win and mac #

Total comments: 1

Patch Set 4 : Modified as per review comments #

Patch Set 5 : Updating test case as per latest rebased code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -0 lines) Patch
M content/browser/accessibility/browser_accessibility_android.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A content/test/data/accessibility/html/link-inside-heading.html View 1 chunk +6 lines, -0 lines 0 comments Download
A content/test/data/accessibility/html/link-inside-heading-expected-android.txt View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
A content/test/data/accessibility/html/link-inside-heading-expected-mac.txt View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A content/test/data/accessibility/html/link-inside-heading-expected-win.txt View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
ramya.v
PTAL! Thanks
5 years, 11 months ago (2015-01-09 08:28:12 UTC) #2
dmazzoni
Almost perfect, but it should search all the way up recursively, i.e. it might be ...
5 years, 11 months ago (2015-01-12 07:44:43 UTC) #3
ramya.v
On 2015/01/12 07:44:43, dmazzoni wrote: > Almost perfect, but it should search all the way ...
5 years, 11 months ago (2015-01-12 07:54:28 UTC) #4
ramya.v
On 2015/01/12 07:54:28, ramya.v wrote: > On 2015/01/12 07:44:43, dmazzoni wrote: > > Almost perfect, ...
5 years, 11 months ago (2015-01-12 08:35:50 UTC) #5
dmazzoni
On 2015/01/12 08:35:50, ramya.v wrote: > On 2015/01/12 07:54:28, ramya.v wrote: > > On 2015/01/12 ...
5 years, 11 months ago (2015-01-14 18:02:10 UTC) #6
dmazzoni
lgtm Ah, you're right - calling GetParent() will check recursively as you wrote it. Thanks. ...
5 years, 11 months ago (2015-01-14 18:03:02 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/845663002/60001
5 years, 11 months ago (2015-01-19 08:29:03 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-19 09:28:20 UTC) #10
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/68e8e33eff3a16754b9a99681d0586041436bb62 Cr-Commit-Position: refs/heads/master@{#312086}
5 years, 11 months ago (2015-01-19 09:29:12 UTC) #11
bartfab (slow)
5 years, 11 months ago (2015-01-19 12:49:01 UTC) #12
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/862503002/ by bartfab@chromium.org.

The reason for reverting is: This caused content_browsertests to fail on the
Android bots, e.g.:

http://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/17857

C 1232.064s Main  [FAIL]
DumpAccessibilityTreeTest.AccessibilityLinkInsideHeading:
C 1232.064s Main  [WARNING:dns_config_service_posix.cc(293)] Failed to read
DnsConfig.
C 1232.065s Main  [ERROR:unix_domain_server_socket_posix.cc(106)] Not
implemented reached in virtual int
net::UnixDomainServerSocket::GetLocalAddress(net::IPEndPoint*) const
C 1232.065s Main  [WARNING:proxy_service.cc(899)] PAC support disabled because
there is no system implementation
C 1232.065s Main  Testing:
/storage/emulated/0/content/test/data/accessibility/html/link-inside-heading.html
C 1232.065s Main 
../../content/browser/accessibility/dump_accessibility_browsertest_base.cc:202:
Failure
C 1232.065s Main  Value of: is_different
C 1232.065s Main    Actual: true
C 1232.065s Main  Expected: false
C 1232.065s Main  * Line Expected
C 1232.065s Main  - ---- --------
C 1232.065s Main       1 android.webkit.WebView focusable focused scrollable
C 1232.065s Main       2     android.view.View heading
C 1232.065s Main  *    3         android.view.View clickable focusable heading
name='Link In Heading'
C 1232.065s Main       4 <-- End-of-file -->
C 1232.065s Main  
C 1232.065s Main  Actual
C 1232.065s Main  ------
C 1232.065s Main  android.webkit.WebView focusable focused scrollable
C 1232.065s Main      android.view.View heading
C 1232.066s Main          android.view.View clickable focusable heading link
name='Link In Heading'
C 1232.066s Main  <-- End-of-file -->.

Powered by Google App Engine
This is Rietveld 408576698