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

Issue 2151713002: Less strict checked state changes and introduce disabled state for content (Closed)

Created:
4 years, 5 months ago by David Tseng
Modified:
4 years, 4 months ago
Reviewers:
dmazzoni
CC:
aboxhall+watch_chromium.org, arv+watch_chromium.org, chromium-reviews, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, je_julie, nektar+watch_chromium.org, oshima+watch_chromium.org, yuzo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Less strict checked state changes and introduce disabled state for content Sometimes, ChromeVox places range on the ancestor of a node that receives checked state changed. Ensure we cover this case when we process a checked state changed event. Also, in order to announce disabled state uniformly, make the change to add disabled state in the renderer and make enabled state the implicit default. BUG=625411, 630570 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/545a777dfe3e6410be16517f78f24602a64a55b6 Cr-Commit-Position: refs/heads/master@{#407949}

Patch Set 1 #

Patch Set 2 : Read disabled state. #

Total comments: 1

Patch Set 3 : Eliminate enabled state. #

Patch Set 4 : Fix Mac. #

Total comments: 1

Patch Set 5 : m #

Patch Set 6 : m #

Patch Set 7 : Fix tests. #

Patch Set 8 : m #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -45 lines) Patch
M chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_predicate.js View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js View 1 2 1 chunk +15 lines, -5 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js View 1 2 3 4 5 6 7 2 chunks +6 lines, -1 line 0 comments Download
M chrome/common/extensions/api/automation.idl View 1 2 3 4 5 2 chunks +3 lines, -4 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 +9 lines, -8 lines 0 comments Download
M chrome/test/data/extensions/api_test/automation/tests/tabs/sanity_check.js View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M components/pdf/renderer/pdf_accessibility_tree.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_android.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_auralinux.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_win.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_win_unittest.cc View 1 2 3 chunks +2 lines, -5 lines 0 comments Download
M content/renderer/accessibility/blink_ax_enum_conversion.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/accessibility/ax_enums.idl View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_auralinux.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 29 (21 generated)
David Tseng
4 years, 5 months ago (2016-07-13 23:55:23 UTC) #5
dmazzoni
Do we really want both enabled and disabled? My preference is to make "disabled" the ...
4 years, 5 months ago (2016-07-18 04:23:37 UTC) #6
David Tseng
PTAL. Removed AX_STATE_ENABLED entirely as discussed offline.
4 years, 5 months ago (2016-07-19 20:31:03 UTC) #14
dmazzoni
lgtm https://codereview.chromium.org/2151713002/diff/60001/chrome/common/extensions/api/automation.idl File chrome/common/extensions/api/automation.idl (right): https://codereview.chromium.org/2151713002/diff/60001/chrome/common/extensions/api/automation.idl#newcode193 chrome/common/extensions/api/automation.idl:193: enabled, Can you delete this now?
4 years, 5 months ago (2016-07-19 20:34:35 UTC) #17
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/2151713002/120001
4 years, 4 months ago (2016-07-26 21:03:47 UTC) #21
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/2151713002/140001
4 years, 4 months ago (2016-07-26 21:40:52 UTC) #25
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 4 months ago (2016-07-26 22:47:19 UTC) #27
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 22:48:57 UTC) #29
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/545a777dfe3e6410be16517f78f24602a64a55b6
Cr-Commit-Position: refs/heads/master@{#407949}

Powered by Google App Engine
This is Rietveld 408576698