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

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

Issue 8659025: Fixes to the html library matching vsm's changes to the generated code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | « client/html/generated/src/interface/Point.dart ('k') | client/html/htmlimpl.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 // 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 #source('generated/src/interface/WebGLUniformLocation.dart'); 247 #source('generated/src/interface/WebGLUniformLocation.dart');
248 #source('generated/src/interface/WebGLVertexArrayObjectOES.dart'); 248 #source('generated/src/interface/WebGLVertexArrayObjectOES.dart');
249 #source('generated/src/interface/XMLHttpRequestException.dart'); 249 #source('generated/src/interface/XMLHttpRequestException.dart');
250 250
251 #source('src/AbstractWorker.dart'); 251 #source('src/AbstractWorker.dart');
252 #source('src/AnimationEvent.dart'); 252 #source('src/AnimationEvent.dart');
253 #source('src/BeforeLoadEvent.dart'); 253 #source('src/BeforeLoadEvent.dart');
254 #source('src/BodyElement.dart'); 254 #source('src/BodyElement.dart');
255 #source('src/CloseEvent.dart'); 255 #source('src/CloseEvent.dart');
256 #source('src/CompositionEvent.dart'); 256 #source('src/CompositionEvent.dart');
257 #source('src/CssClassSet.dart');
258 #source('src/CSSStyleDeclaration.dart'); 257 #source('src/CSSStyleDeclaration.dart');
259 #source('src/CustomEvent.dart'); 258 #source('src/CustomEvent.dart');
260 #source('src/DeviceMotionEvent.dart'); 259 #source('src/DeviceMotionEvent.dart');
261 #source('src/DeviceOrientationEvent.dart'); 260 #source('src/DeviceOrientationEvent.dart');
262 #source('src/Document.dart'); 261 #source('src/Document.dart');
263 #source('src/DocumentFragment.dart'); 262 #source('src/DocumentFragment.dart');
264 #source('src/DOMApplicationCache.dart'); 263 #source('src/DOMApplicationCache.dart');
265 #source('src/Element.dart'); 264 #source('src/Element.dart');
266 #source('src/ErrorEvent.dart'); 265 #source('src/ErrorEvent.dart');
267 #source('src/Event.dart'); 266 #source('src/Event.dart');
(...skipping 23 matching lines...) Expand all
291 #source('src/TouchEvent.dart'); 290 #source('src/TouchEvent.dart');
292 #source('src/TransitionEvent.dart'); 291 #source('src/TransitionEvent.dart');
293 #source('src/UIEvent.dart'); 292 #source('src/UIEvent.dart');
294 #source('src/WebSocket.dart'); 293 #source('src/WebSocket.dart');
295 #source('src/WheelEvent.dart'); 294 #source('src/WheelEvent.dart');
296 #source('src/Window.dart'); 295 #source('src/Window.dart');
297 #source('src/Worker.dart'); 296 #source('src/Worker.dart');
298 #source('src/XMLHttpRequest.dart'); 297 #source('src/XMLHttpRequest.dart');
299 #source('src/XMLHttpRequestProgressEvent.dart'); 298 #source('src/XMLHttpRequestProgressEvent.dart');
300 #source('src/XMLHttpRequestUpload.dart'); 299 #source('src/XMLHttpRequestUpload.dart');
OLDNEW
« no previous file with comments | « client/html/generated/src/interface/Point.dart ('k') | client/html/htmlimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698