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

Side by Side Diff: runtime/bin/vmservice/client/lib/src/elements/script_inset.html

Issue 299823004: Upgrade Observatory to Polymer 0.10.x (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 <head> 1 <head>
2 <link rel="import" href="observatory_element.html"> 2 <link rel="import" href="observatory_element.html">
3 </head> 3 </head>
4 <polymer-element name="script-inset" extends="observatory-element"> 4 <polymer-element name="script-inset" extends="observatory-element">
5 <template> 5 <template>
6 <style> 6 <style>
7 .sourceInset { 7 .sourceInset {
8 padding-left: 15%; 8 padding-left: 15%;
9 padding-right: 15%; 9 padding-right: 15%;
10 } 10 }
(...skipping 26 matching lines...) Expand all
37 <td style="font-family: consolas, courier, monospace;font-size: 1em;line-height: 1.2em;white-space: nowrap;">{{line.line}}</td> 37 <td style="font-family: consolas, courier, monospace;font-size: 1em;line-height: 1.2em;white-space: nowrap;">{{line.line}}</td>
38 <td>&nbsp;</td> 38 <td>&nbsp;</td>
39 <td width="99%" style="font-family: consolas, courier, monospace ;font-size: 1em;line-height: 1.2em;white-space: pre;">{{line.text}}</td> 39 <td width="99%" style="font-family: consolas, courier, monospace ;font-size: 1em;line-height: 1.2em;white-space: pre;">{{line.text}}</td>
40 </tr> 40 </tr>
41 </tbody> 41 </tbody>
42 </table> 42 </table>
43 </template> 43 </template>
44 </div> 44 </div>
45 </div> 45 </div>
46 </template> 46 </template>
47 <script type="application/dart" src="script_inset.dart"></script> 47 <script type="application/dart;component=1" src="script_inset.dart"></script>
48 </polymer-element> 48 </polymer-element>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698