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

Side by Side Diff: lib/html/html_frog.dart

Issue 10027017: Auto-generate TimeoutHandler.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 8 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 | « lib/html/frog/html_frog.dart ('k') | no next file » | 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) 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 #source('generated/html/frog/AbstractWorker.dart'); 10 #source('generated/html/frog/AbstractWorker.dart');
(...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 #source('generated/html/interface/XPathExpression.dart'); 1056 #source('generated/html/interface/XPathExpression.dart');
1057 #source('generated/html/interface/XPathNSResolver.dart'); 1057 #source('generated/html/interface/XPathNSResolver.dart');
1058 #source('generated/html/interface/XPathResult.dart'); 1058 #source('generated/html/interface/XPathResult.dart');
1059 #source('generated/html/interface/XSLTProcessor.dart'); 1059 #source('generated/html/interface/XSLTProcessor.dart');
1060 1060
1061 1061
1062 #source('../dom/src/EventListener.dart'); 1062 #source('../dom/src/EventListener.dart');
1063 #source('../dom/src/KeyLocation.dart'); 1063 #source('../dom/src/KeyLocation.dart');
1064 #source('../dom/src/KeyName.dart'); 1064 #source('../dom/src/KeyName.dart');
1065 #source('../dom/src/ReadyState.dart'); 1065 #source('../dom/src/ReadyState.dart');
1066 #source('../dom/src/TimeoutHandler.dart');
1067 #source('../dom/src/_Collections.dart'); 1066 #source('../dom/src/_Collections.dart');
1068 #source('../dom/src/_XMLHttpRequestUtils.dart'); 1067 #source('../dom/src/_XMLHttpRequestUtils.dart');
1069 #source('../html/src/Measurement.dart'); 1068 #source('../html/src/Measurement.dart');
1070 #source('../html/src/shared_FactoryProviders.dart'); 1069 #source('../html/src/shared_FactoryProviders.dart');
1071 #source('../html/src/frog_FactoryProviders.dart'); 1070 #source('../html/src/frog_FactoryProviders.dart');
1072 #source('../html/src/_Testing.dart'); 1071 #source('../html/src/_Testing.dart');
1073 #source('../html/src/Device.dart'); 1072 #source('../html/src/Device.dart');
1074 #source('../dom/src/_ListIterators.dart'); 1073 #source('../dom/src/_ListIterators.dart');
1075 #source('../dom/src/_Lists.dart'); 1074 #source('../dom/src/_Lists.dart');
1076 1075
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 } 1110 }
1112 return _cachedDocument; 1111 return _cachedDocument;
1113 } 1112 }
1114 1113
1115 _DocumentImpl get _document() native "return window.document.documentElement;"; 1114 _DocumentImpl get _document() native "return window.document.documentElement;";
1116 1115
1117 // Workaround for tags like <cite> that lack their own Element subclass -- 1116 // Workaround for tags like <cite> that lack their own Element subclass --
1118 // Dart issue 1990. 1117 // Dart issue 1990.
1119 class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" { 1118 class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" {
1120 } 1119 }
OLDNEW
« no previous file with comments | « lib/html/frog/html_frog.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698