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

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

Issue 12087004: Changing window.requestLayoutFrame into a microtask API (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 library html; 8 library html;
9 9
10 import 'dart:async'; 10 import 'dart:async';
(...skipping 20 matching lines...) Expand all
31 part '$AUXILIARY_DIR/KeyLocation.dart'; 31 part '$AUXILIARY_DIR/KeyLocation.dart';
32 part '$AUXILIARY_DIR/KeyName.dart'; 32 part '$AUXILIARY_DIR/KeyName.dart';
33 part '$AUXILIARY_DIR/ReadyState.dart'; 33 part '$AUXILIARY_DIR/ReadyState.dart';
34 part '$AUXILIARY_DIR/Timer.dart'; 34 part '$AUXILIARY_DIR/Timer.dart';
35 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; 35 part '$AUXILIARY_DIR/_HttpRequestUtils.dart';
36 part '$AUXILIARY_DIR/shared_FactoryProviders.dart'; 36 part '$AUXILIARY_DIR/shared_FactoryProviders.dart';
37 part '$AUXILIARY_DIR/dartium_KeyEvent.dart'; 37 part '$AUXILIARY_DIR/dartium_KeyEvent.dart';
38 part '$AUXILIARY_DIR/dartium_FactoryProviders.dart'; 38 part '$AUXILIARY_DIR/dartium_FactoryProviders.dart';
39 part '$AUXILIARY_DIR/Device.dart'; 39 part '$AUXILIARY_DIR/Device.dart';
40 part '$AUXILIARY_DIR/Isolates.dart'; 40 part '$AUXILIARY_DIR/Isolates.dart';
41 part '$AUXILIARY_DIR/Measurement.dart'; 41 part '$AUXILIARY_DIR/Microtask.dart';
42 part '$AUXILIARY_DIR/Serialization.dart'; 42 part '$AUXILIARY_DIR/Serialization.dart';
43 part '$AUXILIARY_DIR/_Testing.dart'; 43 part '$AUXILIARY_DIR/_Testing.dart';
44 part '$AUXILIARY_DIR/_ListIterators.dart'; 44 part '$AUXILIARY_DIR/_ListIterators.dart';
45 45
46 part '$AUXILIARY_DIR/native_DOMPublic.dart'; 46 part '$AUXILIARY_DIR/native_DOMPublic.dart';
47 part '$AUXILIARY_DIR/native_DOMImplementation.dart'; 47 part '$AUXILIARY_DIR/native_DOMImplementation.dart';
48 48
49 Window _window; 49 Window _window;
50 50
51 Window get window { 51 Window get window {
(...skipping 29 matching lines...) Expand all
81 _callPortLastResult = json.parse(_getPortSyncEventData(event)); 81 _callPortLastResult = json.parse(_getPortSyncEventData(event));
82 }, false); 82 }, false);
83 _callPortInitialized = true; 83 _callPortInitialized = true;
84 } 84 }
85 assert(_callPortLastResult == null); 85 assert(_callPortLastResult == null);
86 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); 86 _dispatchEvent('js-sync-message', {'id': id, 'message': message});
87 var result = _callPortLastResult; 87 var result = _callPortLastResult;
88 _callPortLastResult = null; 88 _callPortLastResult = null;
89 return result; 89 return result;
90 } 90 }
OLDNEW
« no previous file with comments | « tools/dom/templates/html/dart2js/impl_Window.darttemplate ('k') | tools/dom/templates/html/dartium/impl_Window.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698