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

Side by Side Diff: chrome/browser/resources/net_internals/index.html

Issue 5228004: Switch the about:gpu implementation from an about handler to dom_ui.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
OLDNEW
1 <html> 1 <html>
arv (Not doing code reviews) 2010/12/10 22:19:42 missing doctype
arv (Not doing code reviews) 2010/12/10 22:19:42 Set dir here as well? <html i18n-values="dir:text
nduca 2010/12/11 00:16:45 I'm less sure about this ... net_internals code do
2 <!-- 2 <!--
3 Copyright (c) 2010 The Chromium Authors. All rights reserved. 3 Copyright (c) 2010 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <head> 7 <head>
8 <link rel="stylesheet" href="main.css"> 8 <link rel="stylesheet" href="main.css">
9 <link rel="stylesheet" href="tabswitcherview.css">
9 <script src="util.js"></script> 10 <script src="util.js"></script>
10 <script src="view.js"></script> 11 <script src="view.js"></script>
11 <script src="tabswitcherview.js"></script> 12 <script src="tabswitcherview.js"></script>
12 <script src="dataview.js"></script> 13 <script src="dataview.js"></script>
13 <script src="httpcacheview.js"></script> 14 <script src="httpcacheview.js"></script>
14 <script src="testview.js"></script> 15 <script src="testview.js"></script>
15 <script src="main.js"></script> 16 <script src="main.js"></script>
16 <script src="dnsview.js"></script> 17 <script src="dnsview.js"></script>
17 <script src="eventsview.js"></script> 18 <script src="eventsview.js"></script>
18 <script src="detailsview.js"></script> 19 <script src="detailsview.js"></script>
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 <td class=tabSwitcherSpacer>&nbsp;</td> 358 <td class=tabSwitcherSpacer>&nbsp;</td>
358 <th id=detailsTimelineTab>Timeline</th> 359 <th id=detailsTimelineTab>Timeline</th>
359 </tr> 360 </tr>
360 </table> 361 </table>
361 <div class=tabSwitcherLine></div> 362 <div class=tabSwitcherLine></div>
362 </div> 363 </div>
363 <div id=detailsLogBox></div> 364 <div id=detailsLogBox></div>
364 <div id=detailsTimelineBox></div> 365 <div id=detailsTimelineBox></div>
365 </body> 366 </body>
366 </html> 367 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698