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

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

Issue 2200893003: DevTools: Add autocomplete for ARIA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove done TODO Created 4 years, 4 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 f1a4608d9b2cda9a3757ddac9d428aaf7ed2d193..66f67a5fe5f36fbfd2ae1255d1184caa3080c8d5 100644
--- a/third_party/WebKit/Source/devtools/front_end/accessibility/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/accessibility/module.json
@@ -17,7 +17,9 @@
"AccessibilitySidebarView.js",
"AccessibilityNodeView.js",
"AccessibilityStrings.js",
- "ARIAAttributesView.js"
+ "ARIAAttributesView.js",
+ "ARIAMetadata.js",
+ "ARIAConfig.js"
],
"resources": [
"accessibilityNode.css"

Powered by Google App Engine
This is Rietveld 408576698