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

Issue 12077039: Adding supported checks for WebGL (Closed)

Created:
7 years, 10 months ago by blois
Modified:
7 years, 10 months ago
Reviewers:
Anton Muhin, sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Adding supported checks for WebGL Also fixed the getContext method to have the proper signature (bug 4883). Also adding an easy accessor for context3d. Not sure if additional Dartium changes will be needed, Anton? BUG= Committed: https://code.google.com/p/dart/source/detail?r=17860

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -23 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 3 chunks +43 lines, -2 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 3 chunks +28 lines, -2 lines 0 comments Download
M tests/html/html.status View 1 5 chunks +6 lines, -1 line 0 comments Download
M tests/html/webgl_1_test.dart View 1 1 chunk +49 lines, -13 lines 0 comments Download
M tools/dom/idl/dart/dart.idl View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tools/dom/scripts/generator.py View 1 2 chunks +7 lines, -0 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 2 chunks +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate View 1 chunk +21 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
blois
7 years, 10 months ago (2013-01-29 01:42:09 UTC) #1
sra1
lgtm for the JS side. https://codereview.chromium.org/12077039/diff/1/tools/dom/idl/dart/dart.idl File tools/dom/idl/dart/dart.idl (right): https://codereview.chromium.org/12077039/diff/1/tools/dom/idl/dart/dart.idl#newcode49 tools/dom/idl/dart/dart.idl:49: [Custom] CanvasRenderingContext getContext([Optional=DefaultIsUndefined] in ...
7 years, 10 months ago (2013-01-29 02:17:34 UTC) #2
Anton Muhin
Dartium ignores dictionary passed as of now, but that should be fix. Please, after you ...
7 years, 10 months ago (2013-01-29 12:05:59 UTC) #3
blois
https://codereview.chromium.org/12077039/diff/1/tests/html/html.status File tests/html/html.status (right): https://codereview.chromium.org/12077039/diff/1/tests/html/html.status#newcode26 tests/html/html.status:26: webgl_1_test: Fail # Does not work on DRT On ...
7 years, 10 months ago (2013-01-29 21:50:08 UTC) #4
Anton Muhin
7 years, 10 months ago (2013-01-30 12:23:02 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698