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

Issue 23830003: Replace accessibility-developer-tools submodule with accessibility-audit directory containing just … (Closed)

Created:
7 years, 3 months ago by aboxhall
Modified:
7 years, 3 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Replace accessibility-developer-tools submodule with accessibility-audit directory containing just the generated axs_testing.js file Follow-up CL will remove accessibility-developer-tools from DEPS. BUG=165901 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224794

Patch Set 1 #

Total comments: 8

Patch Set 2 : address review comments #

Total comments: 2

Patch Set 3 : Refer to individual test library file in {unit,browser}_tests.isolate #

Total comments: 2

Patch Set 4 : Move single file dependencies up into isolate_dependency_tracked blocks #

Total comments: 4

Patch Set 5 : Wrap README.chromium at 80 characters #

Patch Set 6 : Add accessibility audit config to ensure consistent results in accessibility_audit_browsertest.js #

Patch Set 7 : Add pageWithoutTitle to auditRulesToIgnore in configuration #

Patch Set 8 : Add missing closing square bracket #

Patch Set 9 : Revert number of expected results in testCanIgnoreSelectors test to 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1641 lines, -23 lines) Patch
M chrome/browser_tests.isolate View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/js_unittest_vars.gypi View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/v8_unit_test.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/test/base/web_ui_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/webui/accessibility_audit_browsertest.js View 1 2 3 4 5 6 7 8 12 chunks +21 lines, -12 lines 0 comments Download
M chrome/test/data/webui/test_api.js View 1 2 3 4 5 6 7 1 chunk +12 lines, -6 lines 0 comments Download
M chrome/unit_tests.isolate View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
A + third_party/accessibility-audit/LICENSE View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/accessibility-audit/README.chromium View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/accessibility-audit/axs_testing.js View 1 1 chunk +1586 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
aboxhall
7 years, 3 months ago (2013-09-05 15:24:52 UTC) #1
aboxhall
7 years, 3 months ago (2013-09-05 15:25:14 UTC) #2
dmazzoni
https://codereview.chromium.org/23830003/diff/1/third_party/accessibility-audit/README.chromium File third_party/accessibility-audit/README.chromium (right): https://codereview.chromium.org/23830003/diff/1/third_party/accessibility-audit/README.chromium#newcode1 third_party/accessibility-audit/README.chromium:1: Name: Accessibility Developer Tools Maybe this should be "Accessibility ...
7 years, 3 months ago (2013-09-05 15:27:57 UTC) #3
szager
https://codereview.chromium.org/23830003/diff/1/third_party/accessibility-audit/axs_testing.js File third_party/accessibility-audit/axs_testing.js (right): https://codereview.chromium.org/23830003/diff/1/third_party/accessibility-audit/axs_testing.js#newcode20 third_party/accessibility-audit/axs_testing.js:20: // AUTO-GENERATED CONTENT BELOW: DO NOT EDIT! See above ...
7 years, 3 months ago (2013-09-05 19:27:42 UTC) #4
aboxhall
+ phajdan.jr for changes in chrome/test, jhawkins/maruel for changes in *.isolate (jhawkins was on original ...
7 years, 3 months ago (2013-09-06 18:26:30 UTC) #5
szager
lgtm
7 years, 3 months ago (2013-09-06 18:28:47 UTC) #6
Paweł Hajdan Jr.
LGTM
7 years, 3 months ago (2013-09-06 18:31:31 UTC) #7
aboxhall
maruel, jhawkins/darin: ping?
7 years, 3 months ago (2013-09-09 17:06:24 UTC) #8
M-A Ruel
https://codereview.chromium.org/23830003/diff/9001/chrome/browser_tests.isolate File chrome/browser_tests.isolate (right): https://codereview.chromium.org/23830003/diff/9001/chrome/browser_tests.isolate#newcode67 chrome/browser_tests.isolate:67: '../third_party/accessibility-audit/', If a single file is needed, I'd prefer ...
7 years, 3 months ago (2013-09-09 18:24:34 UTC) #9
aboxhall
https://codereview.chromium.org/23830003/diff/9001/chrome/browser_tests.isolate File chrome/browser_tests.isolate (right): https://codereview.chromium.org/23830003/diff/9001/chrome/browser_tests.isolate#newcode67 chrome/browser_tests.isolate:67: '../third_party/accessibility-audit/', On 2013/09/09 18:24:34, M-A Ruel wrote: > If ...
7 years, 3 months ago (2013-09-09 18:30:39 UTC) #10
M-A Ruel
https://codereview.chromium.org/23830003/diff/24001/chrome/browser_tests.isolate File chrome/browser_tests.isolate (right): https://codereview.chromium.org/23830003/diff/24001/chrome/browser_tests.isolate#newcode67 chrome/browser_tests.isolate:67: '../third_party/accessibility-audit/axs_testing.js', Ok, then it has to move into isolate_dependency_tracked, ...
7 years, 3 months ago (2013-09-09 18:36:39 UTC) #11
aboxhall
https://codereview.chromium.org/23830003/diff/24001/chrome/browser_tests.isolate File chrome/browser_tests.isolate (right): https://codereview.chromium.org/23830003/diff/24001/chrome/browser_tests.isolate#newcode67 chrome/browser_tests.isolate:67: '../third_party/accessibility-audit/axs_testing.js', On 2013/09/09 18:36:40, M-A Ruel wrote: > Ok, ...
7 years, 3 months ago (2013-09-09 19:54:52 UTC) #12
M-A Ruel
.isolate lgtm
7 years, 3 months ago (2013-09-09 19:56:02 UTC) #13
aboxhall
darin: ping re third_party?
7 years, 3 months ago (2013-09-12 18:16:10 UTC) #14
aboxhall
-darin +cpu cpu: could you take a look at the changes in third_party?
7 years, 3 months ago (2013-09-12 20:26:23 UTC) #15
darin (slow to review)
https://codereview.chromium.org/23830003/diff/28001/third_party/accessibility-audit/README.chromium File third_party/accessibility-audit/README.chromium (right): https://codereview.chromium.org/23830003/diff/28001/third_party/accessibility-audit/README.chromium#newcode13 third_party/accessibility-audit/README.chromium:13: This version has been built from the revision linked ...
7 years, 3 months ago (2013-09-13 07:18:23 UTC) #16
aboxhall
https://codereview.chromium.org/23830003/diff/28001/third_party/accessibility-audit/README.chromium File third_party/accessibility-audit/README.chromium (right): https://codereview.chromium.org/23830003/diff/28001/third_party/accessibility-audit/README.chromium#newcode13 third_party/accessibility-audit/README.chromium:13: This version has been built from the revision linked ...
7 years, 3 months ago (2013-09-13 22:47:22 UTC) #17
darin (slow to review)
LGTM
7 years, 3 months ago (2013-09-13 22:48:47 UTC) #18
aboxhall
phajdan.jr: I had to make some more changes to accessibility_audit_browsertest.js; could you take a look?
7 years, 3 months ago (2013-09-14 00:28:43 UTC) #19
Paweł Hajdan Jr.
LGTM
7 years, 3 months ago (2013-09-14 00:38:47 UTC) #20
cpu_(ooo_6.6-7.5)
lgtm
7 years, 3 months ago (2013-09-15 19:11:50 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/23830003/37002
7 years, 3 months ago (2013-09-16 21:22:44 UTC) #22
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=169494
7 years, 3 months ago (2013-09-17 00:24:12 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/23830003/72001
7 years, 3 months ago (2013-09-18 00:27:44 UTC) #24
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=77983
7 years, 3 months ago (2013-09-18 03:08:02 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/23830003/100001
7 years, 3 months ago (2013-09-20 19:55:56 UTC) #26
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=200465
7 years, 3 months ago (2013-09-20 23:52:47 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/23830003/100001
7 years, 3 months ago (2013-09-21 00:28:01 UTC) #28
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=200633
7 years, 3 months ago (2013-09-21 02:56:07 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/23830003/100001
7 years, 3 months ago (2013-09-23 18:41:07 UTC) #30
commit-bot: I haz the power
7 years, 3 months ago (2013-09-23 21:36:55 UTC) #31
Message was sent while issue was closed.
Change committed as 224794

Powered by Google App Engine
This is Rietveld 408576698