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

Side by Side Diff: chrome/browser/resources/profiler/profiler.html

Issue 8832001: Add an OWNERS file for the about:profiler javascript code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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
« no previous file with comments | « chrome/browser/resources/profiler/OWNERS ('k') | chrome/browser/resources/profiler/profiler.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <script src="profiler.js"></script> 5 <script src="profiler.js"></script>
6 <script src="chrome://resources/js/util.js"></script> 6 <script src="chrome://resources/js/util.js"></script>
7 7
8 <style> 8 <style>
9 9
10 body { 10 body {
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 135
136 <hr/> 136 <hr/>
137 137
138 <div id='results-div'></div> 138 <div id='results-div'></div>
139 139
140 <!-- TODO(eroman): This should only be a short-lived solution, 140 <!-- TODO(eroman): This should only be a short-lived solution,
141 which will eventually be superceded by snapshotting --> 141 which will eventually be superceded by snapshotting -->
142 <span id=reset-data-link class=pseudo-link>[Reset tracking data]</span> 142 <span id=reset-data-link class=pseudo-link>[Reset tracking data]</span>
143 </body> 143 </body>
144 </html> 144 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/profiler/OWNERS ('k') | chrome/browser/resources/profiler/profiler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698