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

Issue 2655393003: DevTools: Introduce ARIAUtils (Closed)

Created:
3 years, 10 months ago by einbinder
Modified:
3 years, 10 months ago
Reviewers:
dgozman, hans.hillen, aboxhall
CC:
apavlov+blink_chromium.org, blink-reviews, blink-reviews-style_chromium.org, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Introduce ARIAUtils BUG=none Review-Url: https://codereview.chromium.org/2655393003 Cr-Commit-Position: refs/heads/master@{#447901} Committed: https://chromium.googlesource.com/chromium/src/+/652129ce6e65ee501a16614a9ec44b830a56ca0c

Patch Set 1 #

Patch Set 2 : add the file #

Total comments: 8

Patch Set 3 : Use namespace instead of class #

Total comments: 8

Patch Set 4 : setAccessibleName in InspectorView #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -4 lines) Patch
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/ElementsPanel.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js View 1 2 3 4 chunks +10 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/module.json View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
einbinder
This is my slimmed down version of the ARIAUtils patch.
3 years, 10 months ago (2017-01-26 22:36:01 UTC) #2
einbinder
3 years, 10 months ago (2017-01-26 22:40:19 UTC) #4
aboxhall
https://codereview.chromium.org/2655393003/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js File third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js (right): https://codereview.chromium.org/2655393003/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js#newcode26 third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js:26: element.setAttribute('aria-pressed', !!value); This may not work for all cases. ...
3 years, 10 months ago (2017-01-26 22:47:26 UTC) #5
dgozman
This definitely needs a bug and description. https://codereview.chromium.org/2655393003/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js File third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js (right): https://codereview.chromium.org/2655393003/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js#newcode1 third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js:1: // Copyright ...
3 years, 10 months ago (2017-01-26 23:21:42 UTC) #6
einbinder
https://codereview.chromium.org/2655393003/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js File third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js (right): https://codereview.chromium.org/2655393003/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js#newcode1 third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js:1: // Copyright (c) 2017 The Chromium Authors. All rights ...
3 years, 10 months ago (2017-01-27 00:19:27 UTC) #7
dgozman
lgtm https://codereview.chromium.org/2655393003/diff/40001/third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js File third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js (right): https://codereview.chromium.org/2655393003/diff/40001/third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js#newcode19 third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js:19: element.setAttribute('aria-selected', !!value); Let's add a comment about !! ...
3 years, 10 months ago (2017-01-27 23:12:59 UTC) #8
einbinder
https://codereview.chromium.org/2655393003/diff/40001/third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js File third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js (right): https://codereview.chromium.org/2655393003/diff/40001/third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js#newcode19 third_party/WebKit/Source/devtools/front_end/ui/ARIAUtils.js:19: element.setAttribute('aria-selected', !!value); On 2017/01/27 at 23:12:59, dgozman_slow wrote: > ...
3 years, 10 months ago (2017-02-02 22:53:33 UTC) #11
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/2655393003/60001
3 years, 10 months ago (2017-02-02 22:54:40 UTC) #14
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 03:28:34 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/652129ce6e65ee501a16614a9ec4...

Powered by Google App Engine
This is Rietveld 408576698