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

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

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: Format all dart: library files Created 3 years, 9 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/isolate/isolate.dart ('k') | sdk/lib/js_util/dartium/js_util_dartium.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 = {
11 "dart:html": ["dart:html", "dart:html_js_interop_patch.dart", """import 'dart:js ' as js_library; 11 "dart:html": [
12 "dart:html",
13 "dart:html_js_interop_patch.dart",
14 """import 'dart:js' as js_library;
12 15
13 /** 16 /**
14 * Placeholder object for cases where we need to determine exactly how many 17 * Placeholder object for cases where we need to determine exactly how many
15 * args were passed to a function. 18 * args were passed to a function.
16 */ 19 */
17 const _UNDEFINED_JS_CONST = const Object(); 20 const _UNDEFINED_JS_CONST = const Object();
18 21
19 @patch class AbstractWorker { 22 @patch class AbstractWorker {
20 static Type get instanceRuntimeType => AbstractWorkerImpl; 23 static Type get instanceRuntimeType => AbstractWorkerImpl;
21 24
(...skipping 4020 matching lines...) Expand 10 before | Expand all | Expand 10 after
4042 @patch class _XMLHttpRequestProgressEvent { 4045 @patch class _XMLHttpRequestProgressEvent {
4043 static Type get instanceRuntimeType => _XMLHttpRequestProgressEventImpl; 4046 static Type get instanceRuntimeType => _XMLHttpRequestProgressEventImpl;
4044 4047
4045 } 4048 }
4046 class _XMLHttpRequestProgressEventImpl extends _XMLHttpRequestProgressEvent impl ements js_library.JSObjectInterfacesDom { 4049 class _XMLHttpRequestProgressEventImpl extends _XMLHttpRequestProgressEvent impl ements js_library.JSObjectInterfacesDom {
4047 _XMLHttpRequestProgressEventImpl.internal_() : super.internal_(); 4050 _XMLHttpRequestProgressEventImpl.internal_() : super.internal_();
4048 get runtimeType => _XMLHttpRequestProgressEvent; 4051 get runtimeType => _XMLHttpRequestProgressEvent;
4049 toString() => super.toString(); 4052 toString() => super.toString();
4050 } 4053 }
4051 4054
4052 """], 4055 """
4053 "dart:indexed_db": ["dart:indexed_db", "dart:indexed_db_js_interop_patch.dart", """import 'dart:js' as js_library; 4056 ],
4057 "dart:indexed_db": [
4058 "dart:indexed_db",
4059 "dart:indexed_db_js_interop_patch.dart",
4060 """import 'dart:js' as js_library;
4054 4061
4055 /** 4062 /**
4056 * Placeholder object for cases where we need to determine exactly how many 4063 * Placeholder object for cases where we need to determine exactly how many
4057 * args were passed to a function. 4064 * args were passed to a function.
4058 */ 4065 */
4059 const _UNDEFINED_JS_CONST = const Object(); 4066 const _UNDEFINED_JS_CONST = const Object();
4060 4067
4061 @patch class Cursor { 4068 @patch class Cursor {
4062 static Type get instanceRuntimeType => CursorImpl; 4069 static Type get instanceRuntimeType => CursorImpl;
4063 4070
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
4151 @patch class VersionChangeEvent { 4158 @patch class VersionChangeEvent {
4152 static Type get instanceRuntimeType => VersionChangeEventImpl; 4159 static Type get instanceRuntimeType => VersionChangeEventImpl;
4153 4160
4154 } 4161 }
4155 class VersionChangeEventImpl extends VersionChangeEvent implements js_library.JS ObjectInterfacesDom { 4162 class VersionChangeEventImpl extends VersionChangeEvent implements js_library.JS ObjectInterfacesDom {
4156 VersionChangeEventImpl.internal_() : super.internal_(); 4163 VersionChangeEventImpl.internal_() : super.internal_();
4157 get runtimeType => VersionChangeEvent; 4164 get runtimeType => VersionChangeEvent;
4158 toString() => super.toString(); 4165 toString() => super.toString();
4159 } 4166 }
4160 4167
4161 """], 4168 """
4162 "dart:web_gl": ["dart:web_gl", "dart:web_gl_js_interop_patch.dart", """import 'd art:js' as js_library; 4169 ],
4170 "dart:web_gl": [
4171 "dart:web_gl",
4172 "dart:web_gl_js_interop_patch.dart",
4173 """import 'dart:js' as js_library;
4163 4174
4164 /** 4175 /**
4165 * Placeholder object for cases where we need to determine exactly how many 4176 * Placeholder object for cases where we need to determine exactly how many
4166 * args were passed to a function. 4177 * args were passed to a function.
4167 */ 4178 */
4168 const _UNDEFINED_JS_CONST = const Object(); 4179 const _UNDEFINED_JS_CONST = const Object();
4169 4180
4170 @patch class ActiveInfo { 4181 @patch class ActiveInfo {
4171 static Type get instanceRuntimeType => ActiveInfoImpl; 4182 static Type get instanceRuntimeType => ActiveInfoImpl;
4172 4183
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
4548 @patch class _WebGLRenderingContextBase { 4559 @patch class _WebGLRenderingContextBase {
4549 static Type get instanceRuntimeType => _WebGLRenderingContextBaseImpl; 4560 static Type get instanceRuntimeType => _WebGLRenderingContextBaseImpl;
4550 4561
4551 } 4562 }
4552 class _WebGLRenderingContextBaseImpl extends _WebGLRenderingContextBase implemen ts js_library.JSObjectInterfacesDom { 4563 class _WebGLRenderingContextBaseImpl extends _WebGLRenderingContextBase implemen ts js_library.JSObjectInterfacesDom {
4553 _WebGLRenderingContextBaseImpl.internal_() : super.internal_(); 4564 _WebGLRenderingContextBaseImpl.internal_() : super.internal_();
4554 get runtimeType => _WebGLRenderingContextBase; 4565 get runtimeType => _WebGLRenderingContextBase;
4555 toString() => super.toString(); 4566 toString() => super.toString();
4556 } 4567 }
4557 4568
4558 """], 4569 """
4559 "dart:web_sql": ["dart:web_sql", "dart:web_sql_js_interop_patch.dart", """import 'dart:js' as js_library; 4570 ],
4571 "dart:web_sql": [
4572 "dart:web_sql",
4573 "dart:web_sql_js_interop_patch.dart",
4574 """import 'dart:js' as js_library;
4560 4575
4561 /** 4576 /**
4562 * Placeholder object for cases where we need to determine exactly how many 4577 * Placeholder object for cases where we need to determine exactly how many
4563 * args were passed to a function. 4578 * args were passed to a function.
4564 */ 4579 */
4565 const _UNDEFINED_JS_CONST = const Object(); 4580 const _UNDEFINED_JS_CONST = const Object();
4566 4581
4567 @patch class SqlDatabase { 4582 @patch class SqlDatabase {
4568 static Type get instanceRuntimeType => SqlDatabaseImpl; 4583 static Type get instanceRuntimeType => SqlDatabaseImpl;
4569 4584
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
4603 @patch class SqlTransaction { 4618 @patch class SqlTransaction {
4604 static Type get instanceRuntimeType => SqlTransactionImpl; 4619 static Type get instanceRuntimeType => SqlTransactionImpl;
4605 4620
4606 } 4621 }
4607 class SqlTransactionImpl extends SqlTransaction implements js_library.JSObjectIn terfacesDom { 4622 class SqlTransactionImpl extends SqlTransaction implements js_library.JSObjectIn terfacesDom {
4608 SqlTransactionImpl.internal_() : super.internal_(); 4623 SqlTransactionImpl.internal_() : super.internal_();
4609 get runtimeType => SqlTransaction; 4624 get runtimeType => SqlTransaction;
4610 toString() => super.toString(); 4625 toString() => super.toString();
4611 } 4626 }
4612 4627
4613 """], 4628 """
4614 "dart:svg": ["dart:svg", "dart:svg_js_interop_patch.dart", """import 'dart:js' a s js_library; 4629 ],
4630 "dart:svg": [
4631 "dart:svg",
4632 "dart:svg_js_interop_patch.dart",
4633 """import 'dart:js' as js_library;
4615 4634
4616 /** 4635 /**
4617 * Placeholder object for cases where we need to determine exactly how many 4636 * Placeholder object for cases where we need to determine exactly how many
4618 * args were passed to a function. 4637 * args were passed to a function.
4619 */ 4638 */
4620 const _UNDEFINED_JS_CONST = const Object(); 4639 const _UNDEFINED_JS_CONST = const Object();
4621 4640
4622 @patch class AElement { 4641 @patch class AElement {
4623 static Type get instanceRuntimeType => AElementImpl; 4642 static Type get instanceRuntimeType => AElementImpl;
4624 4643
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
5756 @patch class _SVGMPathElement { 5775 @patch class _SVGMPathElement {
5757 static Type get instanceRuntimeType => _SVGMPathElementImpl; 5776 static Type get instanceRuntimeType => _SVGMPathElementImpl;
5758 5777
5759 } 5778 }
5760 class _SVGMPathElementImpl extends _SVGMPathElement implements js_library.JSObje ctInterfacesDom { 5779 class _SVGMPathElementImpl extends _SVGMPathElement implements js_library.JSObje ctInterfacesDom {
5761 _SVGMPathElementImpl.internal_() : super.internal_(); 5780 _SVGMPathElementImpl.internal_() : super.internal_();
5762 get runtimeType => _SVGMPathElement; 5781 get runtimeType => _SVGMPathElement;
5763 toString() => super.toString(); 5782 toString() => super.toString();
5764 } 5783 }
5765 5784
5766 """], 5785 """
5767 "dart:web_audio": ["dart:web_audio", "dart:web_audio_js_interop_patch.dart", """ import 'dart:js' as js_library; 5786 ],
5787 "dart:web_audio": [
5788 "dart:web_audio",
5789 "dart:web_audio_js_interop_patch.dart",
5790 """import 'dart:js' as js_library;
5768 5791
5769 /** 5792 /**
5770 * Placeholder object for cases where we need to determine exactly how many 5793 * Placeholder object for cases where we need to determine exactly how many
5771 * args were passed to a function. 5794 * args were passed to a function.
5772 */ 5795 */
5773 const _UNDEFINED_JS_CONST = const Object(); 5796 const _UNDEFINED_JS_CONST = const Object();
5774 5797
5775 @patch class AnalyserNode { 5798 @patch class AnalyserNode {
5776 static Type get instanceRuntimeType => AnalyserNodeImpl; 5799 static Type get instanceRuntimeType => AnalyserNodeImpl;
5777 5800
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
6018 @patch class WaveShaperNode { 6041 @patch class WaveShaperNode {
6019 static Type get instanceRuntimeType => WaveShaperNodeImpl; 6042 static Type get instanceRuntimeType => WaveShaperNodeImpl;
6020 6043
6021 } 6044 }
6022 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn terfacesDom { 6045 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn terfacesDom {
6023 WaveShaperNodeImpl.internal_() : super.internal_(); 6046 WaveShaperNodeImpl.internal_() : super.internal_();
6024 get runtimeType => WaveShaperNode; 6047 get runtimeType => WaveShaperNode;
6025 toString() => super.toString(); 6048 toString() => super.toString();
6026 } 6049 }
6027 6050
6028 """], 6051 """
6029 6052 ],
6030 }; 6053 };
6031 // END_OF_CACHED_PATCHES 6054 // END_OF_CACHED_PATCHES
OLDNEW
« no previous file with comments | « sdk/lib/isolate/isolate.dart ('k') | sdk/lib/js_util/dartium/js_util_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698