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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)

Created:
3 years, 7 months ago by aleventhal
Modified:
3 years, 7 months ago
CC:
chromium-reviews, aboxhall, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, dougt+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, blink-reviews, dmazzoni
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Name calculation should not include nameFrom:author descendants. Also, listitem should not compute name from descendants. There are still a couple of failing tests that don't look related. BUG=722145, 722146 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation NOTRY=true Review-Url: https://codereview.chromium.org/2867073003 Cr-Commit-Position: refs/heads/master@{#472972} Committed: https://chromium.googlesource.com/chromium/src/+/b70906e105560268db0efb67c3e072265e3d9582

Patch Set 1 #

Patch Set 2 : Improve test. Make it work at least for inline situation #

Patch Set 3 : Add new role #

Patch Set 4 : Combine vanilla and div roles into generic container role #

Patch Set 5 : Fix some blink dump a11y tree tests #

Patch Set 6 : Attempt to fix Android compilation error #

Patch Set 7 : Fix inspector protocol a11y tests #

Patch Set 8 : Try to fix compiler error #

Patch Set 9 : Fix automation dump a11y tests #

Patch Set 10 : Fix more tests #

Patch Set 11 : Fix another test #

Patch Set 12 : Fix CV2 listitem test, needs feedback from CV2 team #

Patch Set 13 : Try to fix Mac tests #

Patch Set 14 : Try to fix Android tests #

Patch Set 15 : Fix more tests #

Patch Set 16 : git cl try #

Patch Set 17 : Fix tests #

Patch Set 18 : Fix tests #

Patch Set 19 : Fix more tests #

Patch Set 20 : Try to fix header test #

Patch Set 21 : Fix compile #

Patch Set 22 : Fix some tests #

Patch Set 23 : Fix windows tests #

Patch Set 24 : rebase #

Patch Set 25 : Fix test #

Patch Set 26 : Update speech rules for listitem #

Patch Set 27 : Add notreached rule #

Patch Set 28 : Get it working even with unknown roles for now #

Patch Set 29 : Single quote #

Total comments: 11

Patch Set 30 : Address review nits #

Patch Set 31 : Pass tests again #

Patch Set 32 : Rebase #

Total comments: 1

Patch Set 33 : Explicitly use earcon for list items #

