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

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

Issue 1805343003: DevTools: rename script_formatter_worker into formatter_worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
OLDNEW
1 [ 1 [
2 { "name": "platform", "type": "autostart" }, 2 { "name": "platform", "type": "autostart" },
3 { "name": "main", "type": "autostart" }, 3 { "name": "main", "type": "autostart" },
4 { "name": "components", "type": "autostart" }, 4 { "name": "components", "type": "autostart" },
5 { "name": "ui", "type": "autostart" }, 5 { "name": "ui", "type": "autostart" },
6 { "name": "sdk", "type": "autostart" }, 6 { "name": "sdk", "type": "autostart" },
7 { "name": "host", "type": "autostart" }, 7 { "name": "host", "type": "autostart" },
8 { "name": "common", "type": "autostart" }, 8 { "name": "common", "type": "autostart" },
9 { "name": "emulation", "type": "autostart" }, 9 { "name": "emulation", "type": "autostart" },
10 { "name": "workspace", "type": "autostart" }, 10 { "name": "workspace", "type": "autostart" },
(...skipping 19 matching lines...) Expand all
30 { "name": "snippets" }, 30 { "name": "snippets" },
31 { "name": "diff" }, 31 { "name": "diff" },
32 { "name": "sass" }, 32 { "name": "sass" },
33 { "name": "accessibility" }, 33 { "name": "accessibility" },
34 { "name": "animation" }, 34 { "name": "animation" },
35 { "name": "es_tree" }, 35 { "name": "es_tree" },
36 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, 36 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
37 { "name": "emulated_devices", "type": "remote" }, 37 { "name": "emulated_devices", "type": "remote" },
38 38
39 { "name": "heap_snapshot_worker", "type": "worker" }, 39 { "name": "heap_snapshot_worker", "type": "worker" },
40 { "name": "script_formatter_worker", "type": "worker" }, 40 { "name": "formatter_worker", "type": "worker" },
41 { "name": "temp_storage_shared_worker", "type": "worker" } 41 { "name": "temp_storage_shared_worker", "type": "worker" }
42 ] 42 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698