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

Unified Diff: samples/isolate_html/isolate_sample.html

Issue 23868034: Remove spawnDomFunction from dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/isolate_html/isolate_sample.dart ('k') | samples/isolate_html/main.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/isolate_html/isolate_sample.html
diff --git a/samples/isolate_html/isolate_sample.html b/samples/isolate_html/isolate_sample.html
deleted file mode 100644
index d0c1e6545ff2d8973781b04398db31de0cd39501..0000000000000000000000000000000000000000
--- a/samples/isolate_html/isolate_sample.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-
-<!-- Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
- for details. All rights reserved. Use of this source code is governed by a
- BSD-style license that can be found in the LICENSE file. -->
-
-<html>
- <head>
- <title>Isolate Sample</title>
-
- <link rel="stylesheet" type="text/css" href="isolate_sample.css"/>
-
- </head>
- <body>
- <script type="application/dart" src="isolate_sample.dart"></script>
- <div id="appTitle"></div>
-
- <div class="isolate isolateMain">
- <div class="isolateName">This is the main isolate.</div>
- <input type="text" id="greetingText" value="hello" />
- <div>
- <input type="button" class="sendButton" value="send message to A"
- data-isolate-name="A"/>
- </div>
- <div>
- <input type="button" class="sendButton" value="send message to B"
- data-isolate-name="B"/>
- </div>
- <div class="replyText"></div>
- </div>
-
- <div id="isolateTemplate">
- <div class="isolateTitle">
- isolate<span class="isolateName"></span>
- </div>
- <div class="messageBox"></div>
- <input class="replyCheckbox" type="checkbox" checked="checked" />
- <label>Send reply</label>
- <div>
- delay reply: <input class="delayTextbox" type="text" value="1200" />ms
- </div>
- <input class="chirpButton" type="button" value="chirp" />
- </div>
-
- <div id="isolateParent"></div>
-
- <div class="spacer"></div>
- <div class="systemInfo">app version: .04</div>
- <div class="systemInfo">
- running on vm: <span id="vmStatus">dart is not running</span>
- </div>
-
- <script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
- </body>
-</html>
« no previous file with comments | « samples/isolate_html/isolate_sample.dart ('k') | samples/isolate_html/main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698