Bug 30280 - WebGL allows use of CanvasObjects on multiple contexts
Summary: WebGL allows use of CanvasObjects on multiple contexts
Status: RESOLVED DUPLICATE of bug 30981
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-10 15:12 PDT by Oliver Hunt
Modified: 2009-11-06 16:55 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***