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

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

Issue 8344019: Remove createXMLHttpRequest and other 'factory' constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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 | client/dom/generated/monkey_dom_externs.js » ('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 DOM implementation. 6 // Auto-generated Dart DOM implementation.
7 7
8 function DOM$EnsureDartNull(value) { 8 function DOM$EnsureDartNull(value) {
9 return value === null ? (void 0) : value; 9 return value === null ? (void 0) : value;
10 } 10 }
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'addEventListener', 943 'addEventListener',
944 'alert', 944 'alert',
945 'atob', 945 'atob',
946 'blur', 946 'blur',
947 'btoa', 947 'btoa',
948 'captureEvents', 948 'captureEvents',
949 'clearInterval', 949 'clearInterval',
950 'clearTimeout', 950 'clearTimeout',
951 'close', 951 'close',
952 'confirm', 952 'confirm',
953 'createFileReader',
954 'createWebKitCSSMatrix',
955 'createWebKitPoint',
956 'createXMLHttpRequest',
957 'dispatchEvent', 953 'dispatchEvent',
958 'find', 954 'find',
959 'focus', 955 'focus',
960 'getComputedStyle', 956 'getComputedStyle',
961 'getSelection', 957 'getSelection',
962 'matchMedia', 958 'matchMedia',
963 'moveBy', 959 'moveBy',
964 'moveTo', 960 'moveTo',
965 'open', 961 'open',
966 'postMessage', 962 'postMessage',
(...skipping 6176 matching lines...) Expand 10 before | Expand all | Expand 10 after
7143 function native__NativeDomGlobalProperties_getWindow() { 7139 function native__NativeDomGlobalProperties_getWindow() {
7144 // TODO: Should the window be obtained from an isolate? 7140 // TODO: Should the window be obtained from an isolate?
7145 return window; 7141 return window;
7146 } 7142 }
7147 7143
7148 // Declared in src/GlobalProperties.dart 7144 // Declared in src/GlobalProperties.dart
7149 function native__NativeDomGlobalProperties_getDocument() { 7145 function native__NativeDomGlobalProperties_getDocument() {
7150 // TODO: Should the window be obtained from an isolate? 7146 // TODO: Should the window be obtained from an isolate?
7151 return window.document; 7147 return window.document;
7152 } 7148 }
OLDNEW
« no previous file with comments | « no previous file | client/dom/generated/monkey_dom_externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698