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

Side by Side Diff: client/html/release/html.dart

Issue 8969008: Properly wrap ObjectElement#svgDocument, and regenerate release/html*.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | client/html/release/htmlimpl.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('html'); 1 #library('html');
2 2
3 #import('dart:dom', prefix:'dom'); 3 #import('dart:dom', prefix:'dom');
4 #import('dart:htmlimpl'); 4 #import('dart:htmlimpl');
5 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 5 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
6 // for details. All rights reserved. Use of this source code is governed by a 6 // for details. All rights reserved. Use of this source code is governed by a
7 // BSD-style license that can be found in the LICENSE file. 7 // BSD-style license that can be found in the LICENSE file.
8 8
9 // DO NOT EDIT 9 // DO NOT EDIT
10 // Auto-generated Dart HTML library. 10 // Auto-generated Dart HTML library.
(...skipping 4194 matching lines...) Expand 10 before | Expand all | Expand 10 after
4205 String get type(); 4205 String get type();
4206 4206
4207 void set type(String value); 4207 void set type(String value);
4208 } 4208 }
4209 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 4209 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
4210 // for details. All rights reserved. Use of this source code is governed by a 4210 // for details. All rights reserved. Use of this source code is governed by a
4211 // BSD-style license that can be found in the LICENSE file. 4211 // BSD-style license that can be found in the LICENSE file.
4212 4212
4213 // WARNING: Do not edit - generated code. 4213 // WARNING: Do not edit - generated code.
4214 4214
4215 interface ObjectElement extends Element {
4216
4217 String get align();
4218
4219 void set align(String value);
4220
4221 String get archive();
4222
4223 void set archive(String value);
4224
4225 String get border();
4226
4227 void set border(String value);
4228
4229 String get code();
4230
4231 void set code(String value);
4232
4233 String get codeBase();
4234
4235 void set codeBase(String value);
4236
4237 String get codeType();
4238
4239 void set codeType(String value);
4240
4241 Document get contentDocument();
4242
4243 String get data();
4244
4245 void set data(String value);
4246
4247 bool get declare();
4248
4249 void set declare(bool value);
4250
4251 FormElement get form();
4252
4253 String get height();
4254
4255 void set height(String value);
4256
4257 int get hspace();
4258
4259 void set hspace(int value);
4260
4261 String get name();
4262
4263 void set name(String value);
4264
4265 String get standby();
4266
4267 void set standby(String value);
4268
4269 String get type();
4270
4271 void set type(String value);
4272
4273 String get useMap();
4274
4275 void set useMap(String value);
4276
4277 String get validationMessage();
4278
4279 ValidityState get validity();
4280
4281 int get vspace();
4282
4283 void set vspace(int value);
4284
4285 String get width();
4286
4287 void set width(String value);
4288
4289 bool get willValidate();
4290
4291 bool checkValidity();
4292
4293 void setCustomValidity(String error);
4294 }
4295 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
4296 // for details. All rights reserved. Use of this source code is governed by a
4297 // BSD-style license that can be found in the LICENSE file.
4298
4299 // WARNING: Do not edit - generated code.
4300
4301 interface OfflineAudioCompletionEvent extends Event { 4215 interface OfflineAudioCompletionEvent extends Event {
4302 4216
4303 AudioBuffer get renderedBuffer(); 4217 AudioBuffer get renderedBuffer();
4304 } 4218 }
4305 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 4219 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
4306 // for details. All rights reserved. Use of this source code is governed by a 4220 // for details. All rights reserved. Use of this source code is governed by a
4307 // BSD-style license that can be found in the LICENSE file. 4221 // BSD-style license that can be found in the LICENSE file.
4308 4222
4309 // WARNING: Do not edit - generated code. 4223 // WARNING: Do not edit - generated code.
4310 4224
(...skipping 8334 matching lines...) Expand 10 before | Expand all | Expand 10 after
12645 void set replaceId(String value); 12559 void set replaceId(String value);
12646 12560
12647 void cancel(); 12561 void cancel();
12648 12562
12649 void show(); 12563 void show();
12650 } 12564 }
12651 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 12565 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
12652 // for details. All rights reserved. Use of this source code is governed by a 12566 // for details. All rights reserved. Use of this source code is governed by a
12653 // BSD-style license that can be found in the LICENSE file. 12567 // BSD-style license that can be found in the LICENSE file.
12654 12568
12569 interface ObjectElement extends Element {
12570
12571 String get align();
12572
12573 void set align(String value);
12574
12575 String get archive();
12576
12577 void set archive(String value);
12578
12579 String get border();
12580
12581 void set border(String value);
12582
12583 String get code();
12584
12585 void set code(String value);
12586
12587 String get codeBase();
12588
12589 void set codeBase(String value);
12590
12591 String get codeType();
12592
12593 void set codeType(String value);
12594
12595 Document get contentDocument();
12596
12597 String get data();
12598
12599 void set data(String value);
12600
12601 bool get declare();
12602
12603 void set declare(bool value);
12604
12605 FormElement get form();
12606
12607 String get height();
12608
12609 void set height(String value);
12610
12611 int get hspace();
12612
12613 void set hspace(int value);
12614
12615 String get name();
12616
12617 void set name(String value);
12618
12619 String get standby();
12620
12621 void set standby(String value);
12622
12623 String get type();
12624
12625 void set type(String value);
12626
12627 String get useMap();
12628
12629 void set useMap(String value);
12630
12631 String get validationMessage();
12632
12633 ValidityState get validity();
12634
12635 int get vspace();
12636
12637 void set vspace(int value);
12638
12639 String get width();
12640
12641 void set width(String value);
12642
12643 bool get willValidate();
12644
12645 bool checkValidity();
12646
12647 void setCustomValidity(String error);
12648
12649 SVGDocument get svgDocument();
12650 }
12651 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
12652 // for details. All rights reserved. Use of this source code is governed by a
12653 // BSD-style license that can be found in the LICENSE file.
12654
12655 interface OverflowEvent extends Event factory OverflowEventWrappingImplementatio n { 12655 interface OverflowEvent extends Event factory OverflowEventWrappingImplementatio n {
12656 12656
12657 OverflowEvent(int orient, bool horizontalOverflow, bool verticalOverflow); 12657 OverflowEvent(int orient, bool horizontalOverflow, bool verticalOverflow);
12658 12658
12659 static final int BOTH = 2; 12659 static final int BOTH = 2;
12660 12660
12661 static final int HORIZONTAL = 0; 12661 static final int HORIZONTAL = 0;
12662 12662
12663 static final int VERTICAL = 1; 12663 static final int VERTICAL = 1;
12664 12664
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
13484 EventListenerList get abort(); 13484 EventListenerList get abort();
13485 EventListenerList get error(); 13485 EventListenerList get error();
13486 EventListenerList get load(); 13486 EventListenerList get load();
13487 EventListenerList get loadStart(); 13487 EventListenerList get loadStart();
13488 EventListenerList get progress(); 13488 EventListenerList get progress();
13489 } 13489 }
13490 13490
13491 interface XMLHttpRequestUpload extends EventTarget { 13491 interface XMLHttpRequestUpload extends EventTarget {
13492 XMLHttpRequestUploadEvents get on(); 13492 XMLHttpRequestUploadEvents get on();
13493 } 13493 }
OLDNEW
« no previous file with comments | « no previous file | client/html/release/htmlimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698