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

Unified Diff: lib/html/frog/html_frog.dart

Issue 10655002: Regen html_frog (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/frog/html_frog.dart
diff --git a/lib/html/frog/html_frog.dart b/lib/html/frog/html_frog.dart
index a4014cdc68f91723d8399a12b2fac3614084ea87..d7e2f1e1839a2ec97a990c869f682428af8bfb37 100644
--- a/lib/html/frog/html_frog.dart
+++ b/lib/html/frog/html_frog.dart
@@ -36883,12 +36883,11 @@ class _DOMWindowCrossFrameImpl implements Window {
// Fields.
// TODO(vsm): Implement history and location getters.
+ // TODO(vsm): Add frames to navigate subframes. See 2312.
+
bool get closed() => _closed(_window);
static bool _closed(win) native "return win.closed;";
- bool get length() => _length(_window);
- static bool _length(win) native "return win.length;";
-
Window get opener() => _createSafe(_opener(_window));
static Window _opener(win) native "return win.opener;";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698