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

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

Issue 8769030: Fix WebGL operations for dartc and frog. (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/dom/frog/frog_dom.dart ('k') | 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 7545 matching lines...) Expand 10 before | Expand all | Expand 10 after
7556 'getError', 7556 'getError',
7557 'getExtension', 7557 'getExtension',
7558 'getFramebufferAttachmentParameter', 7558 'getFramebufferAttachmentParameter',
7559 'getParameter', 7559 'getParameter',
7560 'getProgramInfoLog', 7560 'getProgramInfoLog',
7561 'getProgramParameter', 7561 'getProgramParameter',
7562 'getRenderbufferParameter', 7562 'getRenderbufferParameter',
7563 'getShaderInfoLog', 7563 'getShaderInfoLog',
7564 'getShaderParameter', 7564 'getShaderParameter',
7565 'getShaderSource', 7565 'getShaderSource',
7566 'getSupportedExtensions',
7567 'getTexParameter', 7566 'getTexParameter',
7568 'getUniform', 7567 'getUniform',
7569 'getUniformLocation', 7568 'getUniformLocation',
7570 'getVertexAttrib', 7569 'getVertexAttrib',
7571 'getVertexAttribOffset', 7570 'getVertexAttribOffset',
7572 'hint', 7571 'hint',
7573 'isBuffer', 7572 'isBuffer',
7574 'isContextLost', 7573 'isContextLost',
7575 'isEnabled', 7574 'isEnabled',
7576 'isFramebuffer', 7575 'isFramebuffer',
(...skipping 2582 matching lines...) Expand 10 before | Expand all | Expand 10 after
10159 function native__NativeDomGlobalProperties_getWindow() { 10158 function native__NativeDomGlobalProperties_getWindow() {
10160 // TODO: Should the window be obtained from an isolate? 10159 // TODO: Should the window be obtained from an isolate?
10161 return window; 10160 return window;
10162 } 10161 }
10163 10162
10164 // Declared in src/GlobalProperties.dart 10163 // Declared in src/GlobalProperties.dart
10165 function native__NativeDomGlobalProperties_getDocument() { 10164 function native__NativeDomGlobalProperties_getDocument() {
10166 // TODO: Should the window be obtained from an isolate? 10165 // TODO: Should the window be obtained from an isolate?
10167 return window.document; 10166 return window.document;
10168 } 10167 }
OLDNEW
« no previous file with comments | « client/dom/frog/frog_dom.dart ('k') | client/dom/generated/monkey_dom_externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698