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

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

Issue 1400843002: Added Alan's CL 1398603003 and augmented with upgrade for HtmlElement and HTMLElement (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « tools/dom/src/dartium_CustomElementSupport.dart ('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 /** 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 // Not actually used, but imported since dart:html can generate these objects. 54 // Not actually used, but imported since dart:html can generate these objects.
55 import 'dart:svg' as svg; 55 import 'dart:svg' as svg;
56 import 'dart:svg' show svgBlinkMap; 56 import 'dart:svg' show svgBlinkMap;
57 import 'dart:svg' show svgBlinkFunctionMap; 57 import 'dart:svg' show svgBlinkFunctionMap;
58 import 'dart:svg' show Matrix; 58 import 'dart:svg' show Matrix;
59 import 'dart:svg' show SvgSvgElement; 59 import 'dart:svg' show SvgSvgElement;
60 import 'dart:web_audio' as web_audio; 60 import 'dart:web_audio' as web_audio;
61 import 'dart:web_audio' show web_audioBlinkMap; 61 import 'dart:web_audio' show web_audioBlinkMap;
62 import 'dart:web_audio' show web_audioBlinkFunctionMap; 62 import 'dart:web_audio' show web_audioBlinkFunctionMap;
63 import 'dart:_blink' as _blink; 63 import 'dart:_blink' as _blink;
64 import 'dart:developer';
64 65
65 export 'dart:math' show Rectangle, Point; 66 export 'dart:math' show Rectangle, Point;
66 67
67 $!GENERATED_DART_FILES 68 $!GENERATED_DART_FILES
68 69
69 // Issue 14721, order important for WrappedEvent. 70 // Issue 14721, order important for WrappedEvent.
70 part '$AUXILIARY_DIR/AttributeMap.dart'; 71 part '$AUXILIARY_DIR/AttributeMap.dart';
71 part '$AUXILIARY_DIR/CanvasImageSource.dart'; 72 part '$AUXILIARY_DIR/CanvasImageSource.dart';
72 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; 73 part '$AUXILIARY_DIR/CrossFrameTypes.dart';
73 part '$AUXILIARY_DIR/CssClassSet.dart'; 74 part '$AUXILIARY_DIR/CssClassSet.dart';
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 703
703 unwrap_jso(dartClass_instance) => dartClass_instance; 704 unwrap_jso(dartClass_instance) => dartClass_instance;
704 wrap_jso(jsObject) => jsObject; 705 wrap_jso(jsObject) => jsObject;
705 make_dart_rectangle(r) => r; 706 make_dart_rectangle(r) => r;
706 convertDartToNative_Dictionary(Map dict) => dict; 707 convertDartToNative_Dictionary(Map dict) => dict;
707 List convertDartToNative_StringArray(List<String> input) => input; 708 List convertDartToNative_StringArray(List<String> input) => input;
708 convertDartToNative_List(List input) => input; 709 convertDartToNative_List(List input) => input;
709 createCustomUpgrader(Type customElementClass, $this) => $this; 710 createCustomUpgrader(Type customElementClass, $this) => $this;
710 711
711 $endif 712 $endif
OLDNEW
« no previous file with comments | « tools/dom/src/dartium_CustomElementSupport.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698