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

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

Issue 10826023: Change #library("dom") to #library("dart:dom_deprecated") . (Closed) Base URL: http://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
OLDNEW
1 #library('dom'); 1 #library('dart:dom_deprecated');
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
11 11
(...skipping 13034 matching lines...) Expand 10 before | Expand all | Expand 10 after
13046 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 13046 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
13047 // for details. All rights reserved. Use of this source code is governed by a 13047 // for details. All rights reserved. Use of this source code is governed by a
13048 // BSD-style license that can be found in the LICENSE file. 13048 // BSD-style license that can be found in the LICENSE file.
13049 13049
13050 Window get window() => _dummy(); 13050 Window get window() => _dummy();
13051 13051
13052 // TODO(vsm): Remove when prefixes are supported. 13052 // TODO(vsm): Remove when prefixes are supported.
13053 Window get dom_window() => _dummy(); 13053 Window get dom_window() => _dummy();
13054 13054
13055 Document get document() => _dummy(); 13055 Document get document() => _dummy();
OLDNEW
« no previous file with comments | « lib/dom/dart2js/dom_dart2js.dart ('k') | lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698