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

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

Issue 2907563003: Revert "[Experiment] Stop suppressing DragEvent" (Closed)
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 5275 matching lines...) Expand 10 before | Expand all | Expand 10 after
6279 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn terfacesDom { 6270 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn terfacesDom {
6280 WaveShaperNodeImpl.internal_() : super.internal_(); 6271 WaveShaperNodeImpl.internal_() : super.internal_();
6281 get runtimeType => WaveShaperNode; 6272 get runtimeType => WaveShaperNode;
6282 toString() => super.toString(); 6273 toString() => super.toString();
6283 } 6274 }
6284 6275
6285 """ 6276 """
6286 ], 6277 ],
6287 }; 6278 };
6288 // END_OF_CACHED_PATCHES 6279 // 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