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

Side by Side Diff: tools/dom/templates/html/dart2js/html_dart2js.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 - unless you are editing documentation as per: 5 // DO NOT EDIT - unless you are editing documentation as per:
6 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation 6 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
7 // Auto-generated dart:html library. 7 // Auto-generated dart:html library.
8 8
9 /** 9 /**
10 * HTML elements and other resources for web-based applications that need to 10 * HTML elements and other resources for web-based applications that need to
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 part '$AUXILIARY_DIR/Dimension.dart'; 70 part '$AUXILIARY_DIR/Dimension.dart';
71 part '$AUXILIARY_DIR/EventListener.dart'; 71 part '$AUXILIARY_DIR/EventListener.dart';
72 part '$AUXILIARY_DIR/EventStreamProvider.dart'; 72 part '$AUXILIARY_DIR/EventStreamProvider.dart';
73 part '$AUXILIARY_DIR/Html5NodeValidator.dart'; 73 part '$AUXILIARY_DIR/Html5NodeValidator.dart';
74 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; 74 part '$AUXILIARY_DIR/ImmutableListMixin.dart';
75 part '$AUXILIARY_DIR/Isolates.dart'; 75 part '$AUXILIARY_DIR/Isolates.dart';
76 part '$AUXILIARY_DIR/KeyCode.dart'; 76 part '$AUXILIARY_DIR/KeyCode.dart';
77 part '$AUXILIARY_DIR/KeyLocation.dart'; 77 part '$AUXILIARY_DIR/KeyLocation.dart';
78 part '$AUXILIARY_DIR/KeyName.dart'; 78 part '$AUXILIARY_DIR/KeyName.dart';
79 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; 79 part '$AUXILIARY_DIR/KeyboardEventStream.dart';
80 part '$AUXILIARY_DIR/Microtask.dart';
81 part '$AUXILIARY_DIR/NodeValidatorBuilder.dart'; 80 part '$AUXILIARY_DIR/NodeValidatorBuilder.dart';
82 part '$AUXILIARY_DIR/ReadyState.dart'; 81 part '$AUXILIARY_DIR/ReadyState.dart';
83 part '$AUXILIARY_DIR/Serialization.dart'; 82 part '$AUXILIARY_DIR/Serialization.dart';
84 part '$AUXILIARY_DIR/WrappedEvent.dart'; 83 part '$AUXILIARY_DIR/WrappedEvent.dart';
85 part '$AUXILIARY_DIR/WrappedList.dart'; 84 part '$AUXILIARY_DIR/WrappedList.dart';
86 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; 85 part '$AUXILIARY_DIR/_HttpRequestUtils.dart';
87 part '$AUXILIARY_DIR/_ListIterators.dart'; 86 part '$AUXILIARY_DIR/_ListIterators.dart';
88 part '$AUXILIARY_DIR/dart2js_Conversions.dart'; 87 part '$AUXILIARY_DIR/dart2js_Conversions.dart';
89 part '$AUXILIARY_DIR/dart2js_CustomElementSupport.dart'; 88 part '$AUXILIARY_DIR/dart2js_CustomElementSupport.dart';
90 part '$AUXILIARY_DIR/dart2js_DOMImplementation.dart'; 89 part '$AUXILIARY_DIR/dart2js_DOMImplementation.dart';
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 if (JS('bool', r'!window.$dart$isolate$counter')) { 137 if (JS('bool', r'!window.$dart$isolate$counter')) {
139 JS('void', r'window.$dart$isolate$counter = 1'); 138 JS('void', r'window.$dart$isolate$counter = 1');
140 } 139 }
141 return JS('int', r'window.$dart$isolate$counter++'); 140 return JS('int', r'window.$dart$isolate$counter++');
142 } 141 }
143 142
144 // Fast path to invoke JS send port. 143 // Fast path to invoke JS send port.
145 _callPortSync(int id, message) { 144 _callPortSync(int id, message) {
146 return JS('var', r'ReceivePortSync.dispatchCall(#, #)', id, message); 145 return JS('var', r'ReceivePortSync.dispatchCall(#, #)', id, message);
147 } 146 }
OLDNEW
« no previous file with comments | « tools/dom/src/Microtask.dart ('k') | tools/dom/templates/html/dartium/html_dartium.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698