Patch Set 34 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+514 lines, -362 lines) Patch
M chrome/browser/chromeos/arc/accessibility/ax_tree_source_arc.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +10 lines, -8 lines 0 comments Download
M chrome/common/extensions/api/automation.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/automation/sites/tree_change.html View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -5 lines 0 comments Download
M content/browser/accessibility/accessibility_ipc_error_browsertest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_auralinux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_com_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 chunks +7 lines, -21 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_unittest.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win_unittest.cc View 1 2 3 4 8 chunks +8 lines, -8 lines 0 comments Download
M content/browser/accessibility/hit_testing_browsertest.cc View 1 2 3 4 4 chunks +7 lines, -7 lines 0 comments Download
M content/browser/accessibility/site_per_process_accessibility_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/accessibility/snapshot_ax_tree_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/accessibility/blink_ax_enum_conversion.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/test_runner/web_ax_object_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/aria/aria-activedescendant-expected-blink.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria/aria-atomic-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria/aria-atomic-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria/aria-details-expected-blink.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria/aria-dropeffect-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -7 lines 0 comments Download
M content/test/data/accessibility/aria/aria-dropeffect-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -7 lines 0 comments Download
M content/test/data/accessibility/aria/aria-errormessage-expected-blink.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria/aria-grabbed-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/aria/aria-grabbed-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/aria/aria-hidden-iframe-body-expected-blink.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria/aria-keyshortcuts-expected-blink.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria/aria-level-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria/aria-level-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria/aria-owns-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/aria/aria-owns-list-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/aria/input-text-aria-placeholder-expected-blink.txt View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M content/test/data/accessibility/css/color-expected-blink.txt View 1 2 3 4 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/css/font-style-expected-blink.txt View 1 2 3 4 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/event/add-hidden-attribute-subtree-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/event/add-subtree-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/event/remove-hidden-attribute-subtree-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/event/remove-subtree-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/a-expected-blink.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/action-verbs-expected-blink.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/html/contenteditable-descendants-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/contenteditable-descendants-with-selection-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/contenteditable-descendants-with-selection-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/div.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M content/test/data/accessibility/html/div-expected-android.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -1 line 0 comments Download
M content/test/data/accessibility/html/div-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -1 line 0 comments Download
M content/test/data/accessibility/html/div-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +3 lines, -1 line 0 comments Download
M content/test/data/accessibility/html/iframe-coordinates-cross-process-expected-blink.txt View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M content/test/data/accessibility/html/iframe-coordinates-expected-blink.txt View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M content/test/data/accessibility/html/iframe-cross-process-expected-blink.txt View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/html/iframe-expected-blink.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/iframe-transform-scrolled-expected-blink.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/html/img-empty-alt-expected-blink.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/html/img-expected-blink.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/html/img-link-empty-alt-expected-blink.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/in-page-links-expected-blink.txt View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M content/test/data/accessibility/html/li-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/html/li-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/html/list-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +6 lines, -6 lines 0 comments Download
M content/test/data/accessibility/html/list-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -6 lines 0 comments Download
M content/test/data/accessibility/html/list-markers-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/html/list-markers-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/html/ol-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -6 lines 0 comments Download
M content/test/data/accessibility/html/ol-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -6 lines 0 comments Download
M content/test/data/accessibility/html/ul-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/html/ul-expected-win.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/aria-owns.html View 1 2 3 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/aria-owns-ignores-leafs.html View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content.html View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-expected.txt View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/chromium-only-roles.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/chromium-only-roles-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/description-calc-aria-describedby.html View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/div-within-anchors-causes-crash-expected.txt View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/focusable-div.html View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/focusable-div-expected.txt View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/image-map2-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/in-page-link-target.html View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/legend-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/name-calc-aria-label.html View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/name-calc-aria-labelledby.html View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
A third_party/WebKit/LayoutTests/accessibility/name-calc-group-inside-treeitem.html View 1 1 chunk +40 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/name-calc-visibility.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements-expected.txt View 1 2 3 3 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/presentational-leaf.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/scroll-div-horiz-sends-notification.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/scroll-div-sends-notification.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/table-detection-expected.txt View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/table-with-aria-role-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/table-with-rules-expected.txt View 1 2 3 1 chunk +2 lines, -2 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 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-labelledby-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXMenuList.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXNodeObject.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 5 chunks +26 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 5 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXObjectImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 5 chunks +145 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/web/AssertMatchingEnums.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebAXEnums.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +1 line, -1 line 0 comments Download
M ui/accessibility/ax_enums.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +1 line, -1 line 0 comments Download
M ui/accessibility/platform/ax_platform_node_auralinux.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/accessibility/platform/ax_platform_node_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 173 (141 generated)
dmazzoni
lgtm https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp File third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp (right): https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp#newcode304 third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp:304: // group. update this comment https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXMenuList.h File third_party/WebKit/Source/modules/accessibility/AXMenuList.h ...
3 years, 7 months ago (2017-05-16 16:25:39 UTC) #116
aleventhal1
https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXMenuList.h File third_party/WebKit/Source/modules/accessibility/AXMenuList.h (right): https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXMenuList.h#newcode46 third_party/WebKit/Source/modules/accessibility/AXMenuList.h:46: bool NameFromContents(const bool recursive) const override; On 2017/05/16 16:25:39, ...
3 years, 7 months ago (2017-05-16 18:11:26 UTC) #120
chromium-reviews
On 5/16/2017 2:11 PM, aleventhal@google.com wrote: > > https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXMenuList.h > File third_party/WebKit/Source/modules/accessibility/AXMenuList.h > (right): > ...
3 years, 7 months ago (2017-05-16 18:16:28 UTC) #122
blink-reviews
On 5/16/2017 2:11 PM, aleventhal@google.com wrote: > > https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXMenuList.h > File third_party/WebKit/Source/modules/accessibility/AXMenuList.h > (right): > ...
3 years, 7 months ago (2017-05-16 18:16:28 UTC) #123
David Tseng
+ dtseng@chromium.org (not google).
3 years, 7 months ago (2017-05-17 17:22:04 UTC) #132
David Tseng
https://codereview.chromium.org/2867073003/diff/610001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs File chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs (right): https://codereview.chromium.org/2867073003/diff/610001/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs#newcode365 chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs:365: { value: 'role', start: 12, end: 16 } What ...
3 years, 7 months ago (2017-05-17 18:20:46 UTC) #133
aleventhal1
Added explicit earcon for listitem
3 years, 7 months ago (2017-05-17 19:45:51 UTC) #134
David Tseng
lgtm
3 years, 7 months ago (2017-05-17 20:31:23 UTC) #135
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/2867073003/630001
3 years, 7 months ago (2017-05-17 20:40:49 UTC) #138
nektarios
+bool AXObjectImpl::NameFromContents(bool recursive) const bool result = faluse; Why do we need this boolean? Could ...
3 years, 7 months ago (2017-05-17 21:05:24 UTC) #139
aleventhal1
On 2017/05/17 21:05:24, nektarios wrote: > +bool AXObjectImpl::NameFromContents(bool recursive) const > bool result = faluse; ...
3 years, 7 months ago (2017-05-17 21:45:40 UTC) #140
aleventhal1
On 2017/05/17 21:05:24, nektarios wrote: > +bool AXObjectImpl::NameFromContents(bool recursive) const > bool result = faluse; ...
3 years, 7 months ago (2017-05-17 21:45:46 UTC) #141
dmazzoni
https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp File third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp (right): https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp#newcode69 third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp:69: role = kGenericContainerRole; On 2017/05/16 18:11:26, aleventhal1 wrote: > ...
3 years, 7 months ago (2017-05-17 22:07:40 UTC) #142
dmazzoni
> > > https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXMenuList.h#newcode46 > third_party/WebKit/Source/modules/accessibility/AXMenuList.h:46: bool > NameFromContents(const bool recursive) const override; > > ...
3 years, 7 months ago (2017-05-17 22:09:31 UTC) #143
dmazzoni
> > > https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXMenuList.h#newcode46 > third_party/WebKit/Source/modules/accessibility/AXMenuList.h:46: bool > NameFromContents(const bool recursive) const override; > > ...
3 years, 7 months ago (2017-05-17 22:09:32 UTC) #144
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/429645)
3 years, 7 months ago (2017-05-17 23:36:23 UTC) #146
blink-reviews
bool result = false; What I meant is that I see you setting the result ...
3 years, 7 months ago (2017-05-17 23:50:19 UTC) #147
chromium-reviews
bool result = false; What I meant is that I see you setting the result ...
3 years, 7 months ago (2017-05-17 23:50:19 UTC) #148
aleventhal1
On 2017/05/17 23:50:19, chromium-reviews wrote: > bool result = false; > > What I meant ...
3 years, 7 months ago (2017-05-18 13:30:40 UTC) #149
aleventhal1
On 2017/05/17 23:50:19, chromium-reviews wrote: > bool result = false; > > What I meant ...
3 years, 7 months ago (2017-05-18 13:30:44 UTC) #150
aleventhal1
On 2017/05/17 22:07:40, dmazzoni wrote: > https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp > File third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp (right): > > https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp#newcode69 > ...
3 years, 7 months ago (2017-05-18 13:32:35 UTC) #151
aleventhal1
On 2017/05/17 22:07:40, dmazzoni wrote: > https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp > File third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp (right): > > https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp#newcode69 > ...
3 years, 7 months ago (2017-05-18 13:32:40 UTC) #152
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/2867073003/630001
3 years, 7 months ago (2017-05-18 13:50:43 UTC) #154
aleventhal1
On 2017/05/18 13:32:40, aleventhal1 wrote: > On 2017/05/17 22:07:40, dmazzoni wrote: > > > https://codereview.chromium.org/2867073003/diff/550001/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp ...
3 years, 7 months ago (2017-05-18 13:53:31 UTC) #155
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/448519) win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, ...
3 years, 7 months ago (2017-05-18 13:58:43 UTC) #157
chromium-reviews
On 5/18/2017 9:30 AM, aleventhal@google.com wrote: > On 2017/05/17 23:50:19, chromium-reviews wrote: > > bool ...
3 years, 7 months ago (2017-05-18 14:18:16 UTC) #158
blink-reviews
On 5/18/2017 9:30 AM, aleventhal@google.com wrote: > On 2017/05/17 23:50:19, chromium-reviews wrote: > > bool ...
3 years, 7 months ago (2017-05-18 14:18:16 UTC) #159
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/2867073003/650001
3 years, 7 months ago (2017-05-18 18:28:46 UTC) #162
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/297433)
3 years, 7 months ago (2017-05-18 20:43:07 UTC) #164
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/2867073003/650001
3 years, 7 months ago (2017-05-18 21:14:46 UTC) #166
commit-bot: I haz the power
Committed patchset #34 (id:650001) as https://chromium.googlesource.com/chromium/src/+/b70906e105560268db0efb67c3e072265e3d9582
3 years, 7 months ago (2017-05-18 23:41:31 UTC) #172
commit-bot: I haz the power
3 years, 7 months ago (2017-05-18 23:41:52 UTC) #173
Message was sent while issue was closed.
CQ is trying da patch.

Follow status at:
https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...

Powered by Google App Engine
This is Rietveld 408576698