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 23731008: Expose android.webkit.WebView as the web view's class name. (Closed)

Created:
7 years, 3 months ago by dmazzoni
Modified:
6 years, 9 months ago
Reviewers:
aboxhall
CC:
chromium-reviews, hashimoto+watch_chromium.org, aboxhall+watch_chromium.org, jam, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, ctguil+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Expose android.webkit.WebView as the web view's class name. This makes it a little more obvious where the root of web content is when using uiautomatorviewer. Doesn't currently affect TalkBack. Note that only the root of the accessibility tree has a role of WebAXRoleRootWebArea. Iframes will have a role of WebAXRoleWebArea and I don't think it'd make sense to expose those as android.webkit.WebView. BUG=none NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257359

Patch Set 1 #

Patch Set 2 : Add test expectations #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -58 lines) Patch
M content/browser/accessibility/browser_accessibility_android.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/test/data/accessibility/a-expected-android.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/a-name-expected-android.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/a-onclick-expected-android.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/a-with-img-expected-android.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/address-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-application-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-autocomplete-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-combobox-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-invalid-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-level-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-menu-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-menuitemradio-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-pressed-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-progressbar-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-valuemax-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-valuemin-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/article-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/bdo-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/br-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/button-name-calc-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/canvas-expected-android.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/checkbox-name-calc-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/contenteditable-descendants-expected-android.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/div-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/dl-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/em-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/footer-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/form-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/heading-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/hr-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/input-button-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/input-button-in-menu-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/input-color-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/input-image-button-in-menu-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/input-range-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/input-text-name-calc-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/input-types-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/label-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/landmark-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/list-markers-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/modal-dialog-closed-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/modal-dialog-in-iframe-closed-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/modal-dialog-in-iframe-opened-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/modal-dialog-opened-expected-android.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/modal-dialog-stack-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/p-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/region-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/select-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/span-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/spinbutton-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/svg-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/tab-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/table-simple-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/table-spans-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/togglebutton-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/toolbar-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/ul-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/wbr-expected-android.txt View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
dmazzoni
7 years, 3 months ago (2013-09-06 17:11:27 UTC) #1
dmazzoni
Ping? Pretty trivial change
7 years, 3 months ago (2013-09-10 03:08:29 UTC) #2
aboxhall
lgtm
7 years, 3 months ago (2013-09-10 14:49:36 UTC) #3
aboxhall
lgtm
7 years, 2 months ago (2013-09-30 19:40:24 UTC) #4
dmazzoni
Thanks. I realized I need to update a bunch of test expectations before I can ...
7 years, 2 months ago (2013-09-30 19:41:54 UTC) #5
aboxhall
I did wonder why I hadn't gotten a ping after 3 weeks :)
7 years, 2 months ago (2013-09-30 19:42:50 UTC) #6
dmazzoni
The CQ bit was checked by dmazzoni@chromium.org
6 years, 9 months ago (2014-03-16 05:10:46 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmazzoni@chromium.org/23731008/54001
6 years, 9 months ago (2014-03-16 05:10:58 UTC) #8
commit-bot: I haz the power
6 years, 9 months ago (2014-03-16 05:12:40 UTC) #9
Message was sent while issue was closed.
Change committed as 257359

Powered by Google App Engine
This is Rietveld 408576698