WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(26.57 KB, patch)
2010-10-04 14:46 PDT
,
Jeremy Orlow
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Jeremy Orlow
Comment 1
2010-10-04 13:02:18 PDT
Created
attachment 69671
[details]
Patch
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
Created
attachment 69687
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug