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

Side by Side Diff: Source/devtools/front_end/main/module.json

Issue 1288623004: Devtools: Remove continuous repainting feature (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/main/RenderingOptions.js ('k') | Source/devtools/protocol.json » ('j') | 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 "type": "@WebInspector.AppProvider", 4 "type": "@WebInspector.AppProvider",
5 "condition": "can_dock", 5 "condition": "can_dock",
6 "className": "WebInspector.AdvancedAppProvider", 6 "className": "WebInspector.AdvancedAppProvider",
7 "order": 0 7 "order": 0
8 }, 8 },
9 { 9 {
10 "type": "@WebInspector.AppProvider", 10 "type": "@WebInspector.AppProvider",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "defaultValue": false 287 "defaultValue": false
288 }, 288 },
289 { 289 {
290 "type": "setting", 290 "type": "setting",
291 "settingName": "showFPSCounter", 291 "settingName": "showFPSCounter",
292 "settingType": "boolean", 292 "settingType": "boolean",
293 "defaultValue": false 293 "defaultValue": false
294 }, 294 },
295 { 295 {
296 "type": "setting", 296 "type": "setting",
297 "settingName": "continuousPainting",
298 "settingType": "boolean",
299 "defaultValue": false
300 },
301 {
302 "type": "setting",
303 "settingName": "showScrollBottleneckRects", 297 "settingName": "showScrollBottleneckRects",
304 "settingType": "boolean", 298 "settingType": "boolean",
305 "defaultValue": false 299 "defaultValue": false
306 } 300 }
307 ], 301 ],
308 "dependencies": [ 302 "dependencies": [
309 "extensions", 303 "extensions",
310 "host", 304 "host",
311 "platform", 305 "platform",
312 "sdk", 306 "sdk",
313 "emulation" 307 "emulation"
314 ], 308 ],
315 "scripts": [ 309 "scripts": [
316 "HelpScreenUntilReload.js", 310 "HelpScreenUntilReload.js",
317 "AdvancedApp.js", 311 "AdvancedApp.js",
318 "RenderingOptions.js", 312 "RenderingOptions.js",
319 "SimpleApp.js", 313 "SimpleApp.js",
320 "TestController.js", 314 "TestController.js",
321 "Tests.js", 315 "Tests.js",
322 "OverlayController.js", 316 "OverlayController.js",
323 "Main.js" 317 "Main.js"
324 ], 318 ],
325 "skip_compilation": [ 319 "skip_compilation": [
326 "Tests.js" 320 "Tests.js"
327 ], 321 ],
328 "resources": [ 322 "resources": [
329 ] 323 ]
330 } 324 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/RenderingOptions.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698