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

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

Issue 2058323002: Add ARIA panel to accessibility sidebar pane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preliminary cleanup Created 4 years, 5 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 4b11f008f24bc3d54bfb64cf7d0d6dcb7c4c45c9..da5c6907043f47f7df0f640bc83aa85fcc354a91 100644
--- a/third_party/WebKit/Source/devtools/front_end/accessibility/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/accessibility/module.json
@@ -13,7 +13,8 @@
"AccessibilityModel.js",
"AccessibilitySidebarView.js",
"AccessibilityNodeView.js",
- "AccessibilityStrings.js"
+ "AccessibilityStrings.js",
+ "ARIAAttributesView.js"
],
"resources": [
"accessibilityNode.css"

Powered by Google App Engine
This is Rietveld 408576698