Bug 47106

Summary: Implement IndexedDB's oncomplete and ontimeout.
Product: WebKit Reporter: Jeremy Orlow <jorlow>
Component: New BugsAssignee: Jeremy Orlow <jorlow>
Status: RESOLVED FIXED    
Severity: Normal CC: andreip
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch none

Description Jeremy Orlow 2010-10-04 12:53:00 PDT
Implement IndexedDB's oncomplete and ontimeout.
Comment 1 Jeremy Orlow 2010-10-04 13:02:18 PDT
Created attachment 69671 [details]
Patch
Comment 2 Andrei Popescu 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.
Comment 3 Jeremy Orlow 2010-10-04 14:46:43 PDT
Created attachment 69687 [details]
Patch
Comment 4 Jeremy Orlow 2010-11-18 06:37:47 PST
Was landed in 69052