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

Side by Side Diff: dart/samples/swarm/App.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « dart/samples/dartcombat/views.dart ('k') | dart/samples/swarm/BiIterator.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 part of swarmlib;
2
3 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
6 4
7 /** 5 /**
8 * The base class that should be extended by all HTML applications. 6 * The base class that should be extended by all HTML applications.
9 * 7 *
10 * It should both be easy to use for users coming over from JavaScript, but 8 * It should both be easy to use for users coming over from JavaScript, but
11 * also offer a clear notion of OO encapsulation. 9 * also offer a clear notion of OO encapsulation.
12 * 10 *
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 // TODO(jmesserly): Several problems with this: 100 // TODO(jmesserly): Several problems with this:
103 // * How do we authenticate against the server? 101 // * How do we authenticate against the server?
104 // * How do we talk to a server other than thump? 102 // * How do we talk to a server other than thump?
105 assert(url.startsWith('/')); 103 assert(url.startsWith('/'));
106 return 'http://thump.googleplex.com$url'; 104 return 'http://thump.googleplex.com$url';
107 } else { 105 } else {
108 return url; 106 return url;
109 } 107 }
110 } 108 }
111 } 109 }
OLDNEW
« no previous file with comments | « dart/samples/dartcombat/views.dart ('k') | dart/samples/swarm/BiIterator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698