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

Issue 2200893003: DevTools: Add autocomplete for ARIA (Closed)

Created:
4 years, 4 months ago by aboxhall
Modified:
4 years, 3 months ago
Reviewers:
dgozman, lushnikov
CC:
chromium-reviews, caseq+blink_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, lushnikov+blink_chromium.org, yuzo+watch_chromium.org, pfeldman+blink_chromium.org, nektarios, dmazzoni, apavlov+blink_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, devtools-reviews_chromium.org, blink-reviews, je_julie, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Add autocomplete for ARIA. BUG=616950 Committed: https://crrev.com/515495b524fa67e475f0068809f42f814370866d Cr-Commit-Position: refs/heads/master@{#415094}

Patch Set 1 : now with all files #

Patch Set 2 : Test working #

Patch Set 3 : Remove done TODO #

Total comments: 21

Patch Set 4 : lushinkov comments #

Patch Set 5 : Delete ARIA.js, add comment to aria_attributes.py #

Total comments: 28

Patch Set 6 : lushinkov review comments #

Total comments: 10

Patch Set 7 : lushnikov review comments #

Patch Set 8 : remove test #

Total comments: 5

Patch Set 9 : reinstate test #

Patch Set 10 : Inline roles #

Patch Set 11 : rebase #

Total comments: 2

Patch Set 12 : skip_compilation #

Messages

Total messages: 48 (26 generated)
aboxhall
https://codereview.chromium.org/2200893003/diff/60001/third_party/WebKit/Source/devtools/scripts/aria_attributes.py File third_party/WebKit/Source/devtools/scripts/aria_attributes.py (right): https://codereview.chromium.org/2200893003/diff/60001/third_party/WebKit/Source/devtools/scripts/aria_attributes.py#newcode78 third_party/WebKit/Source/devtools/scripts/aria_attributes.py:78: def main(_): Not sure whether to commit this file ...
4 years, 4 months ago (2016-08-22 18:47:07 UTC) #5
dgozman
Andrey, could you please take a look? This looks pretty similar to CSS autocomplete.
4 years, 4 months ago (2016-08-22 19:41:17 UTC) #7
aboxhall
@lushnikov Friendly ping?
4 years, 4 months ago (2016-08-23 15:43:07 UTC) #9
lushnikov
https://codereview.chromium.org/2200893003/diff/60001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIA.js File third_party/WebKit/Source/devtools/front_end/accessibility/ARIA.js (right): https://codereview.chromium.org/2200893003/diff/60001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIA.js#newcode1 third_party/WebKit/Source/devtools/front_end/accessibility/ARIA.js:1: WebInspector.ARIAMetadata.initializeWithConfig({ why do you need this file? https://codereview.chromium.org/2200893003/diff/60001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAMetadata.js File ...
4 years, 3 months ago (2016-08-23 17:23:51 UTC) #10
aboxhall
https://codereview.chromium.org/2200893003/diff/60001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIA.js File third_party/WebKit/Source/devtools/front_end/accessibility/ARIA.js (right): https://codereview.chromium.org/2200893003/diff/60001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIA.js#newcode1 third_party/WebKit/Source/devtools/front_end/accessibility/ARIA.js:1: WebInspector.ARIAMetadata.initializeWithConfig({ On 2016/08/23 17:23:51, lushnikov wrote: > why do ...
4 years, 3 months ago (2016-08-23 21:06:17 UTC) #11
aboxhall
Any more feedback here?
4 years, 3 months ago (2016-08-24 21:53:46 UTC) #12
lushnikov
The accessibility module is getting big and solid; let's make this a remote module so ...
4 years, 3 months ago (2016-08-24 23:05:10 UTC) #13
aboxhall
On 2016/08/24 23:05:10, lushnikov wrote: > The accessibility module is getting big and solid; let's ...
4 years, 3 months ago (2016-08-25 17:59:09 UTC) #15
lushnikov
>> The accessibility module is getting big and solid; let's make this a remote >> ...
4 years, 3 months ago (2016-08-25 18:46:46 UTC) #17
aboxhall
https://codereview.chromium.org/2200893003/diff/100001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js File third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js (right): https://codereview.chromium.org/2200893003/diff/100001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js#newcode1 third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js:1: WebInspector.ARIAMetadata.initializeWithConfig({ On 2016/08/25 18:46:45, lushnikov wrote: > Can we ...
4 years, 3 months ago (2016-08-26 18:15:07 UTC) #20
aboxhall
On 2016/08/25 18:46:46, lushnikov wrote: > >> The accessibility module is getting big and solid; ...
4 years, 3 months ago (2016-08-26 21:24:36 UTC) #21
lushnikov
> Oh great. Can you point me at how to do this, and I'll do ...
4 years, 3 months ago (2016-08-26 23:00:16 UTC) #23
aboxhall
https://codereview.chromium.org/2200893003/diff/120001/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html File third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html (right): https://codereview.chromium.org/2200893003/diff/120001/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html#newcode8 third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html:8: window.debugTest = true; On 2016/08/26 23:00:16, lushnikov wrote: > ...
4 years, 3 months ago (2016-08-26 23:18:36 UTC) #24
lushnikov
https://codereview.chromium.org/2200893003/diff/160001/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html File third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html (left): https://codereview.chromium.org/2200893003/diff/160001/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html#oldcode8 third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html:8: function test() You would also want to remove -expected.txt ...
4 years, 3 months ago (2016-08-26 23:32:21 UTC) #27
aboxhall
https://codereview.chromium.org/2200893003/diff/160001/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html File third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html (left): https://codereview.chromium.org/2200893003/diff/160001/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html#oldcode8 third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes.html:8: function test() On 2016/08/26 23:32:20, lushnikov wrote: > You ...
4 years, 3 months ago (2016-08-26 23:43:58 UTC) #28
aboxhall
Any further changes needed here? Do you want me to do the remote module thing ...
4 years, 3 months ago (2016-08-29 20:06:33 UTC) #33
lushnikov
> Do you want me to do the remote module thing in this change? Let's ...
4 years, 3 months ago (2016-08-29 21:51:39 UTC) #38
aboxhall
https://codereview.chromium.org/2200893003/diff/200001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js File third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js (right): https://codereview.chromium.org/2200893003/diff/200001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js#newcode1 third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js:1: WebInspector.ARIAMetadata.config = { On 2016/08/29 21:51:39, lushnikov wrote: > ...
4 years, 3 months ago (2016-08-29 23:08:09 UTC) #39
aboxhall
On 2016/08/29 23:08:09, aboxhall wrote: > https://codereview.chromium.org/2200893003/diff/200001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js > File third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js > (right): > > https://codereview.chromium.org/2200893003/diff/200001/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAConfig.js#newcode1 ...
4 years, 3 months ago (2016-08-29 23:23:36 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2200893003/220001
4 years, 3 months ago (2016-08-29 23:45:27 UTC) #44
commit-bot: I haz the power
Committed patchset #12 (id:220001)
4 years, 3 months ago (2016-08-30 04:28:15 UTC) #46
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 04:30:28 UTC) #48
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/515495b524fa67e475f0068809f42f814370866d
Cr-Commit-Position: refs/heads/master@{#415094}

Powered by Google App Engine
This is Rietveld 408576698