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

Side by Side Diff: tools/dom/templates/html/dart2js/html_dart2js.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 - 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 /// The Dart HTML library. 9 /// The Dart HTML library.
10 library dart.dom.html; 10 library dart.dom.html;
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 part '$AUXILIARY_DIR/Point.dart'; 46 part '$AUXILIARY_DIR/Point.dart';
47 part '$AUXILIARY_DIR/ReadyState.dart'; 47 part '$AUXILIARY_DIR/ReadyState.dart';
48 part '$AUXILIARY_DIR/Rectangle.dart'; 48 part '$AUXILIARY_DIR/Rectangle.dart';
49 part '$AUXILIARY_DIR/TemplateBindings.dart'; 49 part '$AUXILIARY_DIR/TemplateBindings.dart';
50 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; 50 part '$AUXILIARY_DIR/_HttpRequestUtils.dart';
51 part '$AUXILIARY_DIR/Isolates.dart'; 51 part '$AUXILIARY_DIR/Isolates.dart';
52 part '$AUXILIARY_DIR/Microtask.dart'; 52 part '$AUXILIARY_DIR/Microtask.dart';
53 part '$AUXILIARY_DIR/Serialization.dart'; 53 part '$AUXILIARY_DIR/Serialization.dart';
54 part '$AUXILIARY_DIR/WrappedEvent.dart'; 54 part '$AUXILIARY_DIR/WrappedEvent.dart';
55 part '$AUXILIARY_DIR/WrappedList.dart'; 55 part '$AUXILIARY_DIR/WrappedList.dart';
56 part '$AUXILIARY_DIR/shared_FactoryProviders.dart';
57 part '$AUXILIARY_DIR/dart2js_Conversions.dart'; 56 part '$AUXILIARY_DIR/dart2js_Conversions.dart';
58 part '$AUXILIARY_DIR/dart2js_DOMImplementation.dart'; 57 part '$AUXILIARY_DIR/dart2js_DOMImplementation.dart';
59 part '$AUXILIARY_DIR/dart2js_KeyEvent.dart'; 58 part '$AUXILIARY_DIR/dart2js_KeyEvent.dart';
60 part '$AUXILIARY_DIR/dart2js_FactoryProviders.dart';
61 part '$AUXILIARY_DIR/dart2js_LocationWrapper.dart'; 59 part '$AUXILIARY_DIR/dart2js_LocationWrapper.dart';
62 part '$AUXILIARY_DIR/dart2js_Platform.dart'; 60 part '$AUXILIARY_DIR/dart2js_Platform.dart';
63 part '$AUXILIARY_DIR/_ListIterators.dart'; 61 part '$AUXILIARY_DIR/_ListIterators.dart';
64 62
65 63
66 /** 64 /**
67 * The top-level Window object. 65 * The top-level Window object.
68 */ 66 */
69 Window get window => JS('Window', 'window'); 67 Window get window => JS('Window', 'window');
70 68
(...skipping 17 matching lines...) Expand all
88 } 86 }
89 return JS('int', r'window.$dart$isolate$counter++'); 87 return JS('int', r'window.$dart$isolate$counter++');
90 } 88 }
91 89
92 // Fast path to invoke JS send port. 90 // Fast path to invoke JS send port.
93 _callPortSync(int id, message) { 91 _callPortSync(int id, message) {
94 return JS('var', r'ReceivePortSync.dispatchCall(#, #)', id, message); 92 return JS('var', r'ReceivePortSync.dispatchCall(#, #)', id, message);
95 } 93 }
96 94
97 spawnDomFunction(Function f) => IsolateNatives.spawnDomFunction(f); 95 spawnDomFunction(Function f) => IsolateNatives.spawnDomFunction(f);
OLDNEW
« no previous file with comments | « tools/dom/src/shared_FactoryProviders.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