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

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: 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "FilteredUISourceCodeListDelegate.js", 362 "FilteredUISourceCodeListDelegate.js",
363 "UISourceCodeFrame.js", 363 "UISourceCodeFrame.js",
364 "SourceMapNamesResolver.js", 364 "SourceMapNamesResolver.js",
365 "JavaScriptBreakpointsSidebarPane.js", 365 "JavaScriptBreakpointsSidebarPane.js",
366 "JavaScriptOutlineDialog.js", 366 "JavaScriptOutlineDialog.js",
367 "JavaScriptSourceFrame.js", 367 "JavaScriptSourceFrame.js",
368 "CSSSourceFrame.js", 368 "CSSSourceFrame.js",
369 "NavigatorView.js", 369 "NavigatorView.js",
370 "RevisionHistoryView.js", 370 "RevisionHistoryView.js",
371 "ScopeChainSidebarPane.js", 371 "ScopeChainSidebarPane.js",
372 "ServiceWorkersSidebarPane.js",
373 "SourcesNavigator.js", 372 "SourcesNavigator.js",
374 "StyleSheetOutlineDialog.js", 373 "StyleSheetOutlineDialog.js",
375 "TabbedEditorContainer.js", 374 "TabbedEditorContainer.js",
376 "WatchExpressionsSidebarPane.js", 375 "WatchExpressionsSidebarPane.js",
377 "ThreadsSidebarPane.js", 376 "ThreadsSidebarPane.js",
378 "ScriptFormatterEditorAction.js", 377 "ScriptFormatterEditorAction.js",
379 "InplaceFormatterEditorAction.js", 378 "InplaceFormatterEditorAction.js",
380 "ScriptFormatter.js", 379 "ScriptFormatter.js",
381 "OpenResourceDialog.js", 380 "OpenResourceDialog.js",
382 "SourcesView.js", 381 "SourcesView.js",
(...skipping 10 matching lines...) Expand all
393 "addSourceMapURLDialog.css", 392 "addSourceMapURLDialog.css",
394 "uiList.css", 393 "uiList.css",
395 "navigatorView.css", 394 "navigatorView.css",
396 "revisionHistory.css", 395 "revisionHistory.css",
397 "serviceWorkersSidebar.css", 396 "serviceWorkersSidebar.css",
398 "sourcesPanel.css", 397 "sourcesPanel.css",
399 "sourcesSearch.css", 398 "sourcesSearch.css",
400 "sourcesView.css" 399 "sourcesView.css"
401 ] 400 ]
402 } 401 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698