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

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

Issue 16335012: Fixing some of the tests disabled from the chrome IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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/KeyLocation.dart'; 39 part '$AUXILIARY_DIR/KeyLocation.dart';
40 part '$AUXILIARY_DIR/KeyName.dart'; 40 part '$AUXILIARY_DIR/KeyName.dart';
41 part '$AUXILIARY_DIR/PathObserver.dart'; 41 part '$AUXILIARY_DIR/PathObserver.dart';
42 part '$AUXILIARY_DIR/Point.dart'; 42 part '$AUXILIARY_DIR/Point.dart';
43 part '$AUXILIARY_DIR/ReadyState.dart'; 43 part '$AUXILIARY_DIR/ReadyState.dart';
44 part '$AUXILIARY_DIR/Rectangle.dart'; 44 part '$AUXILIARY_DIR/Rectangle.dart';
45 part '$AUXILIARY_DIR/TemplateBindings.dart'; 45 part '$AUXILIARY_DIR/TemplateBindings.dart';
46 part '$AUXILIARY_DIR/WrappedEvent.dart'; 46 part '$AUXILIARY_DIR/WrappedEvent.dart';
47 part '$AUXILIARY_DIR/WrappedList.dart'; 47 part '$AUXILIARY_DIR/WrappedList.dart';
48 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; 48 part '$AUXILIARY_DIR/_HttpRequestUtils.dart';
49 part '$AUXILIARY_DIR/shared_FactoryProviders.dart';
50 part '$AUXILIARY_DIR/dartium_KeyEvent.dart'; 49 part '$AUXILIARY_DIR/dartium_KeyEvent.dart';
51 part '$AUXILIARY_DIR/dartium_FactoryProviders.dart';
52 part '$AUXILIARY_DIR/dartium_Platform.dart'; 50 part '$AUXILIARY_DIR/dartium_Platform.dart';
53 part '$AUXILIARY_DIR/Isolates.dart'; 51 part '$AUXILIARY_DIR/Isolates.dart';
54 part '$AUXILIARY_DIR/Microtask.dart'; 52 part '$AUXILIARY_DIR/Microtask.dart';
55 part '$AUXILIARY_DIR/Serialization.dart'; 53 part '$AUXILIARY_DIR/Serialization.dart';
56 part '$AUXILIARY_DIR/_ListIterators.dart'; 54 part '$AUXILIARY_DIR/_ListIterators.dart';
57 55
58 part '$AUXILIARY_DIR/native_DOMPublic.dart'; 56 part '$AUXILIARY_DIR/native_DOMPublic.dart';
59 part '$AUXILIARY_DIR/native_DOMImplementation.dart'; 57 part '$AUXILIARY_DIR/native_DOMImplementation.dart';
60 58
61 Window _window; 59 Window _window;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 _callPortLastResult = json.parse(_getPortSyncEventData(event)); 91 _callPortLastResult = json.parse(_getPortSyncEventData(event));
94 }); 92 });
95 _callPortInitialized = true; 93 _callPortInitialized = true;
96 } 94 }
97 assert(_callPortLastResult == null); 95 assert(_callPortLastResult == null);
98 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); 96 _dispatchEvent('js-sync-message', {'id': id, 'message': message});
99 var result = _callPortLastResult; 97 var result = _callPortLastResult;
100 _callPortLastResult = null; 98 _callPortLastResult = null;
101 return result; 99 return result;
102 } 100 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698