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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed)

Created:
5 years, 1 month ago by dmazzoni
Modified:
5 years, 1 month ago
CC:
chromium-reviews, dcheng, apavlov+blink_chromium.org, dmazzoni+watch_chromium.org, caseq+blink_chromium.org, aboxhall, aboxhall+watch_chromium.org, jam, dglazkov+blink, je_julie, darin-cc_chromium.org, devtools-reviews_chromium.org, blink-reviews, blink-reviews-api_chromium.org, mlamouri+watch-content_chromium.org, yuzo+watch_chromium.org, dmazzoni, lushnikov+blink_chromium.org, jochen+watch_chromium.org, mlamouri+watch-test-runner_chromium.org, plundblad+watch_chromium.org, nektar+watch_chromium.org, pfeldman+blink_chromium.org, nektarios, dtseng+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, sergeyv+blink_chromium.org, 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

Make use of new AX name calc in Chromium. Previously we finished implementing the new standards-based accessible name calculation code in Blink but still called the old code from Chromium. This change switches all code paths to call the new name calculation code and deletes the old code. This required updating a bunch of tests. All changes are either a net positive (the new accessible name is better) or neutral / arbitrary. BUG=473220 TBR=mkwst,pfeldman Committed: https://crrev.com/6185ca046850b24b92a5dffd9ab7d1ecc3048001 Cr-Commit-Position: refs/heads/master@{#360146}

Patch Set 1 #

Patch Set 2 : Compiles on Android #

Patch Set 3 : Win tests pass too #

Patch Set 4 : Android test expectation fixes #

Patch Set 5 : More small fixes #

Patch Set 6 : Get rid of more unused code! #

Patch Set 7 : Fix ChromeVox and Automation API tests #

Total comments: 18

Patch Set 8 : Rebase #

Patch Set 9 : Fix regression with controls and associated labels #

Patch Set 10 : Address feedback from aboxhall, fixing NameSource initialization #

Patch Set 11 : Update inspector-protocol test expectations #

Total comments: 5

Patch Set 12 : Fix Android test #

Patch Set 13 : Rebaseline Mac tests #

Patch Set 14 : Refactored ariaTextAlternative #

