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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js

Issue 2879943003: DevTools: render product badges behind the setting. (Closed)
Patch Set: removed module from the list. Created 3 years, 7 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/network/NetworkLogView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
index 5db1474fcd20d2d25bd47e2f5710cca96068ac95..2aa7048e92790331e2893a2d1a8f2f39efcce333 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
@@ -90,8 +90,8 @@ Network.NetworkLogView = class extends UI.VBox {
this._currentMatchedRequestNode = null;
this._currentMatchedRequestIndex = -1;
- /** @type {!Components.Linkifier} */
this.linkifier = new Components.Linkifier();
+ this.badgePool = new ProductRegistry.BadgePool();
this._recording = false;
this._preserveLog = false;
@@ -922,6 +922,7 @@ Network.NetworkLogView = class extends UI.VBox {
this._timeCalculator.setWindow(null);
this.linkifier.reset();
+ this.badgePool.reset();
if (this._activeGroupLookup)
this._activeGroupLookup.reset();

Powered by Google App Engine
This is Rietveld 408576698