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

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

Issue 13954014: Add Supported class to dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | Annotate | Revision Log
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 library dart.dom.html; 9 library dart.dom.html;
10 10
(...skipping 28 matching lines...) Expand all
39 part '$AUXILIARY_DIR/ModelTreeObserver.dart'; 39 part '$AUXILIARY_DIR/ModelTreeObserver.dart';
40 part '$AUXILIARY_DIR/Point.dart'; 40 part '$AUXILIARY_DIR/Point.dart';
41 part '$AUXILIARY_DIR/ReadyState.dart'; 41 part '$AUXILIARY_DIR/ReadyState.dart';
42 part '$AUXILIARY_DIR/Rectangle.dart'; 42 part '$AUXILIARY_DIR/Rectangle.dart';
43 part '$AUXILIARY_DIR/WrappedEvent.dart'; 43 part '$AUXILIARY_DIR/WrappedEvent.dart';
44 part '$AUXILIARY_DIR/WrappedList.dart'; 44 part '$AUXILIARY_DIR/WrappedList.dart';
45 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; 45 part '$AUXILIARY_DIR/_HttpRequestUtils.dart';
46 part '$AUXILIARY_DIR/shared_FactoryProviders.dart'; 46 part '$AUXILIARY_DIR/shared_FactoryProviders.dart';
47 part '$AUXILIARY_DIR/dartium_KeyEvent.dart'; 47 part '$AUXILIARY_DIR/dartium_KeyEvent.dart';
48 part '$AUXILIARY_DIR/dartium_FactoryProviders.dart'; 48 part '$AUXILIARY_DIR/dartium_FactoryProviders.dart';
49 part '$AUXILIARY_DIR/dartium_Supported.dart';
49 part '$AUXILIARY_DIR/Isolates.dart'; 50 part '$AUXILIARY_DIR/Isolates.dart';
50 part '$AUXILIARY_DIR/Microtask.dart'; 51 part '$AUXILIARY_DIR/Microtask.dart';
51 part '$AUXILIARY_DIR/Serialization.dart'; 52 part '$AUXILIARY_DIR/Serialization.dart';
52 part '$AUXILIARY_DIR/_ListIterators.dart'; 53 part '$AUXILIARY_DIR/_ListIterators.dart';
53 54
54 part '$AUXILIARY_DIR/native_DOMPublic.dart'; 55 part '$AUXILIARY_DIR/native_DOMPublic.dart';
55 part '$AUXILIARY_DIR/native_DOMImplementation.dart'; 56 part '$AUXILIARY_DIR/native_DOMImplementation.dart';
56 57
57 Window _window; 58 Window _window;
58 59
(...skipping 30 matching lines...) Expand all
89 _callPortLastResult = json.parse(_getPortSyncEventData(event)); 90 _callPortLastResult = json.parse(_getPortSyncEventData(event));
90 }); 91 });
91 _callPortInitialized = true; 92 _callPortInitialized = true;
92 } 93 }
93 assert(_callPortLastResult == null); 94 assert(_callPortLastResult == null);
94 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); 95 _dispatchEvent('js-sync-message', {'id': id, 'message': message});
95 var result = _callPortLastResult; 96 var result = _callPortLastResult;
96 _callPortLastResult = null; 97 _callPortLastResult = null;
97 return result; 98 return result;
98 } 99 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698