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

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

Issue 27441002: Removing setImmediate and hiding WindowTimers interface (take 2) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: The fix Created 7 years, 2 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 /** 8 /**
9 * HTML elements and other resources for web-based applications that need to 9 * HTML elements and other resources for web-based applications that need to
10 * interact with the browser and the DOM (Document Object Model). 10 * interact with the browser and the DOM (Document Object Model).
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 part '$AUXILIARY_DIR/Dimension.dart'; 62 part '$AUXILIARY_DIR/Dimension.dart';
63 part '$AUXILIARY_DIR/EventListener.dart'; 63 part '$AUXILIARY_DIR/EventListener.dart';
64 part '$AUXILIARY_DIR/EventStreamProvider.dart'; 64 part '$AUXILIARY_DIR/EventStreamProvider.dart';
65 part '$AUXILIARY_DIR/Html5NodeValidator.dart'; 65 part '$AUXILIARY_DIR/Html5NodeValidator.dart';
66 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; 66 part '$AUXILIARY_DIR/ImmutableListMixin.dart';
67 part '$AUXILIARY_DIR/Isolates.dart'; 67 part '$AUXILIARY_DIR/Isolates.dart';
68 part '$AUXILIARY_DIR/KeyCode.dart'; 68 part '$AUXILIARY_DIR/KeyCode.dart';
69 part '$AUXILIARY_DIR/KeyLocation.dart'; 69 part '$AUXILIARY_DIR/KeyLocation.dart';
70 part '$AUXILIARY_DIR/KeyName.dart'; 70 part '$AUXILIARY_DIR/KeyName.dart';
71 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; 71 part '$AUXILIARY_DIR/KeyboardEventStream.dart';
72 part '$AUXILIARY_DIR/Microtask.dart';
73 part '$AUXILIARY_DIR/NodeValidatorBuilder.dart'; 72 part '$AUXILIARY_DIR/NodeValidatorBuilder.dart';
74 part '$AUXILIARY_DIR/ReadyState.dart'; 73 part '$AUXILIARY_DIR/ReadyState.dart';
75 part '$AUXILIARY_DIR/Serialization.dart'; 74 part '$AUXILIARY_DIR/Serialization.dart';
76 part '$AUXILIARY_DIR/Validators.dart'; 75 part '$AUXILIARY_DIR/Validators.dart';
77 part '$AUXILIARY_DIR/WrappedEvent.dart'; 76 part '$AUXILIARY_DIR/WrappedEvent.dart';
78 part '$AUXILIARY_DIR/WrappedList.dart'; 77 part '$AUXILIARY_DIR/WrappedList.dart';
79 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; 78 part '$AUXILIARY_DIR/_HttpRequestUtils.dart';
80 part '$AUXILIARY_DIR/_ListIterators.dart'; 79 part '$AUXILIARY_DIR/_ListIterators.dart';
81 part '$AUXILIARY_DIR/dartium_KeyEvent.dart'; 80 part '$AUXILIARY_DIR/dartium_KeyEvent.dart';
82 part '$AUXILIARY_DIR/dartium_Platform.dart'; 81 part '$AUXILIARY_DIR/dartium_Platform.dart';
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 _callPortLastResult = JSON.decode(_getPortSyncEventData(event)); 130 _callPortLastResult = JSON.decode(_getPortSyncEventData(event));
132 }); 131 });
133 _callPortInitialized = true; 132 _callPortInitialized = true;
134 } 133 }
135 assert(_callPortLastResult == null); 134 assert(_callPortLastResult == null);
136 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); 135 _dispatchEvent('js-sync-message', {'id': id, 'message': message});
137 var result = _callPortLastResult; 136 var result = _callPortLastResult;
138 _callPortLastResult = null; 137 _callPortLastResult = null;
139 return result; 138 return result;
140 } 139 }
OLDNEW
« no previous file with comments | « tools/dom/templates/html/dart2js/html_dart2js.darttemplate ('k') | tools/dom/templates/html/impl/impl_Window.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698