Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/sources/module.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json |
| index 43a60c66c759615e415a6912709abc76cb598a00..5c131505b64e3d0753ebf99ec27a24734952d640 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/sources/module.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json |
| @@ -215,43 +215,77 @@ |
| { |
| "type": "view", |
| "location": "navigator-view", |
| - "id": "sources", |
| + "id": "navigator-sources", |
| "title": "Sources", |
| "order": 1, |
| "persistence": "permanent", |
| - "className": "WebInspector.SourcesNavigatorView" |
| + "className": "WebInspector.SourcesNavigatorView", |
| + "experiment": "!persistence2" |
| }, |
| { |
| "type": "view", |
| "location": "navigator-view", |
| - "id": "contentScripts", |
| - "title": "Content scripts", |
| + "id": "navigator-network", |
| + "title": "Network", |
| "order": 2, |
| "persistence": "permanent", |
| + "className": "WebInspector.NetworkNavigatorView", |
| + "experiment": "persistence2" |
| + }, |
| + { |
| + "type": "view", |
| + "location": "navigator-view", |
| + "id": "navigator-files", |
| + "title": "Filesystem", |
| + "order": 3, |
| + "persistence": "permanent", |
| + "className": "WebInspector.FilesNavigatorView", |
| + "experiment": "persistence2" |
| + }, |
| + { |
| + "type": "view", |
| + "location": "navigator-view", |
| + "id": "navigator-contentScripts", |
| + "title": "Content scripts", |
| + "order": 4, |
| + "persistence": "permanent", |
| "className": "WebInspector.ContentScriptsNavigatorView" |
| }, |
| { |
| "type": "view", |
| "location": "navigator-view", |
| - "id": "snippets", |
| + "id": "navigator-snippets", |
| "title": "Snippets", |
| - "order": 3, |
| + "order": 5, |
| "persistence": "permanent", |
| "className": "WebInspector.SnippetsNavigatorView" |
| }, |
| { |
| "type": "@WebInspector.NavigatorView", |
| - "viewId": "sources", |
| - "className": "WebInspector.SourcesNavigatorView" |
| + "viewId": "navigator-source", |
|
dgozman
2016/10/01 01:09:21
navigator-sources
|
| + "className": "WebInspector.SourceNavigatorView", |
|
dgozman
2016/10/01 01:09:21
Sources (plural)
|
| + "experiment": "!persistence2" |
| + }, |
| + { |
| + "type": "@WebInspector.NavigatorView", |
| + "viewId": "navigator-network", |
| + "className": "WebInspector.NetworkNavigatorView", |
| + "experiment": "persistence2" |
| + }, |
| + { |
| + "type": "@WebInspector.NavigatorView", |
| + "viewId": "navigator-files", |
| + "className": "WebInspector.FilesNavigatorView", |
| + "experiment": "persistence2" |
| }, |
| { |
| "type": "@WebInspector.NavigatorView", |
| - "viewId": "contentScripts", |
| + "viewId": "navigator-contentScripts", |
| "className": "WebInspector.ContentScriptsNavigatorView" |
| }, |
| { |
| "type": "@WebInspector.NavigatorView", |
| - "viewId": "snippets", |
| + "viewId": "navigator-snippets", |
| "className": "WebInspector.SnippetsNavigatorView" |
| }, |
| { |