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

Side by Side Diff: lib/components/swap.html

Issue 14295009: Fix widget.dart to work with the latest web_ui library. Specifically, query selectors need to use "… (Closed) Base URL: https://github.com/kevmoo/widget.dart.git@master
Patch Set: ptal Created 7 years, 8 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
« no previous file with comments | « lib/components/swap.dart ('k') | lib/components/tabs.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <element name="x-swap" extends="div"> 4 <element name="x-swap" extends="div" constructor="Swap">
5 <template> 5 <template>
6 <style type='text/css'> 6 <style type='text/css'>
7 x-swap { 7 x-swap {
8 display: block; 8 display: block;
9 } 9 }
10 x-swap > .content { 10 x-swap > .content {
11 position: relative; 11 position: relative;
12 overflow: hidden; 12 overflow: hidden;
13 } 13 }
14 x-swap > .content > * { 14 x-swap > .content > * {
(...skipping 13 matching lines...) Expand all
28 } 28 }
29 </style> 29 </style>
30 <div class='content'> 30 <div class='content'>
31 <content></content> 31 <content></content>
32 </div> 32 </div>
33 </template> 33 </template>
34 <script type="application/dart" src='swap.dart'></script> 34 <script type="application/dart" src='swap.dart'></script>
35 </element> 35 </element>
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW
« no previous file with comments | « lib/components/swap.dart ('k') | lib/components/tabs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698