[Webkit-unassigned] [Bug 73945] New: VoidCallback should also be derived from ActiveDOMCallback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 13:17:27 PST 2011


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

           Summary: VoidCallback should also be derived from
                    ActiveDOMCallback
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yong.li.webkit at gmail.com
                CC: staikos at kde.org


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.

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