Bug 38139

Summary: Update WebGL is* entry points to new spec
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: cmarrin, enne, oliver, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Kenneth Russell 2010-04-26 14:06:19 PDT
The types of the arguments passed to the isBuffer, isTexture, etc. entry points in WebGLRenderingContext were recently changed per discussion on the public_webgl mailing list. The WebKit implementation needs to be updated to track these changes.
Comment 1 Zhenyao Mo 2010-09-15 11:02:41 PDT
I am confused by this bug.  I compare the WebGLRenderingContext and WebGL spec.  They look the same to me.  What else do we need to do?
Comment 2 Kenneth Russell 2010-09-15 11:07:48 PDT
(In reply to comment #1)
> I am confused by this bug.  I compare the WebGLRenderingContext and WebGL spec.  They look the same to me.  What else do we need to do?

I guess that the original IDL for WebGLRenderingContext had these entry points strongly typed (i.e., isTexture(WebGLTexture) rather than isTexture(WebGLObject)). Given that, there is no work to be done.
Comment 3 Zhenyao Mo 2010-09-15 11:15:14 PDT
OK, let's close it then.