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