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

Side by Side Diff: sdk/lib/web_gl/dart2js/web_gl_dart2js.dart

Issue 15896022: Updating DOM metadata triage list for recent Blink changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 library dart.dom.web_gl; 1 library dart.dom.web_gl;
2 2
3 import 'dart:collection'; 3 import 'dart:collection';
4 import 'dart:_collection-dev'; 4 import 'dart:_collection-dev';
5 import 'dart:html'; 5 import 'dart:html';
6 import 'dart:html_common'; 6 import 'dart:html_common';
7 import 'dart:typed_data'; 7 import 'dart:typed_data';
8 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure ToJS; 8 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure ToJS;
9 import 'dart:_foreign_helper' show JS; 9 import 'dart:_foreign_helper' show JS;
10 import 'dart:_interceptors' show Interceptor; 10 import 'dart:_interceptors' show Interceptor;
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 @Experimental // experimental 755 @Experimental // experimental
756 class OesTextureFloat native "OESTextureFloat" { 756 class OesTextureFloat native "OESTextureFloat" {
757 } 757 }
758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
759 // for details. All rights reserved. Use of this source code is governed by a 759 // for details. All rights reserved. Use of this source code is governed by a
760 // BSD-style license that can be found in the LICENSE file. 760 // BSD-style license that can be found in the LICENSE file.
761 761
762 762
763 @DocsEditable 763 @DocsEditable
764 @DomName('OESTextureFloatLinear') 764 @DomName('OESTextureFloatLinear')
765 @Experimental // untriaged 765 // http://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/
766 @Experimental
766 class OesTextureFloatLinear native "OESTextureFloatLinear" { 767 class OesTextureFloatLinear native "OESTextureFloatLinear" {
767 } 768 }
768 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 769 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
769 // for details. All rights reserved. Use of this source code is governed by a 770 // for details. All rights reserved. Use of this source code is governed by a
770 // BSD-style license that can be found in the LICENSE file. 771 // BSD-style license that can be found in the LICENSE file.
771 772
772 773
773 @DocsEditable 774 @DocsEditable
774 @DomName('OESTextureHalfFloat') 775 @DomName('OESTextureHalfFloat')
775 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/ 776 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/
776 @Experimental // experimental 777 @Experimental // experimental
777 class OesTextureHalfFloat native "OESTextureHalfFloat" { 778 class OesTextureHalfFloat native "OESTextureHalfFloat" {
778 779
779 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES') 780 @DomName('OESTextureHalfFloat.HALF_FLOAT_OES')
780 @DocsEditable 781 @DocsEditable
781 @Experimental // untriaged
782 static const int HALF_FLOAT_OES = 0x8D61; 782 static const int HALF_FLOAT_OES = 0x8D61;
783 } 783 }
784 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 784 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
785 // for details. All rights reserved. Use of this source code is governed by a 785 // for details. All rights reserved. Use of this source code is governed by a
786 // BSD-style license that can be found in the LICENSE file. 786 // BSD-style license that can be found in the LICENSE file.
787 787
788 788
789 @DocsEditable 789 @DocsEditable
790 @DomName('OESTextureHalfFloatLinear') 790 @DomName('OESTextureHalfFloatLinear')
791 @Experimental // untriaged 791 // http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linea r/
792 @Experimental
792 class OesTextureHalfFloatLinear native "OESTextureHalfFloatLinear" { 793 class OesTextureHalfFloatLinear native "OESTextureHalfFloatLinear" {
793 } 794 }
794 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 795 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
795 // for details. All rights reserved. Use of this source code is governed by a 796 // for details. All rights reserved. Use of this source code is governed by a
796 // BSD-style license that can be found in the LICENSE file. 797 // BSD-style license that can be found in the LICENSE file.
797 798
798 799
799 @DocsEditable 800 @DocsEditable
800 @DomName('OESVertexArrayObject') 801 @DomName('OESVertexArrayObject')
801 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 802 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
(...skipping 1932 matching lines...) Expand 10 before | Expand all | Expand 10 after
2734 // for details. All rights reserved. Use of this source code is governed by a 2735 // for details. All rights reserved. Use of this source code is governed by a
2735 // BSD-style license that can be found in the LICENSE file. 2736 // BSD-style license that can be found in the LICENSE file.
2736 2737
2737 2738
2738 @DocsEditable 2739 @DocsEditable
2739 @DomName('WebGLVertexArrayObjectOES') 2740 @DomName('WebGLVertexArrayObjectOES')
2740 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 2741 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
2741 @Experimental // experimental 2742 @Experimental // experimental
2742 class VertexArrayObject native "WebGLVertexArrayObjectOES" { 2743 class VertexArrayObject native "WebGLVertexArrayObjectOES" {
2743 } 2744 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698