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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 530003002: DevTools: [Documentation] Add syntax highlight for code examples (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@iliia-patch
Patch Set: Comments addressed Created 6 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 unified diff | Download patch
« no previous file with comments | « Source/devtools/front_end/ui/DOMSyntaxHighlighter.js ('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 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "common/Color.js", 6 "common/Color.js",
7 "common/Geometry.js", 7 "common/Geometry.js",
8 "common/Console.js", 8 "common/Console.js",
9 "common/ContentProvider.js", 9 "common/ContentProvider.js",
10 "common/Lock.js", 10 "common/Lock.js",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "dependencies": ["common", "host"], 113 "dependencies": ["common", "host"],
114 "sources": [ 114 "sources": [
115 "ui/ActionRegistry.js", 115 "ui/ActionRegistry.js",
116 "ui/Checkbox.js", 116 "ui/Checkbox.js",
117 "ui/CompletionDictionary.js", 117 "ui/CompletionDictionary.js",
118 "ui/Context.js", 118 "ui/Context.js",
119 "ui/ContextMenu.js", 119 "ui/ContextMenu.js",
120 "ui/DataGrid.js", 120 "ui/DataGrid.js",
121 "ui/Dialog.js", 121 "ui/Dialog.js",
122 "ui/DOMExtension.js", 122 "ui/DOMExtension.js",
123 "ui/DOMSyntaxHighlighter.js",
123 "ui/DropDownMenu.js", 124 "ui/DropDownMenu.js",
124 "ui/EmptyView.js", 125 "ui/EmptyView.js",
125 "ui/ForwardedInputEventHandler.js", 126 "ui/ForwardedInputEventHandler.js",
126 "ui/InplaceEditor.js", 127 "ui/InplaceEditor.js",
127 "ui/KeyboardShortcut.js", 128 "ui/KeyboardShortcut.js",
128 "ui/PieChart.js", 129 "ui/PieChart.js",
129 "ui/Popover.js", 130 "ui/Popover.js",
130 "ui/ProgressIndicator.js", 131 "ui/ProgressIndicator.js",
131 "ui/ResizerWidget.js", 132 "ui/ResizerWidget.js",
132 "ui/RootView.js", 133 "ui/RootView.js",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "source_frame/GoToLineDialog.js", 212 "source_frame/GoToLineDialog.js",
212 "source_frame/ImageView.js", 213 "source_frame/ImageView.js",
213 "source_frame/ResourceView.js", 214 "source_frame/ResourceView.js",
214 "source_frame/SourceFrame.js" 215 "source_frame/SourceFrame.js"
215 ] 216 ]
216 }, 217 },
217 { 218 {
218 "name": "elements", 219 "name": "elements",
219 "dependencies": ["components"], 220 "dependencies": ["components"],
220 "sources": [ 221 "sources": [
221 "elements/DOMSyntaxHighlighter.js",
222 "elements/ElementsPanel.js", 222 "elements/ElementsPanel.js",
223 "elements/ElementsTreeOutline.js", 223 "elements/ElementsTreeOutline.js",
224 "elements/EventListenersSidebarPane.js", 224 "elements/EventListenersSidebarPane.js",
225 "elements/MetricsSidebarPane.js", 225 "elements/MetricsSidebarPane.js",
226 "elements/PlatformFontsSidebarPane.js", 226 "elements/PlatformFontsSidebarPane.js",
227 "elements/PropertiesSidebarPane.js", 227 "elements/PropertiesSidebarPane.js",
228 "elements/Spectrum.js", 228 "elements/Spectrum.js",
229 "elements/StylesSidebarPane.js" 229 "elements/StylesSidebarPane.js"
230 ] 230 ]
231 }, 231 },
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 "settings", 519 "settings",
520 "tests", 520 "tests",
521 "profiler", 521 "profiler",
522 "host", 522 "host",
523 "screencast", 523 "screencast",
524 "main" 524 "main"
525 ], 525 ],
526 "sources": [] 526 "sources": []
527 } 527 }
528 ] 528 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/DOMSyntaxHighlighter.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698