Bug 638328 - remove (most of) WebGL quickstubbing blacklist - r=peterv

Most functions can now be auto-quicktubbed. Only those returning a jsval can't.
This commit is contained in:
Benoit Jacob 2011-10-13 08:09:22 -04:00
Родитель 3b4119db0d
Коммит d206ed0834
1 изменённых файлов: 1 добавлений и 12 удалений

Просмотреть файл

@ -432,18 +432,7 @@ members = [
# webgl
'nsIDOMWebGLRenderingContext.*',
# These all use GetCurrentNativeCallContext and should be
# custom-quickstubbed.
'-nsIDOMWebGLRenderingContext.getActiveAttrib',
'-nsIDOMWebGLRenderingContext.getActiveUniform',
'-nsIDOMWebGLRenderingContext.getParameter',
'-nsIDOMWebGLRenderingContext.getBufferParameter',
'-nsIDOMWebGLRenderingContext.getFramebufferAttachmentParameter',
'-nsIDOMWebGLRenderingContext.getRenderbufferParameter',
'-nsIDOMWebGLRenderingContext.getProgramParameter',
'-nsIDOMWebGLRenderingContext.getUniform',
'-nsIDOMWebGLRenderingContext.getVertexAttrib',
'-nsIDOMWebGLRenderingContext.getShaderParameter',
# getContextAttributes is directly manipulating its return value
'-nsIDOMWebGLRenderingContext.getContextAttributes',
# Audio