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

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

Issue 17434008: Move PathObserver to mdv_observe package (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
« no previous file with comments | « tools/dom/templates/html/dart2js/html_dart2js.darttemplate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 20 matching lines...) Expand all
31 part '$AUXILIARY_DIR/CanvasImageSource.dart'; 31 part '$AUXILIARY_DIR/CanvasImageSource.dart';
32 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; 32 part '$AUXILIARY_DIR/CrossFrameTypes.dart';
33 part '$AUXILIARY_DIR/CssClassSet.dart'; 33 part '$AUXILIARY_DIR/CssClassSet.dart';
34 part '$AUXILIARY_DIR/EventListener.dart'; 34 part '$AUXILIARY_DIR/EventListener.dart';
35 part '$AUXILIARY_DIR/EventStreamProvider.dart'; 35 part '$AUXILIARY_DIR/EventStreamProvider.dart';
36 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; 36 part '$AUXILIARY_DIR/ImmutableListMixin.dart';
37 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; 37 part '$AUXILIARY_DIR/KeyboardEventStream.dart';
38 part '$AUXILIARY_DIR/KeyCode.dart'; 38 part '$AUXILIARY_DIR/KeyCode.dart';
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';
42 part '$AUXILIARY_DIR/Point.dart'; 41 part '$AUXILIARY_DIR/Point.dart';
43 part '$AUXILIARY_DIR/ReadyState.dart'; 42 part '$AUXILIARY_DIR/ReadyState.dart';
44 part '$AUXILIARY_DIR/Rectangle.dart'; 43 part '$AUXILIARY_DIR/Rectangle.dart';
45 part '$AUXILIARY_DIR/TemplateBindings.dart'; 44 part '$AUXILIARY_DIR/TemplateBindings.dart';
46 part '$AUXILIARY_DIR/WrappedEvent.dart'; 45 part '$AUXILIARY_DIR/WrappedEvent.dart';
47 part '$AUXILIARY_DIR/WrappedList.dart'; 46 part '$AUXILIARY_DIR/WrappedList.dart';
48 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; 47 part '$AUXILIARY_DIR/_HttpRequestUtils.dart';
49 part '$AUXILIARY_DIR/dartium_KeyEvent.dart'; 48 part '$AUXILIARY_DIR/dartium_KeyEvent.dart';
50 part '$AUXILIARY_DIR/dartium_Platform.dart'; 49 part '$AUXILIARY_DIR/dartium_Platform.dart';
51 part '$AUXILIARY_DIR/Isolates.dart'; 50 part '$AUXILIARY_DIR/Isolates.dart';
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 _callPortLastResult = json.parse(_getPortSyncEventData(event)); 90 _callPortLastResult = json.parse(_getPortSyncEventData(event));
92 }); 91 });
93 _callPortInitialized = true; 92 _callPortInitialized = true;
94 } 93 }
95 assert(_callPortLastResult == null); 94 assert(_callPortLastResult == null);
96 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); 95 _dispatchEvent('js-sync-message', {'id': id, 'message': message});
97 var result = _callPortLastResult; 96 var result = _callPortLastResult;
98 _callPortLastResult = null; 97 _callPortLastResult = null;
99 return result; 98 return result;
100 } 99 }
OLDNEW
« no previous file with comments | « tools/dom/templates/html/dart2js/html_dart2js.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698