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

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

Issue 1156223002: Show human-readable names for accessibility properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: pfeldman review comments Created 5 years, 7 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
« no previous file with comments | « Source/devtools/front_end/accessibility/accessibilityNode.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/accessibility/module.json
diff --git a/Source/devtools/front_end/accessibility/module.json b/Source/devtools/front_end/accessibility/module.json
index 9b8078524e1ae53e622a0b1bfa44d8a9db2fdd9b..25c06b1cebc2daeb268ce84357d16a1400285cd7 100644
--- a/Source/devtools/front_end/accessibility/module.json
+++ b/Source/devtools/front_end/accessibility/module.json
@@ -10,7 +10,8 @@
"experiment": "accessibilityInspection",
"scripts": [
"AccessibilityModel.js",
- "AccessibilitySidebarView.js"
+ "AccessibilitySidebarView.js",
+ "AccessibilityStrings.js"
],
"resources": [
"accessibilityNode.css"
« no previous file with comments | « Source/devtools/front_end/accessibility/accessibilityNode.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698