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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 11783102: Reverted https://codereview.chromium.org/11734022 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index 66af24b97d2b6b9ed7d32c6a5da8960ce7cb87a0..5cffb207d023a88b180766f8cc4bcbb57b1bd341 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -167,6 +167,47 @@ class AnimationEvent extends Event native "*WebKitAnimationEvent" {
// BSD-style license that can be found in the LICENSE file.
+/// @domName HTMLAppletElement; @docsEditable true
+class AppletElement extends Element native "*HTMLAppletElement" {
+
+ /// @domName HTMLAppletElement.align; @docsEditable true
+ String align;
+
+ /// @domName HTMLAppletElement.alt; @docsEditable true
+ String alt;
+
+ /// @domName HTMLAppletElement.archive; @docsEditable true
+ String archive;
+
+ /// @domName HTMLAppletElement.code; @docsEditable true
+ String code;
+
+ /// @domName HTMLAppletElement.codeBase; @docsEditable true
+ String codeBase;
+
+ /// @domName HTMLAppletElement.height; @docsEditable true
+ String height;
+
+ /// @domName HTMLAppletElement.hspace; @docsEditable true
+ String hspace;
+
+ /// @domName HTMLAppletElement.name; @docsEditable true
+ String name;
+
+ /// @domName HTMLAppletElement.object; @docsEditable true
+ String object;
+
+ /// @domName HTMLAppletElement.vspace; @docsEditable true
+ String vspace;
+
+ /// @domName HTMLAppletElement.width; @docsEditable true
+ String width;
+}
+// Copyright (c) 2012, 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.
+
+
/// @domName DOMApplicationCache; @docsEditable true
class ApplicationCache extends EventTarget native "*DOMApplicationCache" {
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698