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

Issue 2322413003: Show ancestor hierarchy in accessibility panel (Closed)

Created:
4 years, 3 months ago by aboxhall
Modified:
4 years, 3 months ago
Reviewers:
dmazzoni, dgozman, pfeldman
CC:
dmazzoni, aboxhall+watch_chromium.org, apavlov+blink_chromium.org, blink-reviews, blink-reviews-wtf_chromium.org, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, haraken, je_julie, kinuko+watch, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, Mikhail, nektarios, nektar+watch_chromium.org, pfeldman, pfeldman+blink_chromium.org, yuzo+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Show ancestor hierarchy in accessibility panel BUG=560525 Committed: https://crrev.com/3558706c1b2a630557929b61fefc74e28975f3a6 Committed: https://crrev.com/97fbce44062367ee4a63cb751c3f56cb226c080d Cr-Original-Commit-Position: refs/heads/master@{#419369} Cr-Commit-Position: refs/heads/master@{#419457}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : Return a single array of nodes #

Patch Set 4 : Return a single array of nodes #

Patch Set 5 : Candidate #

Patch Set 6 : More minimal #

Total comments: 28

Patch Set 7 : dgozman comments #

Patch Set 8 : Go back to ScopedAXObjectCache #

Total comments: 4

Patch Set 9 : dgozman comments round 2 #

Total comments: 1

Patch Set 10 : Add new test for ancestors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6228 lines, -5665 lines) Patch
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-dumpAccessibilityNodes.js View 1 2 3 4 5 6 7 8 3 chunks +20 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode.html View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +57 lines, -55 lines 0 comments Download
A + third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors.html View 1 2 3 4 5 6 7 8 9 3 chunks +13 lines, -5 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNodeWithAncestors-expected.txt View 1 2 3 4 5 6 7 8 9 1 chunk +169 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode.html View 1 2 3 4 5 6 7 8 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getNodeWithNoAXNode-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-expected.txt View 1 2 3 4 5 6 7 8 3 chunks +122 lines, -118 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +341 lines, -311 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +78 lines, -72 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-buttons-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +513 lines, -491 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-img-figure-expected.txt View 1 2 3 4 5 6 7 8 2 chunks +608 lines, -584 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-buttons-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1177 lines, -1141 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +913 lines, -891 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-labelledby-expected.txt View 1 2 3 4 5 6 7 8 12 chunks +1108 lines, -1072 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-summary-expected.txt View 1 2 3 4 5 6 7 8 2 chunks +223 lines, -215 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-visiblity-expected.txt View 1 2 3 4 5 6 7 8 7 chunks +655 lines, -637 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/browser_protocol.json View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js View 1 2 3 4 5 6 1 chunk +131 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityModel.js View 1 2 3 4 5 6 1 chunk +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js View 1 2 3 4 5 6 7 8 3 chunks +28 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/accessibility/module.json View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp View 1 2 3 4 5 6 7 8 5 chunks +32 lines, -24 lines 0 comments Download

Messages

