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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js

Issue 2623143002: DevTools: insert console message decorations in order
Patch Set: ac Created 3 years, 11 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
Index: third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
index 87c0470fd53622c3f91b73d47378b209e67cb58a..efaaad10c87f2304c6e7a5cc4f421304cee1f4c4 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
+++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
@@ -334,6 +334,7 @@ Console.ConsoleView = class extends UI.VBox {
this._prompt.clearAutocomplete();
if (!this._showAllMessagesCheckbox.checked())
this._updateMessageList();
+ this._consoleMessages.forEach(message => message.updateContextLabel());
}
/**

Powered by Google App Engine
This is Rietveld 408576698