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

Unified Diff: client/html/generated/html/frog/DocumentFragment.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/Document.dart ('k') | client/html/generated/html/frog/Element.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/generated/html/frog/DocumentFragment.dart
diff --git a/client/html/generated/html/frog/DocumentFragment.dart b/client/html/generated/html/frog/DocumentFragment.dart
index 9532ee53502740dcb43ddfeb3a4f4b2cf9b71590..b5a709988cbefd35931fc12808f7df9510a946e6 100644
--- a/client/html/generated/html/frog/DocumentFragment.dart
+++ b/client/html/generated/html/frog/DocumentFragment.dart
@@ -1,6 +1,9 @@
class _DocumentFragmentImpl extends _NodeImpl implements DocumentFragment native "*DocumentFragment" {
+ ElementEvents get on() =>
+ new ElementEvents(this);
+
_ElementImpl query(String selectors) native "return this.querySelector(selectors);";
_NodeListImpl _querySelectorAll(String selectors) native "return this.querySelectorAll(selectors);";
« no previous file with comments | « client/html/generated/html/frog/Document.dart ('k') | client/html/generated/html/frog/Element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698