RESOLVED FIXED 47106
Implement IndexedDB's oncomplete and ontimeout.
https://bugs.webkit.org/show_bug.cgi?id=47106
Summary Implement IndexedDB's oncomplete and ontimeout.
Jeremy Orlow
Reported 2010-10-04 12:53:00 PDT
Implement IndexedDB's oncomplete and ontimeout.
Attachments
Patch (16.77 KB, patch)
2010-10-04 13:02 PDT, Jeremy Orlow
no flags
Patch (26.57 KB, patch)
2010-10-04 14:46 PDT, Jeremy Orlow
no flags
Jeremy Orlow
Comment 1 2010-10-04 13:02:18 PDT
Andrei Popescu
Comment 2 2010-10-04 13:36:51 PDT
We should also update the rest of the layout tests as they all use transactions now. > window.completeEventFired = false; Wrong indent > m_onAbortTimer.startOneShot(0); Here and below: maybe assert that the timer is not active? If it is, something's wrong but we won't see this as the timer will just be postponed.
Jeremy Orlow
Comment 3 2010-10-04 14:46:43 PDT
Jeremy Orlow
Comment 4 2010-11-18 06:37:47 PST
Was landed in 69052
Note You need to log in before you can comment on or make changes to this bug.