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

Unified Diff: Source/devtools/front_end/sources/UISourceCodeFrame.js

Issue 659573005: DevTools: NetworkPanel: show link where resource timing is explained. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
Index: Source/devtools/front_end/sources/UISourceCodeFrame.js
diff --git a/Source/devtools/front_end/sources/UISourceCodeFrame.js b/Source/devtools/front_end/sources/UISourceCodeFrame.js
index 608dc12ee892c4dbba2e63d1e655f06c1a70013e..336e9dc092a7ae6f29b4fc953979dfbd13091fc3 100644
--- a/Source/devtools/front_end/sources/UISourceCodeFrame.js
+++ b/Source/devtools/front_end/sources/UISourceCodeFrame.js
@@ -223,7 +223,7 @@ WebInspector.UISourceCodeFrame.Infobar = function(level, message)
this._mainRow.createChild("span", "source-frame-infobar-icon");
this._mainRow.createChild("span", "source-frame-infobar-row-message").textContent = message;
- this._toggleElement = this._mainRow.createChild("div", "source-frame-infobar-toggle source-frame-infobar-link");
+ this._toggleElement = this._mainRow.createChild("div", "source-frame-infobar-toggle link");
this._toggleElement.addEventListener("click", this._onToggleDetails.bind(this), false);
this._closeElement = this._mainRow.createChild("div", "close-button");
« no previous file with comments | « Source/devtools/front_end/sources/JavaScriptSourceFrame.js ('k') | Source/devtools/front_end/sources/WorkspaceMappingTip.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698