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

Side by Side Diff: lib/dom/templates/html/frog/html_frog.darttemplate

Issue 10356092: Revert "Minimal fix to get cross frame tests working." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, 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:html library. 6 // Auto-generated dart:html library.
7 7
8 #library("html"); 8 #library("html");
9 9
10 $!GENERATED_DART_FILES 10 $!GENERATED_DART_FILES
11 11
12 #source('../../dom/src/EventListener.dart'); 12 #source('../../dom/src/EventListener.dart');
13 #source('../../dom/src/KeyLocation.dart'); 13 #source('../../dom/src/KeyLocation.dart');
14 #source('../../dom/src/KeyName.dart'); 14 #source('../../dom/src/KeyName.dart');
15 #source('../../dom/src/ReadyState.dart'); 15 #source('../../dom/src/ReadyState.dart');
16 #source('../../dom/src/_Collections.dart'); 16 #source('../../dom/src/_Collections.dart');
17 #source('../../dom/src/_XMLHttpRequestUtils.dart'); 17 #source('../../dom/src/_XMLHttpRequestUtils.dart');
18 #source('../../html/src/Measurement.dart'); 18 #source('../../html/src/Measurement.dart');
19 #source('../../html/src/shared_FactoryProviders.dart'); 19 #source('../../html/src/shared_FactoryProviders.dart');
20 #source('../../html/src/frog_DOMImplementation.dart');
21 #source('../../html/src/frog_FactoryProviders.dart'); 20 #source('../../html/src/frog_FactoryProviders.dart');
22 #source('../../html/src/frog_IDBKeyRangeFactoryProvider.dart'); 21 #source('../../html/src/frog_IDBKeyRangeFactoryProvider.dart');
23 #source('../../dom/src/frog_TypedArrayFactoryProvider.dart'); 22 #source('../../dom/src/frog_TypedArrayFactoryProvider.dart');
24 #source('../../html/src/_Testing.dart'); 23 #source('../../html/src/_Testing.dart');
25 #source('../../html/src/Device.dart'); 24 #source('../../html/src/Device.dart');
26 #source('../../dom/src/_ListIterators.dart'); 25 #source('../../dom/src/_ListIterators.dart');
27 #source('../../dom/src/_Lists.dart'); 26 #source('../../dom/src/_Lists.dart');
28 27
29 28
30 Window get window() native "return window;"; 29 Window get window() native "return window;";
31 _WindowImpl get _window() native "return window;"; 30 _WindowImpl get _window() native "return window;";
32 31
33 Document get document() native "return document;"; 32 Document get document() native "return document;";
34 33
35 _DocumentImpl get _document() native "return document;"; 34 _DocumentImpl get _document() native "return document;";
36 35
37 // Workaround for tags like <cite> that lack their own Element subclass -- 36 // Workaround for tags like <cite> that lack their own Element subclass --
38 // Dart issue 1990. 37 // Dart issue 1990.
39 class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" { 38 class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" {
40 } 39 }
OLDNEW
« no previous file with comments | « lib/dom/scripts/systemhtml.py ('k') | lib/dom/templates/html/frog/impl_IFrameElement.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698