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

Unified Diff: Source/devtools/front_end/ConsoleMessage.js

Issue 28923003: DevTools: console.table attached inside a collapsed console group is not resizeable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 7 years, 2 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 | Source/devtools/front_end/ConsoleView.js » ('j') | Source/devtools/front_end/DataGrid.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ConsoleMessage.js
diff --git a/Source/devtools/front_end/ConsoleMessage.js b/Source/devtools/front_end/ConsoleMessage.js
index c8903574325dfe3dae952051a074d31be60f2b4f..739a7521570844785034d5926a8b5fa5131cdc37 100644
--- a/Source/devtools/front_end/ConsoleMessage.js
+++ b/Source/devtools/front_end/ConsoleMessage.js
@@ -82,6 +82,7 @@ WebInspector.ConsoleMessageImpl.prototype = {
var dataGrid = this._dataGrids[i];
var parentElement = this._dataGridParents.get(dataGrid) || null;
dataGrid.show(parentElement);
+ dataGrid.updateWidths();
}
},
« no previous file with comments | « no previous file | Source/devtools/front_end/ConsoleView.js » ('j') | Source/devtools/front_end/DataGrid.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698