| OLD | NEW |
| 1 <html> | 1 <html> |
| 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 Loading... |
| 357 <td class=tabSwitcherSpacer> </td> | 358 <td class=tabSwitcherSpacer> </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> |
| OLD | NEW |