Total messages: 40 (15 generated)
aboxhall
Screenshots in bug. Note that this is not the intended final state; eventually the view ...
4 years, 3 months ago (2016-09-14 04:02:10 UTC) #2
aboxhall
+dmazzoni for modules/accessibility changes
4 years, 3 months ago (2016-09-14 04:06:26 UTC) #4
aboxhall
On 2016/09/14 04:06:26, aboxhall wrote: > +dmazzoni for modules/accessibility changes I just toggled browser accessibility ...
4 years, 3 months ago (2016-09-14 04:08:37 UTC) #5
aboxhall
Ping?
4 years, 3 months ago (2016-09-14 21:10:33 UTC) #6
aboxhall
Ping?
4 years, 3 months ago (2016-09-15 17:20:05 UTC) #7
dgozman
https://codereview.chromium.org/2322413003/diff/100001/third_party/WebKit/Source/core/inspector/browser_protocol.json File third_party/WebKit/Source/core/inspector/browser_protocol.json (right): https://codereview.chromium.org/2322413003/diff/100001/third_party/WebKit/Source/core/inspector/browser_protocol.json#newcode4225 third_party/WebKit/Source/core/inspector/browser_protocol.json:4225: "name": "getAXNodeForDOMNode", getAXNodeChain https://codereview.chromium.org/2322413003/diff/100001/third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js File third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js (right): https://codereview.chromium.org/2322413003/diff/100001/third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js#newcode39 third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js:39: ...
4 years, 3 months ago (2016-09-15 17:45:45 UTC) #8
dmazzoni
I'm still trying to grapple with the implications of having two AXObjectCaches pointing to the ...
4 years, 3 months ago (2016-09-15 17:47:11 UTC) #9
aboxhall
Just dgozman's comments for now. https://codereview.chromium.org/2322413003/diff/100001/third_party/WebKit/Source/core/inspector/browser_protocol.json File third_party/WebKit/Source/core/inspector/browser_protocol.json (right): https://codereview.chromium.org/2322413003/diff/100001/third_party/WebKit/Source/core/inspector/browser_protocol.json#newcode4225 third_party/WebKit/Source/core/inspector/browser_protocol.json:4225: "name": "getAXNodeForDOMNode", On 2016/09/15 ...
4 years, 3 months ago (2016-09-15 20:30:08 UTC) #10
aboxhall
On 2016/09/15 17:47:11, dmazzoni wrote: > I'm still trying to grapple with the implications of ...
4 years, 3 months ago (2016-09-15 22:56:25 UTC) #11
dmazzoni
On Thu, Sep 15, 2016 at 3:56 PM <aboxhall@chromium.org> wrote: > I created http://output.jsbin.com/velexucepe and ...
4 years, 3 months ago (2016-09-15 23:22:28 UTC) #12
dmazzoni
On Thu, Sep 15, 2016 at 3:56 PM <aboxhall@chromium.org> wrote: > I created http://output.jsbin.com/velexucepe and ...
4 years, 3 months ago (2016-09-15 23:22:29 UTC) #13
chromium-reviews
On Thu, Sep 15, 2016 at 4:22 PM, Dominic Mazzoni <dmazzoni@chromium.org> wrote: > On Thu, ...
4 years, 3 months ago (2016-09-16 16:41:58 UTC) #14
blink-reviews
On Thu, Sep 15, 2016 at 4:22 PM, Dominic Mazzoni <dmazzoni@chromium.org> wrote: > On Thu, ...
4 years, 3 months ago (2016-09-16 16:41:58 UTC) #15
aboxhall
After discussing further with Dominic, I decided it would be easier to stick with ScopedAXObjectCache ...
4 years, 3 months ago (2016-09-16 18:07:35 UTC) #16
dgozman
Looks pretty good! A couple of comments below. https://codereview.chromium.org/2322413003/diff/100001/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js File third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js (right): https://codereview.chromium.org/2322413003/diff/100001/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js#newcode47 third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js:47: this._ariaSubPane.parentWidget().contentElement.classList.remove("sidebar-hidden-override"); ...
4 years, 3 months ago (2016-09-17 00:36:23 UTC) #21
aboxhall
https://codereview.chromium.org/2322413003/diff/100001/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js File third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js (right): https://codereview.chromium.org/2322413003/diff/100001/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js#newcode47 third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js:47: this._ariaSubPane.parentWidget().contentElement.classList.remove("sidebar-hidden-override"); On 2016/09/17 00:36:23, dgozman wrote: > On 2016/09/15 ...
4 years, 3 months ago (2016-09-17 01:12:34 UTC) #23
dgozman
I hope all the test expectation changes are just indents, but codereview failed to show ...
4 years, 3 months ago (2016-09-17 01:28:03 UTC) #25
aboxhall
On 2016/09/17 01:28:03, dgozman wrote: > I hope all the test expectation changes are just ...
4 years, 3 months ago (2016-09-17 01:46:06 UTC) #26
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/2322413003/180001
4 years, 3 months ago (2016-09-17 01:47:45 UTC) #29
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 3 months ago (2016-09-17 03:33:08 UTC) #30
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/3558706c1b2a630557929b61fefc74e28975f3a6 Cr-Commit-Position: refs/heads/master@{#419369}
4 years, 3 months ago (2016-09-17 03:36:40 UTC) #32
fs
A revert of this CL (patchset #10 id:180001) has been created in https://codereview.chromium.org/2351443003/ by fs@opera.com. ...
4 years, 3 months ago (2016-09-17 19:20:36 UTC) #33
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/2322413003/180001
4 years, 3 months ago (2016-09-19 13:39:55 UTC) #36
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 3 months ago (2016-09-19 14:55:39 UTC) #38
commit-bot: I haz the power
4 years, 3 months ago (2016-09-19 14:58:33 UTC) #40
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/97fbce44062367ee4a63cb751c3f56cb226c080d
Cr-Commit-Position: refs/heads/master@{#419457}

Powered by Google App Engine
This is Rietveld 408576698