Side by Side Diff: third_party/WebKit/Source/devtools/front_end/audits/module.json
Issue 2412023002 :
DevTools: migrate InspectorView to tabbed view location. (Closed)
Patch Set: made layers panel closeable.
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/WebKit/LayoutTests/http/tests/inspector-unit/inspector-unit-test.js
third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-iframe-manifests.html
third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-manifest-with-non-existing-file.html
third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-swap.html
third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html
third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js
third_party/WebKit/LayoutTests/http/tests/inspector/extensions-test.js
third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/resources-panel.html
third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
third_party/WebKit/LayoutTests/http/tests/inspector/search/source-frame-replace-1.html
third_party/WebKit/LayoutTests/http/tests/inspector/search/source-frame-replace-2.html
third_party/WebKit/LayoutTests/http/tests/inspector/search/source-frame-replace-3.html
third_party/WebKit/LayoutTests/http/tests/inspector/search/source-frame-replace-4.html
third_party/WebKit/LayoutTests/http/tests/inspector/search/source-frame-search.html
third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-1.html
third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2.html
third_party/WebKit/LayoutTests/inspector/elements/highlight/highlight-dom-updates.html
third_party/WebKit/LayoutTests/inspector/elements/shadow/reveal-shadow-dom-node.html
third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel-expected.txt
third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
third_party/WebKit/LayoutTests/inspector/tracing/scroll-invalidations.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-layout/timeline-layout-with-invalidations.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-grouped-invalidations.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint/timeline-paint-and-multiple-style-invalidations.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations-on-deleted-node.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint/timeline-paint-with-style-recalc-invalidations.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-style/timeline-style-recalc-all-invalidator-types.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-style/timeline-style-recalc-with-invalidations.html
third_party/WebKit/LayoutTests/inspector/tracing/timeline-style/timeline-style-recalc-with-invalidator-invalidations.html
third_party/WebKit/LayoutTests/inspector/user-metrics.html
third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
third_party/WebKit/Source/devtools/front_end/audits/module.json
third_party/WebKit/Source/devtools/front_end/common/Settings.js
third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
third_party/WebKit/Source/devtools/front_end/console/module.json
third_party/WebKit/Source/devtools/front_end/elements/ElementsPanel.js
third_party/WebKit/Source/devtools/front_end/elements/module.json
third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js
third_party/WebKit/Source/devtools/front_end/layers/module.json
third_party/WebKit/Source/devtools/front_end/main/Main.js
third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js
third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js
third_party/WebKit/Source/devtools/front_end/network/module.json
third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
third_party/WebKit/Source/devtools/front_end/profiler/module.json
third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
third_party/WebKit/Source/devtools/front_end/resources/module.json
third_party/WebKit/Source/devtools/front_end/screencast/ScreencastApp.js
third_party/WebKit/Source/devtools/front_end/security/module.json
third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js
third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js
third_party/WebKit/Source/devtools/front_end/sources/module.json
third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
third_party/WebKit/Source/devtools/front_end/timeline/module.json
third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
third_party/WebKit/Source/devtools/front_end/ui/Panel.js
third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js
third_party/WebKit/Source/devtools/front_end/ui/View.js
third_party/WebKit/Source/devtools/front_end/ui_lazy/CommandMenu.js