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

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

Issue 9428050: Automatically generate most constructors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add test Created 8 years, 10 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/dom_dummy.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 DOM library with no implementation. 6 // Auto-generated Dart DOM library with no implementation.
7 7
8 #library("dom"); 8 #library("dom");
9 #source('generated/src/dummy/RegularFactoryProviders.dart');
9 #source('generated/src/interface/AbstractWorker.dart'); 10 #source('generated/src/interface/AbstractWorker.dart');
10 #source('generated/src/interface/ArrayBuffer.dart'); 11 #source('generated/src/interface/ArrayBuffer.dart');
11 #source('generated/src/interface/ArrayBufferView.dart'); 12 #source('generated/src/interface/ArrayBufferView.dart');
12 #source('generated/src/interface/Attr.dart'); 13 #source('generated/src/interface/Attr.dart');
13 #source('generated/src/interface/AudioBuffer.dart'); 14 #source('generated/src/interface/AudioBuffer.dart');
14 #source('generated/src/interface/AudioBufferCallback.dart'); 15 #source('generated/src/interface/AudioBufferCallback.dart');
15 #source('generated/src/interface/AudioBufferSourceNode.dart'); 16 #source('generated/src/interface/AudioBufferSourceNode.dart');
16 #source('generated/src/interface/AudioChannelMerger.dart'); 17 #source('generated/src/interface/AudioChannelMerger.dart');
17 #source('generated/src/interface/AudioChannelSplitter.dart'); 18 #source('generated/src/interface/AudioChannelSplitter.dart');
18 #source('generated/src/interface/AudioContext.dart'); 19 #source('generated/src/interface/AudioContext.dart');
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 539
539 540
540 #source('src/DOMType.dart'); 541 #source('src/DOMType.dart');
541 #source('src/EventListener.dart'); 542 #source('src/EventListener.dart');
542 #source('src/KeyLocation.dart'); 543 #source('src/KeyLocation.dart');
543 #source('src/KeyName.dart'); 544 #source('src/KeyName.dart');
544 #source('src/ReadyState.dart'); 545 #source('src/ReadyState.dart');
545 #source('src/TimeoutHandler.dart'); 546 #source('src/TimeoutHandler.dart');
546 #source('src/dummy_FactoryProviders.dart'); 547 #source('src/dummy_FactoryProviders.dart');
547 #source('src/dummy_GlobalProperties.dart'); 548 #source('src/dummy_GlobalProperties.dart');
OLDNEW
« no previous file with comments | « no previous file | client/dom/dom_dummy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698