| OLD | NEW |
| 1 <html> | 1 <!DOCTYPE HTML> |
| 2 <head i18n-values="dir:textdirection;"> |
| 2 <!-- | 3 <!-- |
| 3 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 4 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 | 5 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 6 found in the LICENSE file. |
| 6 --> | 7 --> |
| 7 <head> | 8 <head> |
| 8 <link rel="stylesheet" href="main.css"> | 9 <link rel="stylesheet" href="main.css"> |
| 10 <link rel="stylesheet" href="tabswitcherview.css"> |
| 9 <script src="util.js"></script> | 11 <script src="util.js"></script> |
| 10 <script src="view.js"></script> | 12 <script src="view.js"></script> |
| 11 <script src="tabswitcherview.js"></script> | 13 <script src="tabswitcherview.js"></script> |
| 12 <script src="dataview.js"></script> | 14 <script src="dataview.js"></script> |
| 13 <script src="httpcacheview.js"></script> | 15 <script src="httpcacheview.js"></script> |
| 14 <script src="testview.js"></script> | 16 <script src="testview.js"></script> |
| 15 <script src="main.js"></script> | 17 <script src="main.js"></script> |
| 16 <script src="dnsview.js"></script> | 18 <script src="dnsview.js"></script> |
| 17 <script src="eventsview.js"></script> | 19 <script src="eventsview.js"></script> |
| 18 <script src="detailsview.js"></script> | 20 <script src="detailsview.js"></script> |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 <td class=tabSwitcherSpacer> </td> | 359 <td class=tabSwitcherSpacer> </td> |
| 358 <th id=detailsTimelineTab>Timeline</th> | 360 <th id=detailsTimelineTab>Timeline</th> |
| 359 </tr> | 361 </tr> |
| 360 </table> | 362 </table> |
| 361 <div class=tabSwitcherLine></div> | 363 <div class=tabSwitcherLine></div> |
| 362 </div> | 364 </div> |
| 363 <div id=detailsLogBox></div> | 365 <div id=detailsLogBox></div> |
| 364 <div id=detailsTimelineBox></div> | 366 <div id=detailsTimelineBox></div> |
| 365 </body> | 367 </body> |
| 366 </html> | 368 </html> |
| OLD | NEW |