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

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

Issue 464343002: DevTools: align call stack rendering with the rest of the panels. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing Created 6 years, 4 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/CallStackSidebarPane.js
diff --git a/Source/devtools/front_end/sources/CallStackSidebarPane.js b/Source/devtools/front_end/sources/CallStackSidebarPane.js
index 717277dd5c322688b830e8a74c1a52dfaa57d704..ef64ffa5662b4a9fed0027266c533879f5e357a9 100644
--- a/Source/devtools/front_end/sources/CallStackSidebarPane.js
+++ b/Source/devtools/front_end/sources/CallStackSidebarPane.js
@@ -404,7 +404,7 @@ WebInspector.CallStackSidebarPane.Placard.prototype = {
*/
_update: function(uiLocation)
{
- this.subtitle = uiLocation.linkText().trimMiddle(100);
+ this.subtitle = uiLocation.linkText().trimMiddle(30);
},
__proto__: WebInspector.Placard.prototype
« no previous file with comments | « Source/devtools/front_end/sdk/WorkerTargetManager.js ('k') | Source/devtools/front_end/sources/ThreadsSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698