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

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

Issue 9478021: Add some sweet XML classes. (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
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // DO NOT EDIT 5 // DO NOT EDIT
6 // Auto-generated Dart HTML library. 6 // Auto-generated Dart HTML library.
7 7
8 #library('html'); 8 #library('html');
9 9
10 #import('dart:dom', prefix:'dom'); 10 #import('dart:dom', prefix:'dom');
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 #source('src/TouchEvent.dart'); 468 #source('src/TouchEvent.dart');
469 #source('src/TransitionEvent.dart'); 469 #source('src/TransitionEvent.dart');
470 #source('src/UIEvent.dart'); 470 #source('src/UIEvent.dart');
471 #source('src/Uint16Array.dart'); 471 #source('src/Uint16Array.dart');
472 #source('src/Uint32Array.dart'); 472 #source('src/Uint32Array.dart');
473 #source('src/Uint8Array.dart'); 473 #source('src/Uint8Array.dart');
474 #source('src/WebSocket.dart'); 474 #source('src/WebSocket.dart');
475 #source('src/WheelEvent.dart'); 475 #source('src/WheelEvent.dart');
476 #source('src/Window.dart'); 476 #source('src/Window.dart');
477 #source('src/Worker.dart'); 477 #source('src/Worker.dart');
478 #source('src/XMLDocument.dart');
479 #source('src/XMLElement.dart');
478 #source('src/XMLHttpRequest.dart'); 480 #source('src/XMLHttpRequest.dart');
479 #source('src/XMLHttpRequestProgressEvent.dart'); 481 #source('src/XMLHttpRequestProgressEvent.dart');
480 #source('src/XMLHttpRequestUpload.dart'); 482 #source('src/XMLHttpRequestUpload.dart');
OLDNEW
« no previous file with comments | « client/html/generated/src/wrapping/_HtmlWrappingImplementation.dart ('k') | client/html/htmlimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698