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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/html/release/htmlimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/release/html.dart
diff --git a/client/html/release/html.dart b/client/html/release/html.dart
index 6dedb36a2d2ffd3929af6a041acc831a034e9fd7..5526ba969774837a10b6cdc72c504c609611e0fb 100644
--- a/client/html/release/html.dart
+++ b/client/html/release/html.dart
@@ -4212,92 +4212,6 @@ interface OListElement extends Element {
// WARNING: Do not edit - generated code.
-interface ObjectElement extends Element {
-
- String get align();
-
- void set align(String value);
-
- String get archive();
-
- void set archive(String value);
-
- String get border();
-
- void set border(String value);
-
- String get code();
-
- void set code(String value);
-
- String get codeBase();
-
- void set codeBase(String value);
-
- String get codeType();
-
- void set codeType(String value);
-
- Document get contentDocument();
-
- String get data();
-
- void set data(String value);
-
- bool get declare();
-
- void set declare(bool value);
-
- FormElement get form();
-
- String get height();
-
- void set height(String value);
-
- int get hspace();
-
- void set hspace(int value);
-
- String get name();
-
- void set name(String value);
-
- String get standby();
-
- void set standby(String value);
-
- String get type();
-
- void set type(String value);
-
- String get useMap();
-
- void set useMap(String value);
-
- String get validationMessage();
-
- ValidityState get validity();
-
- int get vspace();
-
- void set vspace(int value);
-
- String get width();
-
- void set width(String value);
-
- bool get willValidate();
-
- bool checkValidity();
-
- void setCustomValidity(String error);
-}
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-// WARNING: Do not edit - generated code.
-
interface OfflineAudioCompletionEvent extends Event {
AudioBuffer get renderedBuffer();
@@ -12652,6 +12566,92 @@ interface Notification extends EventTarget {
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+interface ObjectElement extends Element {
+
+ String get align();
+
+ void set align(String value);
+
+ String get archive();
+
+ void set archive(String value);
+
+ String get border();
+
+ void set border(String value);
+
+ String get code();
+
+ void set code(String value);
+
+ String get codeBase();
+
+ void set codeBase(String value);
+
+ String get codeType();
+
+ void set codeType(String value);
+
+ Document get contentDocument();
+
+ String get data();
+
+ void set data(String value);
+
+ bool get declare();
+
+ void set declare(bool value);
+
+ FormElement get form();
+
+ String get height();
+
+ void set height(String value);
+
+ int get hspace();
+
+ void set hspace(int value);
+
+ String get name();
+
+ void set name(String value);
+
+ String get standby();
+
+ void set standby(String value);
+
+ String get type();
+
+ void set type(String value);
+
+ String get useMap();
+
+ void set useMap(String value);
+
+ String get validationMessage();
+
+ ValidityState get validity();
+
+ int get vspace();
+
+ void set vspace(int value);
+
+ String get width();
+
+ void set width(String value);
+
+ bool get willValidate();
+
+ bool checkValidity();
+
+ void setCustomValidity(String error);
+
+ SVGDocument get svgDocument();
+}
+// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
interface OverflowEvent extends Event factory OverflowEventWrappingImplementation {
OverflowEvent(int orient, bool horizontalOverflow, bool verticalOverflow);
« 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