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

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

Issue 18132024: Add enhanced filters to Network panel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "Color.js", 6 "Color.js",
7 "DOMExtension.js", 7 "DOMExtension.js",
8 "Geometry.js", 8 "Geometry.js",
9 "ModuleManager.js", 9 "ModuleManager.js",
10 "Object.js", 10 "Object.js",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "SidebarTreeElement.js", 118 "SidebarTreeElement.js",
119 "SidebarView.js", 119 "SidebarView.js",
120 "ShortcutsScreen.js", 120 "ShortcutsScreen.js",
121 "ShowMoreDataGridNode.js", 121 "ShowMoreDataGridNode.js",
122 "SoftContextMenu.js", 122 "SoftContextMenu.js",
123 "Spectrum.js", 123 "Spectrum.js",
124 "SplitView.js", 124 "SplitView.js",
125 "StackView.js", 125 "StackView.js",
126 "StatusBarButton.js", 126 "StatusBarButton.js",
127 "SuggestBox.js", 127 "SuggestBox.js",
128 "SuggestionBuilder.js",
128 "TabbedPane.js", 129 "TabbedPane.js",
129 "TextEditor.js", 130 "TextEditor.js",
130 "TextPrompt.js", 131 "TextPrompt.js",
131 "TextUtils.js", 132 "TextUtils.js",
132 "TimelineGrid.js", 133 "TimelineGrid.js",
133 "UIUtils.js", 134 "UIUtils.js",
134 "View.js", 135 "View.js",
135 "ViewportControl.js", 136 "ViewportControl.js",
136 "treeoutline.js" 137 "treeoutline.js"
137 ] 138 ]
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 "layers", 408 "layers",
408 "extensions", 409 "extensions",
409 "settings", 410 "settings",
410 "tests", 411 "tests",
411 "profiler", 412 "profiler",
412 "host_stub" 413 "host_stub"
413 ], 414 ],
414 "sources": [] 415 "sources": []
415 } 416 }
416 ] 417 ]
OLDNEW
« Source/devtools/front_end/NetworkPanel.js ('K') | « Source/devtools/front_end/textPrompt.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698