Patch Set 15 : Fix issue with ariaTextAlternative #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1616 lines, -2216 lines) Patch
M chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js View 1 2 3 4 5 6 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js View 1 2 3 4 5 6 4 chunks +29 lines, -28 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs View 1 2 3 4 5 6 4 chunks +20 lines, -24 lines 0 comments Download
M chrome/test/data/extensions/api_test/automation/tests/tabs/attributes.js View 1 2 3 4 5 6 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/test/data/extensions/api_test/automation/tests/tabs/find.js View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/test/data/extensions/api_test/automation/tests/tabs/sanity_check.js View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M components/html_viewer/ax_provider_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -4 lines 0 comments Download
M components/test_runner/web_ax_object_proxy.cc View 1 2 3 4 5 6 7 8 9 5 chunks +7 lines, -9 lines 0 comments Download
M content/browser/accessibility/accessibility_tree_formatter_mac.mm View 2 chunks +5 lines, -1 line 0 comments Download
M content/browser/accessibility/android_granularity_movement_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility.cc View 1 2 3 chunks +25 lines, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_android.cc View 1 2 3 3 chunks +10 lines, -51 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_cocoa.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 2 3 4 5 6 9 chunks +128 lines, -47 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_mac_unittest.mm View 5 chunks +7 lines, -5 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_unittest.cc View 1 2 8 chunks +12 lines, -12 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -2 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.cc View 1 2 8 chunks +28 lines, -117 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win_unittest.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/accessibility/one_shot_accessibility_tree_search.cc View 1 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/accessibility/touch_accessibility_aura_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/accessibility/blink_ax_enum_conversion.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/renderer/accessibility/blink_ax_enum_conversion.cc View 1 1 chunk +46 lines, -1 line 0 comments Download
M content/renderer/accessibility/blink_ax_tree_source.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +30 lines, -46 lines 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 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/aria/aria-describedby-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/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-list-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -4 lines 0 comments Download
M content/test/data/accessibility/aria/aria-listbox-activedescendant-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-listbox-aria-selected-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -5 lines 0 comments Download
M content/test/data/accessibility/aria/aria-listbox-childfocus-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-listbox-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/aria/aria-listitem-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-option-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/aria/aria-posinset-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +9 lines, -9 lines 0 comments Download
M content/test/data/accessibility/aria/aria-setsize-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +9 lines, -9 lines 0 comments Download
M content/test/data/accessibility/aria/aria-sort-html-table-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +11 lines, -11 lines 0 comments Download
M content/test/data/accessibility/aria/aria-tooltip-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/a-name-calc-expected-android.txt View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/html/abbr-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/button-name-calc-expected-android.txt View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/html/button-name-calc-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/caption-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/checkbox-name-calc-expected-android.txt View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/html/checkbox-name-calc-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/html/checkbox-name-calc-expected-win.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/cite-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-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-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/div-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/div-expected-win.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/element-class-id-src-attr-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/fieldset-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/figcaption-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/html/figure-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/img-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/input-date-expected-mac.txt View 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -12 lines 0 comments Download
M content/test/data/accessibility/html/input-datetime-local.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/test/data/accessibility/html/input-datetime-local-expected-win.txt View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M content/test/data/accessibility/html/input-image-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/input-month-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/input-radio-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M content/test/data/accessibility/html/input-text-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/input-text-name-calc-expected-android.txt View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M content/test/data/accessibility/html/input-text-name-calc-expected-win.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/input-time.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/test/data/accessibility/html/input-time-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/input-time-expected-win.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/html/input-week.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/test/data/accessibility/html/input-week-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/input-week-expected-win.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/html/legend-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/link-inside-heading-expected-android.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/link-inside-heading-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/link-inside-heading-expected-win.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/html/optgroup-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/html/wbr-expected-mac.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt View 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/aria-tables-expected.txt View 1 chunk +34 lines, -34 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/aria-text-role.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/aria-text-role-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/computed-name.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/computed-name-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/contenteditable-caret-position.html View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/contenteditable-selection.html View 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/deleting-iframe-destroys-axcache-expected.txt View 1 chunk +24 lines, -24 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/div-within-anchors-causes-crash-expected.txt View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-expected.txt View 1 chunk +159 lines, -161 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/first-letter-text-transform-causes-crash-expected.txt View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/img-alt-tag-only-whitespace-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/inline-text-bidi-bounds-for-range.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/inline-text-bounds-for-range.html View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/inline-text-change-style.html View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/inline-text-changes.html View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/inline-text-changes-expected.txt View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/inline-text-input.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/inline-text-input-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/inline-text-word-boundaries.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/legend.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/legend-expected.txt View 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited-expected.txt View 1 chunk +21 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/menu-list-open.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/menu-list-popup-reuses-objects.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/menu-list-selection-changed.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/menu-list-selection-changed-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/name-calc-native-markup-input-buttons.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements-expected.txt View 1 chunk +73 lines, -73 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/render-counter-text.html View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/render-counter-text-expected.txt View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +33 lines, -33 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/secure-textfield-title-ui.html View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/table-caption.html View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/table-caption-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/table-header.html View 2 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/table-header-column-row-expected.txt View 1 chunk +146 lines, -146 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/table-header-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt View 1 chunk +11 lines, -11 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 9 10 2 chunks +0 lines, -8 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 2 chunks +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/resources/accessibility-helper.js View 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/protocol.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXImageMapLink.h View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXImageMapLink.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h View 1 2 3 4 5 2 chunks +4 lines, -7 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 7 chunks +63 lines, -100 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXListBoxOption.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXListBoxOption.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +19 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXMediaControls.h View 1 2 3 4 5 4 chunks +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXMediaControls.cpp View 1 2 3 4 5 5 chunks +6 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXMenuList.h View 1 chunk +1 line, -0 lines 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 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXMenuListOption.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +24 lines, -2 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 5 chunks +2 lines, -22 lines 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 18 chunks +99 lines, -565 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXObject.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +15 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXObject.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +157 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp View 1 2 3 4 5 1 chunk +1 line, -28 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXTable.h View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXTable.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXTableCell.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXTableCell.cpp View 1 2 3 4 5 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp View 1 2 3 4 5 3 chunks +10 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebAXObject.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +12 lines, -116 lines 0 comments Download
M third_party/WebKit/Source/web/tests/VisualViewportTest.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/public/web/WebAXObject.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -22 lines 0 comments Download
M ui/accessibility/ax_enums.idl View 1 2 5 chunks +24 lines, -4 lines 0 comments Download
M ui/accessibility/ax_node_data.cc View 1 2 4 chunks +8 lines, -9 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M ui/accessibility/platform/ax_platform_node_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/accessibility/platform/ax_platform_node_win_unittest.cc View 1 2 3 4 1 chunk +0 lines, -18 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
dmazzoni
Just a handful of tests left to fix, this is ready for a first pass!
5 years, 1 month ago (2015-11-13 16:14:44 UTC) #2
aboxhall
First round... https://codereview.chromium.org/1435113003/diff/120001/components/html_viewer/ax_provider_impl.cc File components/html_viewer/ax_provider_impl.cc (right): https://codereview.chromium.org/1435113003/diff/120001/components/html_viewer/ax_provider_impl.cc#newcode87 components/html_viewer/ax_provider_impl.cc:87: blink::WebString name = ax_object.name(nameFrom, nameObjects); Would it ...
5 years, 1 month ago (2015-11-13 23:13:49 UTC) #3
dmazzoni
+pfeldman for devtools/protocol.json +sky for components/html_viewer +mkwst for third_party/WebKit/public https://codereview.chromium.org/1435113003/diff/120001/components/html_viewer/ax_provider_impl.cc File components/html_viewer/ax_provider_impl.cc (right): https://codereview.chromium.org/1435113003/diff/120001/components/html_viewer/ax_provider_impl.cc#newcode87 components/html_viewer/ax_provider_impl.cc:87: ...
5 years, 1 month ago (2015-11-16 18:52:04 UTC) #6
sky
components/html_viewer LGTM
5 years, 1 month ago (2015-11-16 21:46:40 UTC) #8
aboxhall
https://codereview.chromium.org/1435113003/diff/120001/content/renderer/accessibility/blink_ax_tree_source.cc File content/renderer/accessibility/blink_ax_tree_source.cc (right): https://codereview.chromium.org/1435113003/diff/120001/content/renderer/accessibility/blink_ax_tree_source.cc#newcode283 content/renderer/accessibility/blink_ax_tree_source.cc:283: blink::WebString web_description = src.description( On 2015/11/16 18:52:04, dmazzoni wrote: ...
5 years, 1 month ago (2015-11-16 22:03:28 UTC) #9
dmazzoni
https://codereview.chromium.org/1435113003/diff/200001/third_party/WebKit/Source/modules/accessibility/AXListBoxOption.cpp File third_party/WebKit/Source/modules/accessibility/AXListBoxOption.cpp (right): https://codereview.chromium.org/1435113003/diff/200001/third_party/WebKit/Source/modules/accessibility/AXListBoxOption.cpp#newcode154 third_party/WebKit/Source/modules/accessibility/AXListBoxOption.cpp:154: return ariaLabel; On 2015/11/16 22:03:28, aboxhall wrote: > Note: ...
5 years, 1 month ago (2015-11-17 17:04:29 UTC) #10
aboxhall
lgtm https://codereview.chromium.org/1435113003/diff/200001/third_party/WebKit/Source/modules/accessibility/AXListBoxOption.cpp File third_party/WebKit/Source/modules/accessibility/AXListBoxOption.cpp (right): https://codereview.chromium.org/1435113003/diff/200001/third_party/WebKit/Source/modules/accessibility/AXListBoxOption.cpp#newcode154 third_party/WebKit/Source/modules/accessibility/AXListBoxOption.cpp:154: return ariaLabel; On 2015/11/17 17:04:29, dmazzoni wrote: > ...
5 years, 1 month ago (2015-11-17 20:06:22 UTC) #11
dmazzoni
TBRing pfeldman and mkwst for OWNERS review because changes are trivial (mostly deleting code) and ...
5 years, 1 month ago (2015-11-17 20:14:31 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1435113003/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1435113003/280001
5 years, 1 month ago (2015-11-17 20:16:22 UTC) #16
commit-bot: I haz the power
Committed patchset #15 (id:280001)
5 years, 1 month ago (2015-11-17 20:25:26 UTC) #17
commit-bot: I haz the power
5 years, 1 month ago (2015-11-17 20:26:08 UTC) #18
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/6185ca046850b24b92a5dffd9ab7d1ecc3048001
Cr-Commit-Position: refs/heads/master@{#360146}

Powered by Google App Engine
This is Rietveld 408576698