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

Unified Diff: client/html/generated/html/interface/DocumentFragment.dart

Issue 9610011: Port DocumentFragment to the new wrapperless DOM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge with head 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/DocumentFragment.dart ('k') | client/html/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/generated/html/interface/DocumentFragment.dart
diff --git a/client/html/generated/html/interface/DocumentFragment.dart b/client/html/generated/html/interface/DocumentFragment.dart
index e363adcbf73b03283c00e236cb5765317effdc95..0d9fab8cc0e8cee5652292f984616fe65884625b 100644
--- a/client/html/generated/html/interface/DocumentFragment.dart
+++ b/client/html/generated/html/interface/DocumentFragment.dart
@@ -2,11 +2,22 @@
// 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.
+interface DocumentFragment extends Element default _DocumentFragmentFactoryProvider {
+
+ DocumentFragment();
+
+ DocumentFragment.html(String html);
+
+ // TODO(nweiz): enable these when XML and/or SVG are ported
+ // /** WARNING: Currently this doesn't work on Dartium (issue 649). */
+ // DocumentFragment.xml(String xml);
+ // DocumentFragment.svg(String svg);
+
+ DocumentFragment clone(bool deep);
-interface DocumentFragment extends Node, NodeSelector {
ElementEvents get on();
Element query(String selectors);
+
}
« no previous file with comments | « client/html/generated/html/frog/DocumentFragment.dart ('k') | client/html/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698