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

Side by Side Diff: client/html/html_dartium.dart

Issue 9464002: Implement automatically generated constructors for frog and dartium dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address code review comments 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 | « client/html/generated/html/interface/XSLTProcessor.dart ('k') | client/html/html_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) 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 #import('dart:dom', prefix:'dom'); 10 #import('dart:dom', prefix:'dom');
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 #source('generated/html/dartium/XMLHttpRequestException.dart'); 504 #source('generated/html/dartium/XMLHttpRequestException.dart');
505 #source('generated/html/dartium/XMLHttpRequestProgressEvent.dart'); 505 #source('generated/html/dartium/XMLHttpRequestProgressEvent.dart');
506 #source('generated/html/dartium/XMLHttpRequestUpload.dart'); 506 #source('generated/html/dartium/XMLHttpRequestUpload.dart');
507 #source('generated/html/dartium/XMLSerializer.dart'); 507 #source('generated/html/dartium/XMLSerializer.dart');
508 #source('generated/html/dartium/XPathEvaluator.dart'); 508 #source('generated/html/dartium/XPathEvaluator.dart');
509 #source('generated/html/dartium/XPathException.dart'); 509 #source('generated/html/dartium/XPathException.dart');
510 #source('generated/html/dartium/XPathExpression.dart'); 510 #source('generated/html/dartium/XPathExpression.dart');
511 #source('generated/html/dartium/XPathNSResolver.dart'); 511 #source('generated/html/dartium/XPathNSResolver.dart');
512 #source('generated/html/dartium/XPathResult.dart'); 512 #source('generated/html/dartium/XPathResult.dart');
513 #source('generated/html/dartium/XSLTProcessor.dart'); 513 #source('generated/html/dartium/XSLTProcessor.dart');
514 #source('generated/html/dartium/_AudioElementFactoryProvider.dart');
515 #source('generated/html/dartium/_BlobBuilderFactoryProvider.dart');
516 #source('generated/html/dartium/_CSSMatrixFactoryProvider.dart');
517 #source('generated/html/dartium/_DOMParserFactoryProvider.dart');
518 #source('generated/html/dartium/_DOMURLFactoryProvider.dart');
519 #source('generated/html/dartium/_EventSourceFactoryProvider.dart');
520 #source('generated/html/dartium/_FileReaderFactoryProvider.dart');
521 #source('generated/html/dartium/_FileReaderSyncFactoryProvider.dart');
522 #source('generated/html/dartium/_MediaControllerFactoryProvider.dart');
523 #source('generated/html/dartium/_MediaStreamFactoryProvider.dart');
524 #source('generated/html/dartium/_MessageChannelFactoryProvider.dart');
525 #source('generated/html/dartium/_OptionElementFactoryProvider.dart');
526 #source('generated/html/dartium/_PeerConnectionFactoryProvider.dart');
527 #source('generated/html/dartium/_ShadowRootFactoryProvider.dart');
528 #source('generated/html/dartium/_SharedWorkerFactoryProvider.dart');
529 #source('generated/html/dartium/_TextTrackCueFactoryProvider.dart');
530 #source('generated/html/dartium/_WorkerFactoryProvider.dart');
531 #source('generated/html/dartium/_XMLHttpRequestFactoryProvider.dart');
532 #source('generated/html/dartium/_XMLSerializerFactoryProvider.dart');
533 #source('generated/html/dartium/_XPathEvaluatorFactoryProvider.dart');
534 #source('generated/html/dartium/_XSLTProcessorFactoryProvider.dart');
514 #source('generated/html/interface/AbstractWorker.dart'); 535 #source('generated/html/interface/AbstractWorker.dart');
515 #source('generated/html/interface/AnchorElement.dart'); 536 #source('generated/html/interface/AnchorElement.dart');
516 #source('generated/html/interface/Animation.dart'); 537 #source('generated/html/interface/Animation.dart');
517 #source('generated/html/interface/AnimationEvent.dart'); 538 #source('generated/html/interface/AnimationEvent.dart');
518 #source('generated/html/interface/AnimationList.dart'); 539 #source('generated/html/interface/AnimationList.dart');
519 #source('generated/html/interface/AppletElement.dart'); 540 #source('generated/html/interface/AppletElement.dart');
520 #source('generated/html/interface/AreaElement.dart'); 541 #source('generated/html/interface/AreaElement.dart');
521 #source('generated/html/interface/ArrayBuffer.dart'); 542 #source('generated/html/interface/ArrayBuffer.dart');
522 #source('generated/html/interface/ArrayBufferView.dart'); 543 #source('generated/html/interface/ArrayBufferView.dart');
523 #source('generated/html/interface/Attr.dart'); 544 #source('generated/html/interface/Attr.dart');
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 #source('generated/html/interface/XPathResult.dart'); 1060 #source('generated/html/interface/XPathResult.dart');
1040 #source('generated/html/interface/XSLTProcessor.dart'); 1061 #source('generated/html/interface/XSLTProcessor.dart');
1041 1062
1042 1063
1043 #source('../dom/src/EventListener.dart'); 1064 #source('../dom/src/EventListener.dart');
1044 #source('../dom/src/KeyLocation.dart'); 1065 #source('../dom/src/KeyLocation.dart');
1045 #source('../dom/src/KeyName.dart'); 1066 #source('../dom/src/KeyName.dart');
1046 #source('../dom/src/ReadyState.dart'); 1067 #source('../dom/src/ReadyState.dart');
1047 #source('../dom/src/TimeoutHandler.dart'); 1068 #source('../dom/src/TimeoutHandler.dart');
1048 #source('../dom/src/_Collections.dart'); 1069 #source('../dom/src/_Collections.dart');
1070 #source('../dom/src/_XMLHttpRequestUtils.dart');
1049 #source('../html/src/shared_FactoryProviders.dart'); 1071 #source('../html/src/shared_FactoryProviders.dart');
1050 #source('../html/src/dartium_FactoryProviders.dart'); 1072 #source('../html/src/dartium_FactoryProviders.dart');
1051 #source('../html/src/Measurement.dart'); 1073 #source('../html/src/Measurement.dart');
1052 #source('../html/src/Device.dart'); 1074 #source('../html/src/Device.dart');
1053 #source('../html/src/_Testing.dart'); 1075 #source('../html/src/_Testing.dart');
1054 #source('../html/src/_DOMTypeBase.dart'); 1076 #source('../html/src/_DOMTypeBase.dart');
1055 #source('../dom/src/_ListIterators.dart'); 1077 #source('../dom/src/_ListIterators.dart');
1056 #source('../dom/src/_Lists.dart'); 1078 #source('../dom/src/_Lists.dart');
1057 1079
1058 _WindowImpl __window; 1080 _WindowImpl __window;
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1603 case "XPathEvaluator": return new _XPathEvaluatorImpl._wrap(domObject); 1625 case "XPathEvaluator": return new _XPathEvaluatorImpl._wrap(domObject);
1604 case "XPathException": return new _XPathExceptionImpl._wrap(domObject); 1626 case "XPathException": return new _XPathExceptionImpl._wrap(domObject);
1605 case "XPathExpression": return new _XPathExpressionImpl._wrap(domObject); 1627 case "XPathExpression": return new _XPathExpressionImpl._wrap(domObject);
1606 case "XPathNSResolver": return new _XPathNSResolverImpl._wrap(domObject); 1628 case "XPathNSResolver": return new _XPathNSResolverImpl._wrap(domObject);
1607 case "XPathResult": return new _XPathResultImpl._wrap(domObject); 1629 case "XPathResult": return new _XPathResultImpl._wrap(domObject);
1608 case "XSLTProcessor": return new _XSLTProcessorImpl._wrap(domObject); 1630 case "XSLTProcessor": return new _XSLTProcessorImpl._wrap(domObject);
1609 default: 1631 default:
1610 throw 'Unrecognized object $domObject. Name=${domObject.typeName}'; 1632 throw 'Unrecognized object $domObject. Name=${domObject.typeName}';
1611 } 1633 }
1612 } 1634 }
OLDNEW
« no previous file with comments | « client/html/generated/html/interface/XSLTProcessor.dart ('k') | client/html/html_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698