Bug 47106 - Implement IndexedDB's oncomplete and ontimeout.
Summary: Implement IndexedDB's oncomplete and ontimeout.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Jeremy Orlow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-04 12:53 PDT by Jeremy Orlow
Modified: 2010-11-18 06:41 PST (History)
1 user (show)

See Also:


Attachments
Patch (16.77 KB, patch)
2010-10-04 13:02 PDT, Jeremy Orlow
no flags Details | Formatted Diff | Diff
Patch (26.57 KB, patch)
2010-10-04 14:46 PDT, Jeremy Orlow
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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