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

Side by Side Diff: extension/background.html

Issue 11092092: Support compiling templates in the browser. Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years, 2 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 | « example/explainer/build_examples.dart ('k') | extension/background.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script type="application/dart" src="bin/dwc_browser.dart">
4 </script>
5 <script type="text/javascript" src="dart.js">
6 </script>
7 <!--
8 TODO(jacobr): this is a hack to make Dart-JS interop work given chrome
9 extension security restrictions for inline JS
10 -->
11 <script src="dart_proxy.js"></script>
12 <script src="background.js"></script>
13 </head>
14 <body>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « example/explainer/build_examples.dart ('k') | extension/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698