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

Unified Diff: sdk/lib/html/doc/interface/UIEvent.dartdoc

Issue 11691009: Moved most of html lib generating scripts into tools. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « sdk/lib/html/doc/interface/Storage.dartdoc ('k') | sdk/lib/html/doc/interface/WebSocket.dartdoc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/doc/interface/UIEvent.dartdoc
diff --git a/sdk/lib/html/doc/interface/UIEvent.dartdoc b/sdk/lib/html/doc/interface/UIEvent.dartdoc
deleted file mode 100644
index 9a0754b55a6dda46c3991ddf975e793a99f53f9b..0000000000000000000000000000000000000000
--- a/sdk/lib/html/doc/interface/UIEvent.dartdoc
+++ /dev/null
@@ -1,39 +0,0 @@
-// 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.
-
-// WARNING: Do not edit - generated code.
-
-/// @domName UIEvent
-abstract class UIEvent implements Event {
-
- /** @domName UIEvent.charCode */
- abstract int get charCode;
-
- /** @domName UIEvent.detail */
- abstract int get detail;
-
- /** @domName UIEvent.keyCode */
- abstract int get keyCode;
-
- /** @domName UIEvent.layerX */
- abstract int get layerX;
-
- /** @domName UIEvent.layerY */
- abstract int get layerY;
-
- /** @domName UIEvent.pageX */
- abstract int get pageX;
-
- /** @domName UIEvent.pageY */
- abstract int get pageY;
-
- /** @domName UIEvent.view */
- abstract Window get view;
-
- /** @domName UIEvent.which */
- abstract int get which;
-
- /** @domName UIEvent.initUIEvent */
- void initUIEvent(String type, bool canBubble, bool cancelable, LocalWindow view, int detail);
-}
« no previous file with comments | « sdk/lib/html/doc/interface/Storage.dartdoc ('k') | sdk/lib/html/doc/interface/WebSocket.dartdoc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698