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

Side by Side Diff: client/dom/generated/wrapping_dom_externs.js

Issue 8595020: Cleanup old code and refresh on IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 /** 7 /**
8 * @fileoverview Dart externs for DOM runtime. 8 * @fileoverview Dart externs for DOM runtime.
9 * @externs 9 * @externs
10 */ 10 */
(...skipping 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1439 dom_externs.withCredentials; // attribute XMLHttpRequest.withCredenti als 1439 dom_externs.withCredentials; // attribute XMLHttpRequest.withCredenti als
1440 dom_externs.wrap; // attribute HTMLPreElement.wrap, attrib ute HTMLTextAreaElement.wrap 1440 dom_externs.wrap; // attribute HTMLPreElement.wrap, attrib ute HTMLTextAreaElement.wrap
1441 dom_externs.write; // operation FileWriter.write, operation FileWriterSync.write, operation HTMLDocument.write 1441 dom_externs.write; // operation FileWriter.write, operation FileWriterSync.write, operation HTMLDocument.write
1442 dom_externs.writeln; // operation HTMLDocument.writeln 1442 dom_externs.writeln; // operation HTMLDocument.writeln
1443 dom_externs.x; // attribute HTMLImageElement.x, attribu te MouseEvent.x, attribute WebKitPoint.x, attribute WheelEvent.x 1443 dom_externs.x; // attribute HTMLImageElement.x, attribu te MouseEvent.x, attribute WebKitPoint.x, attribute WheelEvent.x
1444 dom_externs.xmlEncoding; // attribute Document.xmlEncoding 1444 dom_externs.xmlEncoding; // attribute Document.xmlEncoding
1445 dom_externs.xmlStandalone; // attribute Document.xmlStandalone 1445 dom_externs.xmlStandalone; // attribute Document.xmlStandalone
1446 dom_externs.xmlVersion; // attribute Document.xmlVersion 1446 dom_externs.xmlVersion; // attribute Document.xmlVersion
1447 dom_externs.y; // attribute HTMLImageElement.y, attribu te MouseEvent.y, attribute WebKitPoint.y, attribute WheelEvent.y 1447 dom_externs.y; // attribute HTMLImageElement.y, attribu te MouseEvent.y, attribute WebKitPoint.y, attribute WheelEvent.y
1448 1448
1449 // Externs referenced in custom attributes or custom operations.
1450 dom_externs.prototype.createXMLHttpRequest;
1451 dom_externs.prototype.createWebKitCSSMatrix;
1452 dom_externs.prototype.createWebKitPoint;
1453 dom_externs.prototype.createFileReader;
1454 dom_externs.prototype.setFillStyle;
1455 dom_externs.prototype.setStrokeStyle;
1456 1449
1457 } 1450 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698