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

Unified Diff: client/html/generated/html/frog/DOMApplicationCache.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/BodyElement.dart ('k') | client/html/generated/html/frog/Document.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/generated/html/frog/DOMApplicationCache.dart
diff --git a/client/html/generated/html/frog/DOMApplicationCache.dart b/client/html/generated/html/frog/DOMApplicationCache.dart
index d450a089af54915eac55aec97a311f99b8559e31..c146c992541c786b533b11dc8369b6dadc9969d5 100644
--- a/client/html/generated/html/frog/DOMApplicationCache.dart
+++ b/client/html/generated/html/frog/DOMApplicationCache.dart
@@ -1,6 +1,9 @@
class _DOMApplicationCacheImpl extends _EventTargetImpl implements DOMApplicationCache native "*DOMApplicationCache" {
+ _DOMApplicationCacheEventsImpl get on() =>
+ new _DOMApplicationCacheEventsImpl(this);
+
static final int CHECKING = 2;
static final int DOWNLOADING = 3;
@@ -15,9 +18,6 @@ class _DOMApplicationCacheImpl extends _EventTargetImpl implements DOMApplicatio
final int status;
- _DOMApplicationCacheEventsImpl get on() =>
- new _DOMApplicationCacheEventsImpl(this);
-
void abort() native;
void _addEventListener(String type, EventListener listener, [bool useCapture = null]) native "this.addEventListener(type, listener, useCapture);";
« no previous file with comments | « client/html/generated/html/frog/BodyElement.dart ('k') | client/html/generated/html/frog/Document.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698