[Webkit-unassigned] [Bug 68303] Memory leak using web SQL DB

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 09:15:40 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=68303





--- Comment #11 from Dan Carney <dcarney at google.com>  2012-10-17 09:16:32 PST ---
(In reply to comment #10)
> It's suspicious to me that this code so complicated and that it doesn't use the normal tools we have to manage these sorts of lifetimes (e.g., ActiveDOMObject).  This is old and was written before we really fleshed out those tools.  If possible, I'd prefer to see a patch that simplified this code to use those tools rather than a patch that layered more complexity onto webdatabase's custom system.

Okay. I'm definitely looking for a better way to do this.  A good portion of this patch is just trying to ensure a particular ScriptExecutionContext lives long enough and is destroyed in the right thread.

-- 
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