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

Side by Side Diff: client/dom/dom_frog.dart

Issue 9539003: Safely wrap window.top in frog dom. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments and merge 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | client/dom/frog/dom_frog.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // DO NOT EDIT 5 // DO NOT EDIT
6 // Auto-generated Dart DOM library. 6 // Auto-generated Dart DOM library.
7 7
8 #library("dom"); 8 #library("dom");
9 9
10 #source('generated/src/frog/AbstractWorker.dart'); 10 #source('generated/src/frog/AbstractWorker.dart');
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 #source('generated/src/interface/XPathNSResolver.dart'); 1061 #source('generated/src/interface/XPathNSResolver.dart');
1062 #source('generated/src/interface/XPathResult.dart'); 1062 #source('generated/src/interface/XPathResult.dart');
1063 #source('generated/src/interface/XSLTProcessor.dart'); 1063 #source('generated/src/interface/XSLTProcessor.dart');
1064 1064
1065 #source('src/EventListener.dart'); 1065 #source('src/EventListener.dart');
1066 #source('src/KeyLocation.dart'); 1066 #source('src/KeyLocation.dart');
1067 #source('src/KeyName.dart'); 1067 #source('src/KeyName.dart');
1068 #source('src/ReadyState.dart'); 1068 #source('src/ReadyState.dart');
1069 #source('src/TimeoutHandler.dart'); 1069 #source('src/TimeoutHandler.dart');
1070 #source('src/_Collections.dart'); 1070 #source('src/_Collections.dart');
1071 #source('src/frog_DOMImplementation.dart');
1071 #source('src/frog_DOMType.dart'); 1072 #source('src/frog_DOMType.dart');
1072 #source('src/frog_DOMTypeJs.dart'); 1073 #source('src/frog_DOMTypeJs.dart');
1073 #source('src/frog_FactoryProviders.dart'); 1074 #source('src/frog_FactoryProviders.dart');
1074 #source('src/_ListIterators.dart'); 1075 #source('src/_ListIterators.dart');
1075 #source('src/_Lists.dart'); 1076 #source('src/_Lists.dart');
1076 1077
1077 // TODO(sra): What 'window' do we get in a worker? Perhaps this 1078 // TODO(sra): What 'window' do we get in a worker? Perhaps this
1078 // should return the interface type. 1079 // should return the interface type.
1079 DOMWindow get window() native "return window;"; 1080 DOMWindow get window() native "return window;";
1080 1081
1081 // TODO(vsm): Revert to Dart method when 508 is fixed. 1082 // TODO(vsm): Revert to Dart method when 508 is fixed.
1082 HTMLDocument get document() native "return window.document;"; 1083 HTMLDocument get document() native "return window.document;";
OLDNEW
« no previous file with comments | « no previous file | client/dom/frog/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698