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

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

Issue 10253002: Nuke CanvasPixelArray as it is dropped from WebKit as well. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/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 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 // WARNING: Do not edit - generated code. 972 // WARNING: Do not edit - generated code.
973 973
974 interface CanvasPattern { 974 interface CanvasPattern {
975 } 975 }
976 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 976 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
977 // for details. All rights reserved. Use of this source code is governed by a 977 // for details. All rights reserved. Use of this source code is governed by a
978 // BSD-style license that can be found in the LICENSE file. 978 // BSD-style license that can be found in the LICENSE file.
979 979
980 // WARNING: Do not edit - generated code. 980 // WARNING: Do not edit - generated code.
981 981
982 interface CanvasPixelArray extends List<int> {
983
984 final int length;
985 }
986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
987 // for details. All rights reserved. Use of this source code is governed by a
988 // BSD-style license that can be found in the LICENSE file.
989
990 // WARNING: Do not edit - generated code.
991
992 interface CanvasRenderingContext { 982 interface CanvasRenderingContext {
993 983
994 final HTMLCanvasElement canvas; 984 final HTMLCanvasElement canvas;
995 } 985 }
996 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
997 // for details. All rights reserved. Use of this source code is governed by a 987 // for details. All rights reserved. Use of this source code is governed by a
998 // BSD-style license that can be found in the LICENSE file. 988 // BSD-style license that can be found in the LICENSE file.
999 989
1000 // WARNING: Do not edit - generated code. 990 // WARNING: Do not edit - generated code.
1001 991
(...skipping 11945 matching lines...) Expand 10 before | Expand all | Expand 10 after
12947 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12937 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12948 // for details. All rights reserved. Use of this source code is governed by a 12938 // for details. All rights reserved. Use of this source code is governed by a
12949 // BSD-style license that can be found in the LICENSE file. 12939 // BSD-style license that can be found in the LICENSE file.
12950 12940
12951 Window get window() => _dummy(); 12941 Window get window() => _dummy();
12952 12942
12953 // TODO(vsm): Remove when prefixes are supported. 12943 // TODO(vsm): Remove when prefixes are supported.
12954 Window get dom_window() => _dummy(); 12944 Window get dom_window() => _dummy();
12955 12945
12956 Document get document() => _dummy(); 12946 Document get document() => _dummy();
OLDNEW
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698