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

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

Issue 9701057: Rerun generator and copy html to release. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 #library('dom'); 1 #library('dom');
2 2
3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 4 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 5 // BSD-style license that can be found in the LICENSE file.
6 6
7 // DO NOT EDIT 7 // DO NOT EDIT
8 // Auto-generated Dart DOM library with no implementation. 8 // Auto-generated Dart DOM library with no implementation.
9 9
10 10
(...skipping 9435 matching lines...) Expand 10 before | Expand all | Expand 10 after
9446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9447 // for details. All rights reserved. Use of this source code is governed by a 9447 // for details. All rights reserved. Use of this source code is governed by a
9448 // BSD-style license that can be found in the LICENSE file. 9448 // BSD-style license that can be found in the LICENSE file.
9449 9449
9450 // WARNING: Do not edit - generated code. 9450 // WARNING: Do not edit - generated code.
9451 9451
9452 interface SpeechGrammar default _SpeechGrammarFactoryProvider { 9452 interface SpeechGrammar default _SpeechGrammarFactoryProvider {
9453 9453
9454 SpeechGrammar(); 9454 SpeechGrammar();
9455 9455
9456 String src;
9457
9456 num weight; 9458 num weight;
9457 } 9459 }
9458 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9460 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9459 // for details. All rights reserved. Use of this source code is governed by a 9461 // for details. All rights reserved. Use of this source code is governed by a
9460 // BSD-style license that can be found in the LICENSE file. 9462 // BSD-style license that can be found in the LICENSE file.
9461 9463
9462 // WARNING: Do not edit - generated code. 9464 // WARNING: Do not edit - generated code.
9463 9465
9464 interface SpeechGrammarList default _SpeechGrammarListFactoryProvider { 9466 interface SpeechGrammarList default _SpeechGrammarListFactoryProvider {
9465 9467
(...skipping 3102 matching lines...) Expand 10 before | Expand all | Expand 10 after
12568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12570 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12569 // for details. All rights reserved. Use of this source code is governed by a 12571 // for details. All rights reserved. Use of this source code is governed by a
12570 // BSD-style license that can be found in the LICENSE file. 12572 // BSD-style license that can be found in the LICENSE file.
12571 12573
12572 Window get window() => _dummy(); 12574 Window get window() => _dummy();
12573 12575
12574 // TODO(vsm): Remove when prefixes are supported. 12576 // TODO(vsm): Remove when prefixes are supported.
12575 Window get dom_window() => _dummy(); 12577 Window get dom_window() => _dummy();
12576 12578
12577 Document get document() => _dummy(); 12579 Document get document() => _dummy();
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