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

Side by Side Diff: lib/dom/dom.dart

Issue 9854035: Regen dom/html from IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.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 #library('dom'); 1 #library('dom');
2 2
3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 4 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 5 // BSD-style license that can be found in the LICENSE file.
6 6
7 // DO NOT EDIT 7 // DO NOT EDIT
8 // Auto-generated Dart DOM library with no implementation. 8 // Auto-generated Dart DOM library with no implementation.
9 9
10 10
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 // for details. All rights reserved. Use of this source code is governed by a 90 // for details. All rights reserved. Use of this source code is governed by a
91 // BSD-style license that can be found in the LICENSE file. 91 // BSD-style license that can be found in the LICENSE file.
92 92
93 class _MessageChannelFactoryProvider { 93 class _MessageChannelFactoryProvider {
94 factory MessageChannel() => _dummy(); 94 factory MessageChannel() => _dummy();
95 } 95 }
96 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 96 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
97 // for details. All rights reserved. Use of this source code is governed by a 97 // for details. All rights reserved. Use of this source code is governed by a
98 // BSD-style license that can be found in the LICENSE file. 98 // BSD-style license that can be found in the LICENSE file.
99 99
100 class _PeerConnection00FactoryProvider {
101 factory PeerConnection00(String serverConfiguration, IceCallback iceCallback) => _dummy();
102 }
103 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
104 // for details. All rights reserved. Use of this source code is governed by a
105 // BSD-style license that can be found in the LICENSE file.
106
100 class _SessionDescriptionFactoryProvider { 107 class _SessionDescriptionFactoryProvider {
101 factory SessionDescription(String sdp) => _dummy(); 108 factory SessionDescription(String sdp) => _dummy();
102 } 109 }
103 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 110 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
104 // for details. All rights reserved. Use of this source code is governed by a 111 // for details. All rights reserved. Use of this source code is governed by a
105 // BSD-style license that can be found in the LICENSE file. 112 // BSD-style license that can be found in the LICENSE file.
106 113
107 class _ShadowRootFactoryProvider { 114 class _ShadowRootFactoryProvider {
108 factory ShadowRoot(Element host) => _dummy(); 115 factory ShadowRoot(Element host) => _dummy();
109 } 116 }
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1207 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1201 // for details. All rights reserved. Use of this source code is governed by a 1208 // for details. All rights reserved. Use of this source code is governed by a
1202 // BSD-style license that can be found in the LICENSE file. 1209 // BSD-style license that can be found in the LICENSE file.
1203 1210
1204 // WARNING: Do not edit - generated code. 1211 // WARNING: Do not edit - generated code.
1205 1212
1206 interface Console { 1213 interface Console {
1207 1214
1208 final MemoryInfo memory; 1215 final MemoryInfo memory;
1209 1216
1217 final List<ScriptProfile> profiles;
1218
1210 void assertCondition(bool condition, Object arg); 1219 void assertCondition(bool condition, Object arg);
1211 1220
1212 void count(); 1221 void count();
1213 1222
1214 void debug(Object arg); 1223 void debug(Object arg);
1215 1224
1216 void dir(); 1225 void dir();
1217 1226
1218 void dirxml(); 1227 void dirxml();
1219 1228
(...skipping 4108 matching lines...) Expand 10 before | Expand all | Expand 10 after
5328 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5337 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5329 // for details. All rights reserved. Use of this source code is governed by a 5338 // for details. All rights reserved. Use of this source code is governed by a
5330 // BSD-style license that can be found in the LICENSE file. 5339 // BSD-style license that can be found in the LICENSE file.
5331 5340
5332 // WARNING: Do not edit - generated code. 5341 // WARNING: Do not edit - generated code.
5333 5342
5334 interface IDBVersionChangeRequest extends IDBRequest { 5343 interface IDBVersionChangeRequest extends IDBRequest {
5335 5344
5336 EventListener onblocked; 5345 EventListener onblocked;
5337 } 5346 }
5347 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
5348 // for details. All rights reserved. Use of this source code is governed by a
5349 // BSD-style license that can be found in the LICENSE file.
5350
5351 // WARNING: Do not edit - generated code.
5352
5353 typedef bool IceCallback(IceCandidate candidate, bool moreToFollow, PeerConnecti on00 source);
5338 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5354 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5339 // for details. All rights reserved. Use of this source code is governed by a 5355 // for details. All rights reserved. Use of this source code is governed by a
5340 // BSD-style license that can be found in the LICENSE file. 5356 // BSD-style license that can be found in the LICENSE file.
5341 5357
5342 // WARNING: Do not edit - generated code. 5358 // WARNING: Do not edit - generated code.
5343 5359
5344 interface IceCandidate default _IceCandidateFactoryProvider { 5360 interface IceCandidate default _IceCandidateFactoryProvider {
5345 5361
5346 IceCandidate(String label, String candidateLine); 5362 IceCandidate(String label, String candidateLine);
5347 5363
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
6357 interface PageTransitionEvent extends Event { 6373 interface PageTransitionEvent extends Event {
6358 6374
6359 final bool persisted; 6375 final bool persisted;
6360 } 6376 }
6361 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6377 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6362 // for details. All rights reserved. Use of this source code is governed by a 6378 // for details. All rights reserved. Use of this source code is governed by a
6363 // BSD-style license that can be found in the LICENSE file. 6379 // BSD-style license that can be found in the LICENSE file.
6364 6380
6365 // WARNING: Do not edit - generated code. 6381 // WARNING: Do not edit - generated code.
6366 6382
6383 interface PeerConnection00 default _PeerConnection00FactoryProvider {
6384
6385 PeerConnection00(String serverConfiguration, IceCallback iceCallback);
6386
6387 static final int ACTIVE = 2;
6388
6389 static final int CLOSED = 3;
6390
6391 static final int ICE_CHECKING = 0x300;
6392
6393 static final int ICE_CLOSED = 0x700;
6394
6395 static final int ICE_COMPLETED = 0x500;
6396
6397 static final int ICE_CONNECTED = 0x400;
6398
6399 static final int ICE_FAILED = 0x600;
6400
6401 static final int ICE_GATHERING = 0x100;
6402
6403 static final int ICE_WAITING = 0x200;
6404
6405 static final int NEGOTIATING = 1;
6406
6407 static final int NEW = 0;
6408
6409 static final int SDP_ANSWER = 0x300;
6410
6411 static final int SDP_OFFER = 0x100;
6412
6413 static final int SDP_PRANSWER = 0x200;
6414
6415 final int iceState;
6416
6417 final SessionDescription localDescription;
6418
6419 final MediaStreamList localStreams;
6420
6421 EventListener onaddstream;
6422
6423 EventListener onconnecting;
6424
6425 EventListener onopen;
6426
6427 EventListener onremovestream;
6428
6429 EventListener onstatechange;
6430
6431 final int readyState;
6432
6433 final SessionDescription remoteDescription;
6434
6435 final MediaStreamList remoteStreams;
6436
6437 void addEventListener(String type, EventListener listener, [bool useCapture]);
6438
6439 void addStream(MediaStream stream, [String mediaStreamHints]);
6440
6441 void close();
6442
6443 SessionDescription createAnswer(String offer, [String mediaHints]);
6444
6445 SessionDescription createOffer([String mediaHints]);
6446
6447 bool dispatchEvent(Event event);
6448
6449 void processIceMessage(IceCandidate candidate);
6450
6451 void removeEventListener(String type, EventListener listener, [bool useCapture ]);
6452
6453 void removeStream(MediaStream stream);
6454
6455 void setLocalDescription(int action, SessionDescription desc);
6456
6457 void setRemoteDescription(int action, SessionDescription desc);
6458
6459 void startIce([String iceOptions]);
6460 }
6461 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6462 // for details. All rights reserved. Use of this source code is governed by a
6463 // BSD-style license that can be found in the LICENSE file.
6464
6465 // WARNING: Do not edit - generated code.
6466
6367 interface Performance { 6467 interface Performance {
6368 6468
6369 final MemoryInfo memory; 6469 final MemoryInfo memory;
6370 6470
6371 final PerformanceNavigation navigation; 6471 final PerformanceNavigation navigation;
6372 6472
6373 final PerformanceTiming timing; 6473 final PerformanceTiming timing;
6374 } 6474 }
6375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6475 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6376 // for details. All rights reserved. Use of this source code is governed by a 6476 // for details. All rights reserved. Use of this source code is governed by a
(...skipping 3032 matching lines...) Expand 10 before | Expand all | Expand 10 after
9409 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9509 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9410 // for details. All rights reserved. Use of this source code is governed by a 9510 // for details. All rights reserved. Use of this source code is governed by a
9411 // BSD-style license that can be found in the LICENSE file. 9511 // BSD-style license that can be found in the LICENSE file.
9412 9512
9413 // WARNING: Do not edit - generated code. 9513 // WARNING: Do not edit - generated code.
9414 9514
9415 interface ScriptProfileNode { 9515 interface ScriptProfileNode {
9416 9516
9417 final int callUID; 9517 final int callUID;
9418 9518
9419 final List children; 9519 final List<ScriptProfileNode> children;
9420 9520
9421 final String functionName; 9521 final String functionName;
9422 9522
9423 final int lineNumber; 9523 final int lineNumber;
9424 9524
9425 final int numberOfCalls; 9525 final int numberOfCalls;
9426 9526
9427 final num selfTime; 9527 final num selfTime;
9428 9528
9429 final num totalTime; 9529 final num totalTime;
(...skipping 3247 matching lines...) Expand 10 before | Expand all | Expand 10 after
12677 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12777 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12678 // for details. All rights reserved. Use of this source code is governed by a 12778 // for details. All rights reserved. Use of this source code is governed by a
12679 // BSD-style license that can be found in the LICENSE file. 12779 // BSD-style license that can be found in the LICENSE file.
12680 12780
12681 Window get window() => _dummy(); 12781 Window get window() => _dummy();
12682 12782
12683 // TODO(vsm): Remove when prefixes are supported. 12783 // TODO(vsm): Remove when prefixes are supported.
12684 Window get dom_window() => _dummy(); 12784 Window get dom_window() => _dummy();
12685 12785
12686 Document get document() => _dummy(); 12786 Document get document() => _dummy();
OLDNEW
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698