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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/sdk/module.json

Issue 1794783006: Add Server-Timing support to devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix line-endings again Created 4 years, 4 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 | « third_party/WebKit/Source/devtools/front_end/sdk/ServerTiming.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 "dependencies": [ 2 "dependencies": [
3 "common", 3 "common",
4 "host", 4 "host",
5 "platform" 5 "platform"
6 ], 6 ],
7 "extensions": [ 7 "extensions": [
8 { 8 {
9 "type": "setting", 9 "type": "setting",
10 "settingName": "blockedURLs", 10 "settingName": "blockedURLs",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "InspectorBackend.js", 74 "InspectorBackend.js",
75 "../InspectorBackendCommands.js", 75 "../InspectorBackendCommands.js",
76 "InspectorBackendHostedMode.js", 76 "InspectorBackendHostedMode.js",
77 "Target.js", 77 "Target.js",
78 "TargetManager.js", 78 "TargetManager.js",
79 "ApplicationCacheModel.js", 79 "ApplicationCacheModel.js",
80 "ConsoleModel.js", 80 "ConsoleModel.js",
81 "ContentProviders.js", 81 "ContentProviders.js",
82 "CookieParser.js", 82 "CookieParser.js",
83 "ProfileTreeModel.js", 83 "ProfileTreeModel.js",
84 "ServerTiming.js",
84 "CPUProfileDataModel.js", 85 "CPUProfileDataModel.js",
85 "CPUProfilerModel.js", 86 "CPUProfilerModel.js",
86 "CSSMatchedStyles.js", 87 "CSSMatchedStyles.js",
87 "CSSMedia.js", 88 "CSSMedia.js",
88 "CSSMetadata.js", 89 "CSSMetadata.js",
89 "CSSModel.js", 90 "CSSModel.js",
90 "CSSParser.js", 91 "CSSParser.js",
91 "CSSProperty.js", 92 "CSSProperty.js",
92 "CSSRule.js", 93 "CSSRule.js",
93 "CSSStyleDeclaration.js", 94 "CSSStyleDeclaration.js",
(...skipping 18 matching lines...) Expand all
112 "NetworkRequest.js", 113 "NetworkRequest.js",
113 "PaintProfiler.js", 114 "PaintProfiler.js",
114 "HeapProfilerModel.js", 115 "HeapProfilerModel.js",
115 "../SupportedCSSProperties.js" 116 "../SupportedCSSProperties.js"
116 ], 117 ],
117 "skip_compilation": [ 118 "skip_compilation": [
118 "../InspectorBackendCommands.js", 119 "../InspectorBackendCommands.js",
119 "../SupportedCSSProperties.js" 120 "../SupportedCSSProperties.js"
120 ] 121 ]
121 } 122 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/ServerTiming.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698