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

Unified Diff: tools/turbolizer/index.html

Issue 2061713002: [turbolizer]: Fix bugs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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 | « tools/turbolizer/graph-view.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/turbolizer/index.html
diff --git a/tools/turbolizer/index.html b/tools/turbolizer/index.html
index ba7701176e34b63f903010c1d2ce84984f925950..6991d926821b96a4da6df213eccefea9e2057466 100644
--- a/tools/turbolizer/index.html
+++ b/tools/turbolizer/index.html
@@ -24,7 +24,8 @@
<input id="toggle-types" type="image" title="show/hide types"
src="types.png" alt="show/hide types" class="button-input">
<input id="search-input" type="text" title="search nodes for regex"
- alt="search node for regex" class="search-input">
+ alt="search node for regex" class="search-input"
+ placeholder="find with regexp&hellip;">
<select id="display-selector"></select>
</span>
<div id="load-file">
« no previous file with comments | « tools/turbolizer/graph-view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698