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

Side by Side Diff: tools/dom/templates/html/dartium/html_dartium.darttemplate

Issue 17793002: Added link to HTML5 samples to the top of HTML library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
« no previous file with comments | « tools/dom/templates/html/dart2js/html_dart2js.darttemplate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // 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
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // DO NOT EDIT 5 // DO NOT EDIT
6 // Auto-generated dart:html library. 6 // Auto-generated dart:html library.
7 7
8 /// The Dart HTML library. 8 /// The Dart HTML library.
9 ///
10 /// For examples, see
11 /// [Dart HTML5 Samples](https://github.com/dart-lang/dart-html5-samples)
12 /// on Github.
9 library dart.dom.html; 13 library dart.dom.html;
10 14
11 import 'dart:async'; 15 import 'dart:async';
12 import 'dart:collection'; 16 import 'dart:collection';
13 import 'dart:_collection-dev' hide Symbol; 17 import 'dart:_collection-dev' hide Symbol;
14 import 'dart:html_common'; 18 import 'dart:html_common';
15 import 'dart:indexed_db'; 19 import 'dart:indexed_db';
16 import 'dart:isolate'; 20 import 'dart:isolate';
17 import 'dart:json' as json; 21 import 'dart:json' as json;
18 import 'dart:math'; 22 import 'dart:math';
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 _callPortLastResult = json.parse(_getPortSyncEventData(event)); 94 _callPortLastResult = json.parse(_getPortSyncEventData(event));
91 }); 95 });
92 _callPortInitialized = true; 96 _callPortInitialized = true;
93 } 97 }
94 assert(_callPortLastResult == null); 98 assert(_callPortLastResult == null);
95 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); 99 _dispatchEvent('js-sync-message', {'id': id, 'message': message});
96 var result = _callPortLastResult; 100 var result = _callPortLastResult;
97 _callPortLastResult = null; 101 _callPortLastResult = null;
98 return result; 102 return result;
99 } 103 }
OLDNEW
« no previous file with comments | « tools/dom/templates/html/dart2js/html_dart2js.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698