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

Unified Diff: third_party/WebKit/Source/devtools/front_end/accessibility/module.json

Issue 2322413003: Show ancestor hierarchy in accessibility panel (Closed)
Patch Set: Add new test for ancestors Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/accessibility/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/module.json b/third_party/WebKit/Source/devtools/front_end/accessibility/module.json
index 9528f49122993589afe91c107aedcfaa6bc0973d..ef0fc6edf7dc228d7f1135e822028514de6ca7b7 100644
--- a/third_party/WebKit/Source/devtools/front_end/accessibility/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/accessibility/module.json
@@ -19,7 +19,8 @@
"AccessibilityStrings.js",
"ARIAAttributesView.js",
"ARIAMetadata.js",
- "ARIAConfig.js"
+ "ARIAConfig.js",
+ "AXTreePane.js"
],
"skip_compilation": [
"ARIAConfig.js"

Powered by Google App Engine
This is Rietveld 408576698