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

Side by Side Diff: content/browser/debugger/manual_tests/profiler-test-basic-grid-functionality.html

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Profiler: basic grid functionality test</title> 3 <title>Profiler: basic grid functionality test</title>
4 <script type="text/javascript" src="resources/fib.js"></script> 4 <script type="text/javascript" src="resources/fib.js"></script>
5 </head> 5 </head>
6 <body onload="run_fib()"> 6 <body onload="run_fib()">
7 This test runs a simple looped computation to test basic 7 This test runs a simple looped computation to test basic
8 functionality of profile view grid. 8 functionality of profile view grid.
9 <br> 9 <br>
10 <br> 10 <br>
(...skipping 18 matching lines...) Expand all
29 <li>toggle between showing absolute times and percents 29 <li>toggle between showing absolute times and percents
30 (button with percent sign on the status bar); 30 (button with percent sign on the status bar);
31 <li>double-click on numbers in 'Self' and 31 <li>double-click on numbers in 'Self' and
32 'Total' columns to toggle between times and percents for 32 'Total' columns to toggle between times and percents for
33 this column only; 33 this column only;
34 <li>expanding and collapsing tree nodes; 34 <li>expanding and collapsing tree nodes;
35 <li>toggling between "Heavy" and "Tree" views. 35 <li>toggling between "Heavy" and "Tree" views.
36 </ul> 36 </ul>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698