[Webkit-unassigned] [Bug 104119] New: Web Inspector: [WebGL] prevent GC from collecting WebGLObject instances currently bound to the context state
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 5 07:13:10 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104119
Summary: Web Inspector: [WebGL] prevent GC from collecting
WebGLObject instances currently bound to the context
state
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aandrey at chromium.org
CC: keishi at webkit.org, pmuellr at yahoo.com,
pfeldman at chromium.org, yurys at chromium.org,
apavlov at chromium.org, loislo at chromium.org,
vsevik at chromium.org,
web-inspector-bugs at googlegroups.com
This is to prevent GC from collecting resources bound to a context (WebGL or 2D). Otherwise, for example in WebGL, subsequent calls to gl.getParameter() may return a recently created instance that is no longer bound to a Resource object (thus, no history to replay it later).
Patch to follow.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list