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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js

Issue 2736853005: [DevTools] Make Audits results tree non-collapsible. (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js b/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
index beb6fd8a3bc1e1350d004073e914653eaeb47a54..390d1a226d4b74b3d87e84488fb1533c08bc2c04 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
+++ b/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
@@ -48,6 +48,7 @@ Audits.AuditsPanel = class extends UI.PanelWithSidebar {
this._auditResultsTreeElement.selectable = false;
this._auditResultsTreeElement.listItemElement.classList.add('audits-sidebar-results');
this._auditResultsTreeElement.expand();
+ this._auditResultsTreeElement.setCollapsible(false);
this._sidebarTree.appendChild(this._auditResultsTreeElement);
this._constructCategories();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698