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

Side by Side Diff: sdk/lib/js/dartium/cached_patches.dart

Issue 2905223002: Cherry-picks of multiple html CLs
Patch Set: Created 3 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
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/svg/dart2js/svg_dart2js.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // START_OF_CACHED_PATCHES 1 // START_OF_CACHED_PATCHES
2 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 2 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
3 // for details. All rights reserved. Use of this source code is governed by a 3 // for details. All rights reserved. Use of this source code is governed by a
4 // BSD-style license that can be found in the LICENSE file. 4 // BSD-style license that can be found in the LICENSE file.
5 5
6 // DO NOT EDIT GENERATED FILE. 6 // DO NOT EDIT GENERATED FILE.
7 7
8 library cached_patches; 8 library cached_patches;
9 9
10 var cached_patches = { 10 var cached_patches = {
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 } 975 }
976 @patch class DomTokenList { 976 @patch class DomTokenList {
977 static Type get instanceRuntimeType => DomTokenListImpl; 977 static Type get instanceRuntimeType => DomTokenListImpl;
978 978
979 } 979 }
980 class DomTokenListImpl extends DomTokenList implements js_library.JSObjectInterf acesDom { 980 class DomTokenListImpl extends DomTokenList implements js_library.JSObjectInterf acesDom {
981 DomTokenListImpl.internal_() : super.internal_(); 981 DomTokenListImpl.internal_() : super.internal_();
982 get runtimeType => DomTokenList; 982 get runtimeType => DomTokenList;
983 toString() => super.toString(); 983 toString() => super.toString();
984 } 984 }
985 @patch class DragEvent {
986 static Type get instanceRuntimeType => DragEventImpl;
987
988 }
989 class DragEventImpl extends DragEvent implements js_library.JSObjectInterfacesDo m {
990 DragEventImpl.internal_() : super.internal_();
991 get runtimeType => DragEvent;
992 toString() => super.toString();
993 }
994 @patch class EffectModel { 985 @patch class EffectModel {
995 static Type get instanceRuntimeType => EffectModelImpl; 986 static Type get instanceRuntimeType => EffectModelImpl;
996 987
997 } 988 }
998 class EffectModelImpl extends EffectModel implements js_library.JSObjectInterfac esDom { 989 class EffectModelImpl extends EffectModel implements js_library.JSObjectInterfac esDom {
999 EffectModelImpl.internal_() : super.internal_(); 990 EffectModelImpl.internal_() : super.internal_();
1000 get runtimeType => EffectModel; 991 get runtimeType => EffectModel;
1001 toString() => super.toString(); 992 toString() => super.toString();
1002 } 993 }
1003 @patch class Element { 994 @patch class Element {
(...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after
2829 } 2820 }
2830 @patch class RtcStatsResponse { 2821 @patch class RtcStatsResponse {
2831 static Type get instanceRuntimeType => RtcStatsResponseImpl; 2822 static Type get instanceRuntimeType => RtcStatsResponseImpl;
2832 2823
2833 } 2824 }
2834 class RtcStatsResponseImpl extends RtcStatsResponse implements js_library.JSObje ctInterfacesDom { 2825 class RtcStatsResponseImpl extends RtcStatsResponse implements js_library.JSObje ctInterfacesDom {
2835 RtcStatsResponseImpl.internal_() : super.internal_(); 2826 RtcStatsResponseImpl.internal_() : super.internal_();
2836 get runtimeType => RtcStatsResponse; 2827 get runtimeType => RtcStatsResponse;
2837 toString() => super.toString(); 2828 toString() => super.toString();
2838 } 2829 }
2839 @patch class Scale {
2840 static Type get instanceRuntimeType => ScaleImpl;
2841
2842 }
2843 class ScaleImpl extends Scale implements js_library.JSObjectInterfacesDom {
2844 ScaleImpl.internal_() : super.internal_();
2845 get runtimeType => Scale;
2846 toString() => super.toString();
2847 }
2848 @patch class Screen { 2830 @patch class Screen {
2849 static Type get instanceRuntimeType => ScreenImpl; 2831 static Type get instanceRuntimeType => ScreenImpl;
2850 2832
2851 } 2833 }
2852 class ScreenImpl extends Screen implements js_library.JSObjectInterfacesDom { 2834 class ScreenImpl extends Screen implements js_library.JSObjectInterfacesDom {
2853 ScreenImpl.internal_() : super.internal_(); 2835 ScreenImpl.internal_() : super.internal_();
2854 get runtimeType => Screen; 2836 get runtimeType => Screen;
2855 toString() => super.toString(); 2837 toString() => super.toString();
2856 } 2838 }
2857 @patch class ScreenOrientation { 2839 @patch class ScreenOrientation {
(...skipping 3421 matching lines...) Expand 10 before | Expand all | Expand 10 after
6279 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn terfacesDom { 6261 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn terfacesDom {
6280 WaveShaperNodeImpl.internal_() : super.internal_(); 6262 WaveShaperNodeImpl.internal_() : super.internal_();
6281 get runtimeType => WaveShaperNode; 6263 get runtimeType => WaveShaperNode;
6282 toString() => super.toString(); 6264 toString() => super.toString();
6283 } 6265 }
6284 6266
6285 """ 6267 """
6286 ], 6268 ],
6287 }; 6269 };
6288 // END_OF_CACHED_PATCHES 6270 // END_OF_CACHED_PATCHES
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/svg/dart2js/svg_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698