| OLD | NEW |
| 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
| 2 <link rel="import" href="function_ref.html"> | 2 <link rel="import" href="function_ref.html"> |
| 3 <link rel="import" href="nav_bar.html"> | 3 <link rel="import" href="nav_bar.html"> |
| 4 <link rel="import" href="eval_link.html"> | 4 <link rel="import" href="eval_link.html"> |
| 5 | 5 |
| 6 <link rel="import" href="script_inset.html"> | 6 <link rel="import" href="script_inset.html"> |
| 7 <link rel="import" href="script_ref.html"> | |
| 8 | 7 |
| 9 <!-- TODO(turnidge): Use core-icon once core_elements work properly in | 8 <!-- TODO(turnidge): Use core-icon once core_elements work properly in |
| 10 devtools --> | 9 devtools --> |
| 11 <polymer-element name="icon-expand-less" noscript> | 10 <polymer-element name="icon-expand-less" noscript> |
| 12 <template> | 11 <template> |
| 13 <svg width="24" height="24"> | 12 <svg width="24" height="24"> |
| 14 <polygon points="12,8 6,14 7.4,15.4 12,10.8 16.6,15.4 18,14 "/> | 13 <polygon points="12,8 6,14 7.4,15.4 12,10.8 16.6,15.4 18,14 "/> |
| 15 </svg> | 14 </svg> |
| 16 </template> | 15 </template> |
| 17 </polymer-element> | 16 </polymer-element> |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 <div class="container"> | 473 <div class="container"> |
| 475 <template if="{{ modalPrompt != null }}"> | 474 <template if="{{ modalPrompt != null }}"> |
| 476 <div class="modalPrompt">{{ modalPrompt }}</div> | 475 <div class="modalPrompt">{{ modalPrompt }}</div> |
| 477 </template> | 476 </template> |
| 478 <input id="textBox" class="textBox" type="text" value="{{ text }}" autofoc
us> | 477 <input id="textBox" class="textBox" type="text" value="{{ text }}" autofoc
us> |
| 479 </div> | 478 </div> |
| 480 </template> | 479 </template> |
| 481 </polymer-element> | 480 </polymer-element> |
| 482 | 481 |
| 483 <script type="application/dart" src="debugger.dart"></script> | 482 <script type="application/dart" src="debugger.dart"></script> |
| OLD | NEW |