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

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

Issue 2688983002: [Devtools] Added context menus for removing request blocking in network (Closed)
Patch Set: fix test Created 3 years, 10 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/NetworkManager.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 "protocol" 6 "protocol"
7 ], 7 ],
8 "extensions": [ 8 "extensions": [
9 { 9 {
10 "type": "setting", 10 "type": "setting",
11 "settingName": "blockedURLs", 11 "settingName": "networkBlockedURLs",
12 "settingType": "array", 12 "settingType": "array",
13 "defaultValue": [] 13 "defaultValue": []
14 }, 14 },
15 { 15 {
16 "type": "setting", 16 "type": "setting",
17 "settingName": "skipStackFramesPattern", 17 "settingName": "skipStackFramesPattern",
18 "settingType": "regex", 18 "settingType": "regex",
19 "defaultValue": "" 19 "defaultValue": ""
20 }, 20 },
21 { 21 {
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "NetworkRequest.js", 137 "NetworkRequest.js",
138 "PaintProfiler.js", 138 "PaintProfiler.js",
139 "HeapProfilerModel.js", 139 "HeapProfilerModel.js",
140 "../SupportedCSSProperties.js", 140 "../SupportedCSSProperties.js",
141 "FilmStripModel.js" 141 "FilmStripModel.js"
142 ], 142 ],
143 "skip_compilation": [ 143 "skip_compilation": [
144 "../SupportedCSSProperties.js" 144 "../SupportedCSSProperties.js"
145 ] 145 ]
146 } 146 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/NetworkManager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698