| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 | 3 |
| 4 Redistribution and use in source and binary forms, with or without | 4 Redistribution and use in source and binary forms, with or without |
| 5 modification, are permitted provided that the following conditions | 5 modification, are permitted provided that the following conditions |
| 6 are met: | 6 are met: |
| 7 | 7 |
| 8 1. Redistributions of source code must retain the above copyright | 8 1. Redistributions of source code must retain the above copyright |
| 9 notice, this list of conditions and the following disclaimer. | 9 notice, this list of conditions and the following disclaimer. |
| 10 2. Redistributions in binary form must reproduce the above copyright | 10 2. Redistributions in binary form must reproduce the above copyright |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 <script type="text/javascript" src="MemoryStatistics.js"></script> | 211 <script type="text/javascript" src="MemoryStatistics.js"></script> |
| 212 <script type="text/javascript" src="SnippetsModel.js"></script> | 212 <script type="text/javascript" src="SnippetsModel.js"></script> |
| 213 <script type="text/javascript" src="StylesPanel.js"></script> | 213 <script type="text/javascript" src="StylesPanel.js"></script> |
| 214 </head> | 214 </head> |
| 215 <body class="detached" id="-webkit-web-inspector"> | 215 <body class="detached" id="-webkit-web-inspector"> |
| 216 <div id="toolbar"> | 216 <div id="toolbar"> |
| 217 <div class="toolbar-item close-left"><button id="close-button-left"></bu
tton></div> | 217 <div class="toolbar-item close-left"><button id="close-button-left"></bu
tton></div> |
| 218 <div id="toolbar-controls"> | 218 <div id="toolbar-controls"> |
| 219 <div class="toolbar-item"><button id="toolbar-dropdown-arrow" class=
"toolbar-label">»</button></div> | 219 <div class="toolbar-item"><button id="toolbar-dropdown-arrow" class=
"toolbar-label">»</button></div> |
| 220 <div class="toolbar-item hidden" id="search-results-matches"></div> | 220 <div class="toolbar-item hidden" id="search-results-matches"></div> |
| 221 <div class="toolbar-item toolbar-search-item" > | 221 <div class="toolbar-item" id="toolbar-search-item"> |
| 222 <input id="search" type="search" incremental results="0"> | 222 <input id="search" type="search" incremental results="0"> |
| 223 <div id="search-toolbar-label" class="toolbar-label"></div><div
id="toolbar-search-navigation-control"></div> | 223 <div id="toolbar-search-navigation-control"></div> |
| 224 </div> | 224 </div> |
| 225 <div class="toolbar-item close-right"><button id="close-button-right
"></button></div> | 225 <div class="toolbar-item close-right"><button id="close-button-right
"></button></div> |
| 226 </div> | 226 </div> |
| 227 </div> | 227 </div> |
| 228 <div id="main"> | 228 <div id="main"> |
| 229 <div id="main-status-bar" class="status-bar"><div id="anchored-status-ba
r-items"><div id="counters"><div id="error-warning-count" class="hidden"></div><
/div></div></div> | 229 <div id="main-status-bar" class="status-bar"><div id="anchored-status-ba
r-items"><div id="counters"><div id="error-warning-count" class="hidden"></div><
/div></div></div> |
| 230 </div> | 230 </div> |
| 231 <div id="drawer"></div> | 231 <div id="drawer"></div> |
| 232 </body> | 232 </body> |
| 233 </html> | 233 </html> |
| OLD | NEW |