[Webkit-unassigned] [Bug 73945] JSCustomVoidCallback should also be derived from ActiveDOMCallback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 13:46:18 PST 2011


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





--- Comment #2 from Yong Li <yong.li.webkit at gmail.com>  2011-12-06 13:46:18 PST ---
(In reply to comment #0)
> Bug 40112 and r64537 introduced ActiveDOMCallback which can be suspended & resumed when needed.
> 
> However it doesn't cover JSCustomVoidCallback which is used by database transaction as success callback.
> 
> This results in:
> 
> 1) the callback can be executed when page loading is deferred (for example, when a JS dialog shows up). I've verified this with Google Chrome.
> 2) the original issue of Bug 40112 could still exist for success callbacks with real(non-null) transactions. I haven't verified that though.
> 
> My patch for https://bugs.webkit.org/show_bug.cgi?id=49401 was rolled out otherwise 1) wouldn't be an issue.

Ignore 2). seems it shouldn't be a problem

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