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

Side by Side Diff: lib/dom/dart2js/dom_dart2js.dart

Issue 10824326: Enable (HTML)DataListElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | lib/dom/dom.dart » ('j') | lib/dom/dom.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #library('dart:dom_deprecated'); 1 #library('dart:dom_deprecated');
2 2
3 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 3 // Copyright (c) 2011, 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. 8 // Auto-generated Dart DOM library.
9 9
10 10
(...skipping 2907 matching lines...) Expand 10 before | Expand all | Expand 10 after
2918 class _HTMLContentElementJs extends _HTMLElementJs implements HTMLContentElement native "*HTMLContentElement" { 2918 class _HTMLContentElementJs extends _HTMLElementJs implements HTMLContentElement native "*HTMLContentElement" {
2919 2919
2920 String select; 2920 String select;
2921 } 2921 }
2922 2922
2923 class _HTMLDListElementJs extends _HTMLElementJs implements HTMLDListElement nat ive "*HTMLDListElement" { 2923 class _HTMLDListElementJs extends _HTMLElementJs implements HTMLDListElement nat ive "*HTMLDListElement" {
2924 2924
2925 bool compact; 2925 bool compact;
2926 } 2926 }
2927 2927
2928 class _HTMLDataListElementJs extends _HTMLElementJs implements HTMLDataListEleme nt native "*HTMLDataListElement" {
2929
2930 final _HTMLCollectionJs options;
2931 }
2932
2928 class _HTMLDetailsElementJs extends _HTMLElementJs implements HTMLDetailsElement native "*HTMLDetailsElement" { 2933 class _HTMLDetailsElementJs extends _HTMLElementJs implements HTMLDetailsElement native "*HTMLDetailsElement" {
2929 2934
2930 bool open; 2935 bool open;
2931 } 2936 }
2932 2937
2933 class _HTMLDirectoryElementJs extends _HTMLElementJs implements HTMLDirectoryEle ment native "*HTMLDirectoryElement" { 2938 class _HTMLDirectoryElementJs extends _HTMLElementJs implements HTMLDirectoryEle ment native "*HTMLDirectoryElement" {
2934 2939
2935 bool compact; 2940 bool compact;
2936 } 2941 }
2937 2942
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
3301 String formTarget; 3306 String formTarget;
3302 3307
3303 int height; 3308 int height;
3304 3309
3305 bool incremental; 3310 bool incremental;
3306 3311
3307 bool indeterminate; 3312 bool indeterminate;
3308 3313
3309 final _NodeListJs labels; 3314 final _NodeListJs labels;
3310 3315
3316 final _HTMLElementJs list;
3317
3311 String max; 3318 String max;
3312 3319
3313 int maxLength; 3320 int maxLength;
3314 3321
3315 String min; 3322 String min;
3316 3323
3317 bool multiple; 3324 bool multiple;
3318 3325
3319 String name; 3326 String name;
3320 3327
(...skipping 12246 matching lines...) Expand 10 before | Expand all | Expand 10 after
15567 interface HTMLDListElement extends HTMLElement { 15574 interface HTMLDListElement extends HTMLElement {
15568 15575
15569 bool compact; 15576 bool compact;
15570 } 15577 }
15571 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 15578 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
15572 // for details. All rights reserved. Use of this source code is governed by a 15579 // for details. All rights reserved. Use of this source code is governed by a
15573 // BSD-style license that can be found in the LICENSE file. 15580 // BSD-style license that can be found in the LICENSE file.
15574 15581
15575 // WARNING: Do not edit - generated code. 15582 // WARNING: Do not edit - generated code.
15576 15583
15584 interface HTMLDataListElement extends HTMLElement {
15585
15586 final HTMLCollection options;
15587 }
15588 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
15589 // for details. All rights reserved. Use of this source code is governed by a
15590 // BSD-style license that can be found in the LICENSE file.
15591
15592 // WARNING: Do not edit - generated code.
15593
15577 interface HTMLDetailsElement extends HTMLElement { 15594 interface HTMLDetailsElement extends HTMLElement {
15578 15595
15579 bool open; 15596 bool open;
15580 } 15597 }
15581 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 15598 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
15582 // for details. All rights reserved. Use of this source code is governed by a 15599 // for details. All rights reserved. Use of this source code is governed by a
15583 // BSD-style license that can be found in the LICENSE file. 15600 // BSD-style license that can be found in the LICENSE file.
15584 15601
15585 // WARNING: Do not edit - generated code. 15602 // WARNING: Do not edit - generated code.
15586 15603
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
16027 String formTarget; 16044 String formTarget;
16028 16045
16029 int height; 16046 int height;
16030 16047
16031 bool incremental; 16048 bool incremental;
16032 16049
16033 bool indeterminate; 16050 bool indeterminate;
16034 16051
16035 final NodeList labels; 16052 final NodeList labels;
16036 16053
16054 final HTMLElement list;
16055
16037 String max; 16056 String max;
16038 16057
16039 int maxLength; 16058 int maxLength;
16040 16059
16041 String min; 16060 String min;
16042 16061
16043 bool multiple; 16062 bool multiple;
16044 16063
16045 String name; 16064 String name;
16046 16065
(...skipping 9413 matching lines...) Expand 10 before | Expand all | Expand 10 after
25460 if (length < 0) throw new IllegalArgumentException('length'); 25479 if (length < 0) throw new IllegalArgumentException('length');
25461 if (start < 0) throw new IndexOutOfRangeException(start); 25480 if (start < 0) throw new IndexOutOfRangeException(start);
25462 int end = start + length; 25481 int end = start + length;
25463 if (end > a.length) throw new IndexOutOfRangeException(end); 25482 if (end > a.length) throw new IndexOutOfRangeException(end);
25464 for (int i = start; i < end; i++) { 25483 for (int i = start; i < end; i++) {
25465 accumulator.add(a[i]); 25484 accumulator.add(a[i]);
25466 } 25485 }
25467 return accumulator; 25486 return accumulator;
25468 } 25487 }
25469 } 25488 }
OLDNEW
« no previous file with comments | « no previous file | lib/dom/dom.dart » ('j') | lib/dom/dom.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698