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

Side by Side 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, 6 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 unified diff | Download patch
« no previous file with comments | « Source/devtools/front_end/accessibility/accessibilityNode.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "title": "Accessibility", 4 "title": "Accessibility",
5 "type": "@WebInspector.ElementsSidebarView", 5 "type": "@WebInspector.ElementsSidebarView",
6 "className": "WebInspector.AccessibilitySidebarView" 6 "className": "WebInspector.AccessibilitySidebarView"
7 } 7 }
8 ], 8 ],
9 "dependencies": ["elements"], 9 "dependencies": ["elements"],
10 "experiment": "accessibilityInspection", 10 "experiment": "accessibilityInspection",
11 "scripts": [ 11 "scripts": [
12 "AccessibilityModel.js", 12 "AccessibilityModel.js",
13 "AccessibilitySidebarView.js" 13 "AccessibilitySidebarView.js",
14 "AccessibilityStrings.js"
14 ], 15 ],
15 "resources": [ 16 "resources": [
16 "accessibilityNode.css" 17 "accessibilityNode.css"
17 ] 18 ]
18 } 19 }
OLDNEW
« 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