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

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

Issue 1841863003: DevTools: move the force update SW on reload checkbox to the Resources / Service Workers view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixed Created 4 years, 8 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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "sources", 5 "name": "sources",
6 "title": "Sources", 6 "title": "Sources",
7 "order": 30, 7 "order": 30,
8 "className": "WebInspector.SourcesPanelFactory" 8 "className": "WebInspector.SourcesPanelFactory"
9 }, 9 },
10 { 10 {
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "FilteredUISourceCodeListDelegate.js", 361 "FilteredUISourceCodeListDelegate.js",
362 "UISourceCodeFrame.js", 362 "UISourceCodeFrame.js",
363 "SourceMapNamesResolver.js", 363 "SourceMapNamesResolver.js",
364 "JavaScriptBreakpointsSidebarPane.js", 364 "JavaScriptBreakpointsSidebarPane.js",
365 "JavaScriptOutlineDialog.js", 365 "JavaScriptOutlineDialog.js",
366 "JavaScriptSourceFrame.js", 366 "JavaScriptSourceFrame.js",
367 "CSSSourceFrame.js", 367 "CSSSourceFrame.js",
368 "NavigatorView.js", 368 "NavigatorView.js",
369 "RevisionHistoryView.js", 369 "RevisionHistoryView.js",
370 "ScopeChainSidebarPane.js", 370 "ScopeChainSidebarPane.js",
371 "ServiceWorkersSidebarPane.js",
372 "SourcesNavigator.js", 371 "SourcesNavigator.js",
373 "StyleSheetOutlineDialog.js", 372 "StyleSheetOutlineDialog.js",
374 "TabbedEditorContainer.js", 373 "TabbedEditorContainer.js",
375 "WatchExpressionsSidebarPane.js", 374 "WatchExpressionsSidebarPane.js",
376 "ThreadsSidebarPane.js", 375 "ThreadsSidebarPane.js",
377 "ScriptFormatterEditorAction.js", 376 "ScriptFormatterEditorAction.js",
378 "InplaceFormatterEditorAction.js", 377 "InplaceFormatterEditorAction.js",
379 "ScriptFormatter.js", 378 "ScriptFormatter.js",
380 "OpenResourceDialog.js", 379 "OpenResourceDialog.js",
381 "SourcesView.js", 380 "SourcesView.js",
(...skipping 10 matching lines...) Expand all
392 "addSourceMapURLDialog.css", 391 "addSourceMapURLDialog.css",
393 "uiList.css", 392 "uiList.css",
394 "navigatorView.css", 393 "navigatorView.css",
395 "revisionHistory.css", 394 "revisionHistory.css",
396 "serviceWorkersSidebar.css", 395 "serviceWorkersSidebar.css",
397 "sourcesPanel.css", 396 "sourcesPanel.css",
398 "sourcesSearch.css", 397 "sourcesSearch.css",
399 "sourcesView.css" 398 "sourcesView.css"
400 ] 399 ]
401 } 400 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js ('k') | third_party/WebKit/Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698