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

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

Issue 10779024: Revert "Handle all registered types, not just 'Primitive' ones." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 5994 matching lines...) Expand 10 before | Expand all | Expand 10 after
6005 final int y; 6005 final int y;
6006 6006
6007 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey , bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge t); 6007 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey , bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge t);
6008 } 6008 }
6009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6010 // for details. All rights reserved. Use of this source code is governed by a 6010 // for details. All rights reserved. Use of this source code is governed by a
6011 // BSD-style license that can be found in the LICENSE file. 6011 // BSD-style license that can be found in the LICENSE file.
6012 6012
6013 // WARNING: Do not edit - generated code. 6013 // WARNING: Do not edit - generated code.
6014 6014
6015 typedef bool MutationCallback(List<MutationRecord> mutations, WebKitMutationObse rver observer); 6015 interface MutationCallback {
6016 }
6016 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6017 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6017 // for details. All rights reserved. Use of this source code is governed by a 6018 // for details. All rights reserved. Use of this source code is governed by a
6018 // BSD-style license that can be found in the LICENSE file. 6019 // BSD-style license that can be found in the LICENSE file.
6019 6020
6020 // WARNING: Do not edit - generated code. 6021 // WARNING: Do not edit - generated code.
6021 6022
6022 interface MutationEvent extends Event { 6023 interface MutationEvent extends Event {
6023 6024
6024 static final int ADDITION = 2; 6025 static final int ADDITION = 2;
6025 6026
(...skipping 6933 matching lines...) Expand 10 before | Expand all | Expand 10 after
12959 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12960 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12960 // for details. All rights reserved. Use of this source code is governed by a 12961 // for details. All rights reserved. Use of this source code is governed by a
12961 // BSD-style license that can be found in the LICENSE file. 12962 // BSD-style license that can be found in the LICENSE file.
12962 12963
12963 Window get window() => _dummy(); 12964 Window get window() => _dummy();
12964 12965
12965 // TODO(vsm): Remove when prefixes are supported. 12966 // TODO(vsm): Remove when prefixes are supported.
12966 Window get dom_window() => _dummy(); 12967 Window get dom_window() => _dummy();
12967 12968
12968 Document get document() => _dummy(); 12969 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