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

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

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)
Patch Set: update test for windows compat Created 4 years, 1 month 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": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "sources", 6 "id": "sources",
7 "title": "Sources", 7 "title": "Sources",
8 "order": 30, 8 "order": 30,
9 "className": "WebInspector.SourcesPanel" 9 "className": "WebInspector.SourcesPanel"
10 }, 10 },
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 "source_frame", 541 "source_frame",
542 "snippets", 542 "snippets",
543 "ui_lazy", 543 "ui_lazy",
544 "extensions", 544 "extensions",
545 "persistence" 545 "persistence"
546 ], 546 ],
547 "scripts": [ 547 "scripts": [
548 "UIList.js", 548 "UIList.js",
549 "AddSourceMapURLDialog.js", 549 "AddSourceMapURLDialog.js",
550 "CallStackSidebarPane.js", 550 "CallStackSidebarPane.js",
551 "DebuggerPausedMessage.js",
551 "SimpleHistoryManager.js", 552 "SimpleHistoryManager.js",
552 "EditingLocationHistoryManager.js", 553 "EditingLocationHistoryManager.js",
553 "EventListenerBreakpointsSidebarPane.js", 554 "EventListenerBreakpointsSidebarPane.js",
554 "FilePathScoreFunction.js", 555 "FilePathScoreFunction.js",
555 "FilteredUISourceCodeListDelegate.js", 556 "FilteredUISourceCodeListDelegate.js",
556 "UISourceCodeFrame.js", 557 "UISourceCodeFrame.js",
557 "SourceMapNamesResolver.js", 558 "SourceMapNamesResolver.js",
558 "JavaScriptBreakpointsSidebarPane.js", 559 "JavaScriptBreakpointsSidebarPane.js",
559 "JavaScriptOutlineDialog.js", 560 "JavaScriptOutlineDialog.js",
560 "SourceCodeDiff.js", 561 "SourceCodeDiff.js",
(...skipping 16 matching lines...) Expand all
577 "FileBasedSearchResultsPane.js", 578 "FileBasedSearchResultsPane.js",
578 "SourcesSearchScope.js", 579 "SourcesSearchScope.js",
579 "SourcesPanel.js", 580 "SourcesPanel.js",
580 "WorkspaceMappingTip.js", 581 "WorkspaceMappingTip.js",
581 "XHRBreakpointsSidebarPane.js", 582 "XHRBreakpointsSidebarPane.js",
582 "JavaScriptCompiler.js", 583 "JavaScriptCompiler.js",
583 "ObjectEventListenersSidebarPane.js" 584 "ObjectEventListenersSidebarPane.js"
584 ], 585 ],
585 "resources": [ 586 "resources": [
586 "uiList.css", 587 "uiList.css",
588 "debuggerPausedMessage.css",
587 "eventListenerBreakpoints.css", 589 "eventListenerBreakpoints.css",
588 "fileBasedSearchResultsPane.css", 590 "fileBasedSearchResultsPane.css",
589 "navigatorView.css", 591 "navigatorView.css",
590 "revisionHistory.css", 592 "revisionHistory.css",
591 "serviceWorkersSidebar.css", 593 "serviceWorkersSidebar.css",
592 "sourcesPanel.css", 594 "sourcesPanel.css",
593 "sourcesSearch.css", 595 "sourcesSearch.css",
594 "sourcesView.css" 596 "sourcesView.css"
595 ] 597 ]
596 } 598 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698