b=520920, update WebGL arrays to support views, r=vlad

This commit is contained in:
Mark Steele
2009-10-29 23:01:06 -07:00
parent 30871f519f
commit 8a49c0aa1b
9 changed files with 1509 additions and 197 deletions

View File

@@ -1077,6 +1077,11 @@ static const nsModuleComponentInfo gComponents[] = {
NS_CANVASRENDERINGCONTEXTWEBGL_CID,
"@mozilla.org/content/canvas-rendering-context;1?id=moz-webgl",
CreateCanvasRenderingContextWebGL },
{ "Canvas WebGL Rendering Context",
NS_CANVASRENDERINGCONTEXTWEBGL_CID,
"@mozilla.org/content/canvas-rendering-context;1?id=experimental-webgl",
CreateCanvasRenderingContextWebGL },
{ "XML document encoder",
NS_TEXT_ENCODER_CID,