зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
3b4119db0d
Коммит
d206ed0834
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче