Bug 30280

Summary: WebGL allows use of CanvasObjects on multiple contexts
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: cmarrin, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Oliver Hunt 2009-10-10 15:12:38 PDT
if i create two contexts, and bind programs to each of them, then it becomes possible for me to use CanvasObjects from each of them on the other.

This is not any kind of security or whatever problem -- the issue would appear that it is simply the underlying GL identifier being passed unchecked to the context which just ends up referencing that contexts equivalent resource.
Comment 1 Chris Marrin 2009-11-05 10:23:48 PST

*** This bug has been marked as a duplicate of bug 30981 ***