Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: runtime/observatory/lib/src/elements/debugger.html

Issue 2277543004: Converted Observatory script-inset & source-inset elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed long line Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="eval_link.html"> 2 <link rel="import" href="eval_link.html">
3 <link rel="import" href="script_inset.html">
4 3
5 <!-- TODO(turnidge): Use core-icon once core_elements work properly in 4 <!-- TODO(turnidge): Use core-icon once core_elements work properly in
6 devtools --> 5 devtools -->
7 <polymer-element name="icon-expand-less" noscript> 6 <polymer-element name="icon-expand-less" noscript>
8 <template> 7 <template>
9 <svg width="24" height="24"> 8 <svg width="24" height="24">
10 <polygon points="12,8 6,14 7.4,15.4 12,10.8 16.6,15.4 18,14 "/> 9 <polygon points="12,8 6,14 7.4,15.4 12,10.8 16.6,15.4 18,14 "/>
11 </svg> 10 </svg>
12 </template> 11 </template>
13 </polymer-element> 12 </polymer-element>
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 <div class="container"> 469 <div class="container">
471 <template if="{{ modalPrompt != null }}"> 470 <template if="{{ modalPrompt != null }}">
472 <div class="modalPrompt">{{ modalPrompt }}</div> 471 <div class="modalPrompt">{{ modalPrompt }}</div>
473 </template> 472 </template>
474 <input id="textBox" class="textBox" type="text" value="{{ text }}" autofoc us> 473 <input id="textBox" class="textBox" type="text" value="{{ text }}" autofoc us>
475 </div> 474 </div>
476 </template> 475 </template>
477 </polymer-element> 476 </polymer-element>
478 477
479 <script type="application/dart" src="debugger.dart"></script> 478 <script type="application/dart" src="debugger.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/css/shared.css ('k') | runtime/observatory/lib/src/elements/eval_box.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698