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

Issue 2787843003: Add Accessibility Object Model to content features, and add a browser test. (Closed)

Created:
3 years, 8 months ago by dmazzoni
Modified:
3 years, 8 months ago
Reviewers:
esprehn, jam, aboxhall
CC:
aboxhall+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, dmazzoni+watch_chromium.org, dougt+watch_chromium.org, dtseng+watch_chromium.org, jam, je_julie, kinuko+watch, nektar+watch_chromium.org, yuzo+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add Accessibility Object Model to content features, and add a browser test. More tests at the content layer will follow, this just sets up the infrastructure for future tests. BUG=680345 TEST=Run Chrome with --enable-features=AccessibilityObjectModel, print document.body.accessibleNode in Inspector Review-Url: https://codereview.chromium.org/2787843003 Cr-Commit-Position: refs/heads/master@{#461978} Committed: https://chromium.googlesource.com/chromium/src/+/43c5f09a24e0f27ffa1009917405123e2844d747

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 2

Patch Set 3 : doctype #

Total comments: 3

Patch Set 4 : Update webexposed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -34 lines) Patch
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 5 chunks +23 lines, -0 lines 0 comments Download
M content/child/runtime_features.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/common/content_features.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_features.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aom/aom-checked.html View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aom/aom-checked-expected-android.txt View 1 chunk +5 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aom/aom-checked-expected-blink.txt View 1 chunk +5 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aom/aom-checked-expected-mac.txt View 1 chunk +5 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aom/aom-checked-expected-win.txt View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 2 chunks +0 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/web/WebRuntimeFeatures.cpp View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebRuntimeFeatures.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 34 (18 generated)
dmazzoni
3 years, 8 months ago (2017-03-30 19:47:28 UTC) #6
aboxhall
lgtm
3 years, 8 months ago (2017-04-04 04:38:12 UTC) #7
esprehn
lgtm, but I don't have OWNERS in content/browser. https://codereview.chromium.org/2787843003/diff/20001/content/test/data/accessibility/aom/aom-checked.html File content/test/data/accessibility/aom/aom-checked.html (right): https://codereview.chromium.org/2787843003/diff/20001/content/test/data/accessibility/aom/aom-checked.html#newcode1 content/test/data/accessibility/aom/aom-checked.html:1: <!-- ...
3 years, 8 months ago (2017-04-04 05:44:10 UTC) #8
dmazzoni
https://codereview.chromium.org/2787843003/diff/20001/content/test/data/accessibility/aom/aom-checked.html File content/test/data/accessibility/aom/aom-checked.html (right): https://codereview.chromium.org/2787843003/diff/20001/content/test/data/accessibility/aom/aom-checked.html#newcode1 content/test/data/accessibility/aom/aom-checked.html:1: <!-- On 2017/04/04 05:44:10, esprehn wrote: > doctype? We ...
3 years, 8 months ago (2017-04-04 19:01:33 UTC) #9
dmazzoni
+jam for content/public/common/content_features*
3 years, 8 months ago (2017-04-04 19:04:08 UTC) #13
esprehn
https://codereview.chromium.org/2787843003/diff/40001/content/child/runtime_features.cc File content/child/runtime_features.cc (right): https://codereview.chromium.org/2787843003/diff/40001/content/child/runtime_features.cc#newcode321 content/child/runtime_features.cc:321: base::FeatureList::IsEnabled(features::kAccessibilityObjectModel)); Why features:: instead of switches:: This is different ...
3 years, 8 months ago (2017-04-04 19:06:20 UTC) #14
dmazzoni
https://codereview.chromium.org/2787843003/diff/40001/content/child/runtime_features.cc File content/child/runtime_features.cc (right): https://codereview.chromium.org/2787843003/diff/40001/content/child/runtime_features.cc#newcode321 content/child/runtime_features.cc:321: base::FeatureList::IsEnabled(features::kAccessibilityObjectModel)); On 2017/04/04 19:06:20, esprehn wrote: > Why features:: ...
3 years, 8 months ago (2017-04-04 19:28:16 UTC) #15
jam
lgtm
3 years, 8 months ago (2017-04-04 19:57:35 UTC) #16
esprehn
https://codereview.chromium.org/2787843003/diff/40001/content/child/runtime_features.cc File content/child/runtime_features.cc (right): https://codereview.chromium.org/2787843003/diff/40001/content/child/runtime_features.cc#newcode321 content/child/runtime_features.cc:321: base::FeatureList::IsEnabled(features::kAccessibilityObjectModel)); On 2017/04/04 at 19:28:16, dmazzoni wrote: > On ...
3 years, 8 months ago (2017-04-04 19:59:44 UTC) #17
dmazzoni
On 2017/04/04 19:59:44, esprehn wrote: > https://codereview.chromium.org/2787843003/diff/40001/content/child/runtime_features.cc > File content/child/runtime_features.cc (right): > > https://codereview.chromium.org/2787843003/diff/40001/content/child/runtime_features.cc#newcode321 > ...
3 years, 8 months ago (2017-04-04 20:13:44 UTC) #18
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/2787843003/40001
3 years, 8 months ago (2017-04-04 20:42:13 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/421659)
3 years, 8 months ago (2017-04-04 21:27:12 UTC) #24
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/2787843003/40001
3 years, 8 months ago (2017-04-04 21:48:19 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/421776)
3 years, 8 months ago (2017-04-04 23:08:02 UTC) #28
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/2787843003/60001
3 years, 8 months ago (2017-04-05 03:14:52 UTC) #31
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 04:42:29 UTC) #34
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/43c5f09a24e0f27ffa1009917405...

Powered by Google App Engine
This is Rietveld 408576698