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

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

Issue 2194383002: Converted Observatory code-ref function-ref element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed CSS problem Created 4 years, 4 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="function_ref.html">
3 <link rel="import" href="eval_link.html"> 2 <link rel="import" href="eval_link.html">
4 <link rel="import" href="script_inset.html"> 3 <link rel="import" href="script_inset.html">
5 4
6 <!-- TODO(turnidge): Use core-icon once core_elements work properly in 5 <!-- TODO(turnidge): Use core-icon once core_elements work properly in
7 devtools --> 6 devtools -->
8 <polymer-element name="icon-expand-less" noscript> 7 <polymer-element name="icon-expand-less" noscript>
9 <template> 8 <template>
10 <svg width="24" height="24"> 9 <svg width="24" height="24">
11 <polygon points="12,8 6,14 7.4,15.4 12,10.8 16.6,15.4 18,14 "/> 10 <polygon points="12,8 6,14 7.4,15.4 12,10.8 16.6,15.4 18,14 "/>
12 </svg> 11 </svg>
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 <div class="container"> 470 <div class="container">
472 <template if="{{ modalPrompt != null }}"> 471 <template if="{{ modalPrompt != null }}">
473 <div class="modalPrompt">{{ modalPrompt }}</div> 472 <div class="modalPrompt">{{ modalPrompt }}</div>
474 </template> 473 </template>
475 <input id="textBox" class="textBox" type="text" value="{{ text }}" autofoc us> 474 <input id="textBox" class="textBox" type="text" value="{{ text }}" autofoc us>
476 </div> 475 </div>
477 </template> 476 </template>
478 </polymer-element> 477 </polymer-element>
479 478
480 <script type="application/dart" src="debugger.dart"></script> 479 <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/function_ref.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698