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

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

Issue 26279008: Reapply KeyEvent improvements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 // native code for custom elements. 43 // native code for custom elements.
44 import 'dart:mirrors'; 44 import 'dart:mirrors';
45 import 'dart:nativewrappers'; 45 import 'dart:nativewrappers';
46 import 'dart:typed_data'; 46 import 'dart:typed_data';
47 import 'dart:web_gl' as gl; 47 import 'dart:web_gl' as gl;
48 import 'dart:web_sql'; 48 import 'dart:web_sql';
49 // Not actually used, but imported since dart:html can generate these objects. 49 // Not actually used, but imported since dart:html can generate these objects.
50 import 'dart:svg' as svg; 50 import 'dart:svg' as svg;
51 import 'dart:web_audio' as web_audio; 51 import 'dart:web_audio' as web_audio;
52 52
53 export 'dart:math' show Rectangle, RectangleBase, Point; 53 export 'dart:math' show Rectangle, Point;
Emily Fortuna 2013/10/08 17:57:51 yes, this is unrelated, but it's so small... I fig
54 54
55 $!GENERATED_DART_FILES 55 $!GENERATED_DART_FILES
56 56
57 part '$AUXILIARY_DIR/AttributeMap.dart'; 57 part '$AUXILIARY_DIR/AttributeMap.dart';
58 part '$AUXILIARY_DIR/CanvasImageSource.dart'; 58 part '$AUXILIARY_DIR/CanvasImageSource.dart';
59 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; 59 part '$AUXILIARY_DIR/CrossFrameTypes.dart';
60 part '$AUXILIARY_DIR/CssClassSet.dart'; 60 part '$AUXILIARY_DIR/CssClassSet.dart';
61 part '$AUXILIARY_DIR/CssRectangle.dart'; 61 part '$AUXILIARY_DIR/CssRectangle.dart';
62 part '$AUXILIARY_DIR/Dimension.dart'; 62 part '$AUXILIARY_DIR/Dimension.dart';
63 part '$AUXILIARY_DIR/EventListener.dart'; 63 part '$AUXILIARY_DIR/EventListener.dart';
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 _callPortLastResult = JSON.decode(_getPortSyncEventData(event)); 134 _callPortLastResult = JSON.decode(_getPortSyncEventData(event));
135 }); 135 });
136 _callPortInitialized = true; 136 _callPortInitialized = true;
137 } 137 }
138 assert(_callPortLastResult == null); 138 assert(_callPortLastResult == null);
139 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); 139 _dispatchEvent('js-sync-message', {'id': id, 'message': message});
140 var result = _callPortLastResult; 140 var result = _callPortLastResult;
141 _callPortLastResult = null; 141 _callPortLastResult = null;
142 return result; 142 return result;
143 } 143 }
OLDNEW
« no previous file with comments | « tools/dom/templates/html/dart2js/html_dart2js.darttemplate ('k') | tools/dom/templates/html/impl/impl_Event.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698