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

Unified Diff: client/html/generated/html/frog/Window.dart

Issue 9623017: Refactor the event-generation code to locate it in systemhtml.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/html/generated/html/frog/WebSocket.dart ('k') | client/html/generated/html/frog/XMLHttpRequest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/generated/html/frog/Window.dart
diff --git a/client/html/generated/html/frog/Window.dart b/client/html/generated/html/frog/Window.dart
index 02edde61794f2efb905a3c961c1fa807096af605..24ce642eec4ec43ef69a79c7e24d50c59c7069e8 100644
--- a/client/html/generated/html/frog/Window.dart
+++ b/client/html/generated/html/frog/Window.dart
@@ -11,6 +11,9 @@ class _WindowImpl extends _EventTargetImpl implements Window native "@*DOMWindow
}
+ _WindowEventsImpl get on() =>
+ new _WindowEventsImpl(this);
+
static final int PERSISTENT = 1;
static final int TEMPORARY = 0;
@@ -113,9 +116,6 @@ class _WindowImpl extends _EventTargetImpl implements Window native "@*DOMWindow
final _WindowImpl window;
- _WindowEventsImpl get on() =>
- new _WindowEventsImpl(this);
-
void _addEventListener(String type, EventListener listener, [bool useCapture = null]) native "this.addEventListener(type, listener, useCapture);";
void alert(String message) native;
« no previous file with comments | « client/html/generated/html/frog/WebSocket.dart ('k') | client/html/generated/html/frog/XMLHttpRequest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698