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

Unified Diff: tools/dom/scripts/generator.py

Issue 2152393002: Update test status for webgl extension tests, fix one typo in extension name (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index fc74f05d384c4c224a8c6be16e3b5f87c30f2ee6..9e15a96b391ed71d65fdb57fe913a9cfa810402c 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -332,7 +332,7 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
'ANGLEInstancedArrays': 'ANGLEInstancedArrays,ANGLE_instanced_arrays',
'EXTsRGB': 'EXTsRGB,EXT_sRGB',
- 'EXTBlendMinMax': 'EXTBlendMinMax,EXT_blend_min_max',
+ 'EXTBlendMinMax': 'EXTBlendMinMax,EXT_blend_minmax',
'EXTFragDepth': 'EXTFragDepth,EXT_frag_depth',
'EXTShaderTextureLOD': 'EXTShaderTextureLOD,EXT_shader_texture_lod',
'EXTTextureFilterAnisotropic':
@@ -731,7 +731,7 @@ class OperationInfo(object):
# Events fired need use a JSFunction not a anonymous closure to
# insure the event can really be removed.
parameters.append('js.allowInterop(%s)' % p.name)
-# These commented out cases don't actually generate any code.
+# These commented out cases don't actually generate any code.
# elif dart_js_interop and type_id == 'FontFaceSetForEachCallback':
# forEach is supported in the DOM for FontFaceSet as it iterates
# over the Javascript Object the callback parameters are also
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698