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

Issue 1447693002: [a11y] Bring accessibility-audit up to date: v2.10.0 release. (Closed)

Created:
5 years, 1 month ago by apacible
Modified:
5 years ago
CC:
chromium-reviews, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, 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

[a11y] Bring accessibility-audit up to date: v2.10.0 release. This change pulls in the latest a11y devtools release. With the update of third_party/accessibility_audit to release v2.10.0, a number of browser tests had accessibility audit failures and warnings. These are all disabled/ignored and bugs filed for each set of audit failures. The accessibility audit repository can be found at: https://github.com/GoogleChrome/accessibility-developer-tools TBR=sky@chromium.org BUG=555753 Committed: https://crrev.com/12fdc0a6860f25e24cca86250e8b9d0f17f3cc47 Cr-Commit-Position: refs/heads/master@{#361792}

Patch Set 1 : Update third_party/accessibiliy-audit/*. #

Patch Set 2 : Remove goog check in test_api.js #

Patch Set 3 : Ignore tableHasAppropriateHeaders. #

Patch Set 4 : Suppress or disable new a11y checks that fail in existing tests. #

Patch Set 5 : Refactor ignored checks, simplify some selectors, add crbugs. #

Total comments: 2

Patch Set 6 : Changes per aboxhall@'s comments. #

Total comments: 2

Patch Set 7 : Rebase. #

Patch Set 8 : Changes per plundblad@'s comments. #

Patch Set 9 : Fix the rest of the ChromeOS tests. File crbugs and update existing ones. #

Total comments: 15

Patch Set 10 : Changes per sky@ and dbeam@'s comments. Add OWNERS for accessibility-audit. #

Patch Set 11 : Changes per dbeam@'s comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1336 lines, -476 lines) Patch
M chrome/browser/ui/webui/bookmarks_ui_browsertest.cc View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/downloads_ui_browsertest.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/downloads_ui_browsertest_base.js View 1 2 3 4 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_browsertest.js View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/language_options_browsertest.js View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/multilanguage_options_webui_browsertest.js View 1 2 3 4 5 6 chunks +39 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/options_browsertest.js View 1 2 3 4 5 6 7 8 9 2 chunks +63 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/options_browsertest_base.js View 1 2 3 4 5 6 7 8 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/test/data/chromeos/oobe_webui_browsertest.js View 1 2 3 4 5 6 7 8 1 chunk +56 lines, -0 lines 0 comments Download
M chrome/test/data/webui/history_browsertest.js View 1 2 3 4 5 6 7 8 9 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/test/data/webui/net_internals/net_internals_test.js View 1 2 3 4 5 2 chunks +21 lines, -0 lines 0 comments Download
M chrome/test/data/webui/print_preview.js View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/test/data/webui/test_api.js View 1 2 3 4 5 6 7 8 9 3 chunks +14 lines, -18 lines 0 comments Download
A third_party/accessibility-audit/OWNERS View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M third_party/accessibility-audit/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M third_party/accessibility-audit/axs_testing.js View 38 chunks +1020 lines, -453 lines 0 comments Download

Messages

Total messages: 43 (25 generated)
apacible
Disregarding chromevox test failures... PTAL, thanks! I've separated patches based on our conversations from the ...
5 years, 1 month ago (2015-11-20 22:47:39 UTC) #16
aboxhall
Mostly LGTM modulo the ChromeVox issue - still trying to chase that up. https://codereview.chromium.org/1447693002/diff/220001/chrome/browser/ui/webui/options/options_browsertest.js File ...
5 years, 1 month ago (2015-11-20 23:50:07 UTC) #17
apacible
https://codereview.chromium.org/1447693002/diff/220001/chrome/browser/ui/webui/options/options_browsertest.js File chrome/browser/ui/webui/options/options_browsertest.js (right): https://codereview.chromium.org/1447693002/diff/220001/chrome/browser/ui/webui/options/options_browsertest.js#newcode104 chrome/browser/ui/webui/options/options_browsertest.js:104: this.accessibilityAuditConfig.ignoreSelectors( On 2015/11/20 23:50:06, aboxhall wrote: > You should ...
5 years, 1 month ago (2015-11-21 01:29:57 UTC) #18
Peter Lundblad
https://codereview.chromium.org/1447693002/diff/230015/chrome/test/data/webui/test_api.js File chrome/test/data/webui/test_api.js (right): https://codereview.chromium.org/1447693002/diff/230015/chrome/test/data/webui/test_api.js#newcode174 chrome/test/data/webui/test_api.js:174: // 'goog.global' has to be present if axs is, ...
5 years, 1 month ago (2015-11-23 12:54:47 UTC) #20
apacible
https://codereview.chromium.org/1447693002/diff/230015/chrome/test/data/webui/test_api.js File chrome/test/data/webui/test_api.js (right): https://codereview.chromium.org/1447693002/diff/230015/chrome/test/data/webui/test_api.js#newcode174 chrome/test/data/webui/test_api.js:174: // 'goog.global' has to be present if axs is, ...
5 years ago (2015-11-24 18:03:46 UTC) #24
apacible
OWNERS: +dbeam for chrome/browser/ui/webui/* +sky for third_party/* (TBR) PTAL, thanks!
5 years ago (2015-11-24 19:23:20 UTC) #27
sky
How about an OWNERS file for the directory?
5 years ago (2015-11-24 23:04:43 UTC) #28
Dan Beam
https://codereview.chromium.org/1447693002/diff/350001/chrome/browser/ui/webui/downloads_ui_browsertest.js File chrome/browser/ui/webui/downloads_ui_browsertest.js (right): https://codereview.chromium.org/1447693002/diff/350001/chrome/browser/ui/webui/downloads_ui_browsertest.js#newcode124 chrome/browser/ui/webui/downloads_ui_browsertest.js:124: BaseDownloadsWebUITest.prototype.updateAccessibilityAuditConfig.call(this); shouldn't this be BaseDownloadsWebUITest.prototype.setUp.call(this)? https://codereview.chromium.org/1447693002/diff/350001/chrome/browser/ui/webui/options/autofill_options_browsertest.js File chrome/browser/ui/webui/options/autofill_options_browsertest.js (right): ...
5 years ago (2015-11-24 23:24:26 UTC) #29
apacible
Added an OWNERS file with aboxhall@ (thanks!). https://codereview.chromium.org/1447693002/diff/350001/chrome/browser/ui/webui/downloads_ui_browsertest.js File chrome/browser/ui/webui/downloads_ui_browsertest.js (right): https://codereview.chromium.org/1447693002/diff/350001/chrome/browser/ui/webui/downloads_ui_browsertest.js#newcode124 chrome/browser/ui/webui/downloads_ui_browsertest.js:124: BaseDownloadsWebUITest.prototype.updateAccessibilityAuditConfig.call(this); On ...
5 years ago (2015-11-25 19:13:53 UTC) #30
Dan Beam
lgtm https://codereview.chromium.org/1447693002/diff/350001/chrome/browser/ui/webui/downloads_ui_browsertest.js File chrome/browser/ui/webui/downloads_ui_browsertest.js (right): https://codereview.chromium.org/1447693002/diff/350001/chrome/browser/ui/webui/downloads_ui_browsertest.js#newcode124 chrome/browser/ui/webui/downloads_ui_browsertest.js:124: BaseDownloadsWebUITest.prototype.updateAccessibilityAuditConfig.call(this); On 2015/11/25 19:13:53, apacible wrote: > On ...
5 years ago (2015-11-25 20:23:04 UTC) #31
sky
LGTM
5 years ago (2015-11-25 21:15:03 UTC) #32
apacible
https://codereview.chromium.org/1447693002/diff/350001/chrome/browser/ui/webui/downloads_ui_browsertest.js File chrome/browser/ui/webui/downloads_ui_browsertest.js (right): https://codereview.chromium.org/1447693002/diff/350001/chrome/browser/ui/webui/downloads_ui_browsertest.js#newcode124 chrome/browser/ui/webui/downloads_ui_browsertest.js:124: BaseDownloadsWebUITest.prototype.updateAccessibilityAuditConfig.call(this); On 2015/11/25 20:23:04, Dan Beam wrote: > can ...
5 years ago (2015-11-25 21:59:34 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1447693002/390001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1447693002/390001
5 years ago (2015-11-26 01:08:10 UTC) #36
commit-bot: I haz the power
Committed patchset #11 (id:390001)
5 years ago (2015-11-26 02:16:46 UTC) #38
commit-bot: I haz the power
Patchset 11 (id:??) landed as https://crrev.com/12fdc0a6860f25e24cca86250e8b9d0f17f3cc47 Cr-Commit-Position: refs/heads/master@{#361792}
5 years ago (2015-11-26 02:18:21 UTC) #40
raymes
A revert of this CL (patchset #11 id:390001) has been created in https://codereview.chromium.org/1481723002/ by raymes@chromium.org. ...
5 years ago (2015-11-26 05:06:28 UTC) #41
aboxhall
On 2015/11/26 05:06:28, raymes wrote: > A revert of this CL (patchset #11 id:390001) has ...
5 years ago (2015-11-26 17:00:07 UTC) #42
apacible
5 years ago (2015-12-01 22:02:38 UTC) #43
Message was sent while issue was closed.
On 2015/11/26 17:00:07, aboxhall wrote:
> On 2015/11/26 05:06:28, raymes wrote:
> > A revert of this CL (patchset #11 id:390001) has been created in
> > https://codereview.chromium.org/1481723002/ by mailto:raymes@chromium.org.
> > 
> > The reason for reverting is: This looks like it might have caused a build
> > breakage:
> >
>
https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%....
> 
> Looks like it might be timing out on that builder. I wonder what the
significant
> differences are:
> - between those builders and the majority which pass
> - between the updated library and the old one

Looks like the timed out tests are all hanging at this line:
https://code.google.com/p/chromium/codesearch#chromium/src/chrome/test/data/w...

Powered by Google App Engine
This is Rietveld 408576698