Bug 53521

Summary: Remove the timeout event from IndexedDB
Product: WebKit Reporter: Jeremy Orlow <jorlow>
Component: New BugsAssignee: Jeremy Orlow <jorlow>
Status: RESOLVED FIXED    
Severity: Normal CC: andreip, dglazkov, dgrogan, hans, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch japhet: review+

Description Jeremy Orlow 2011-02-01 12:44:49 PST
Remove the timeout event from IndexedDB
Comment 1 Jeremy Orlow 2011-02-01 12:45:41 PST
Created attachment 80806 [details]
Patch
Comment 2 WebKit Review Bot 2011-02-01 13:05:55 PST
Attachment 80806 [details] did not build on chromium:
Build output: http://queues.webkit.org/results/7685663
Comment 3 Jeremy Orlow 2011-02-01 14:19:40 PST
Created attachment 80826 [details]
Patch
Comment 4 Andrei Popescu 2011-02-01 15:20:47 PST
LGTM

Just to check: IDBTimeoutEvent files were only mentioned in the gyp file, right? They weren't added to any other build files?
Comment 5 Jeremy Orlow 2011-02-01 15:24:30 PST
(In reply to comment #4)
> LGTM
> 
> Just to check: IDBTimeoutEvent files were only mentioned in the gyp file, right? They weren't added to any other build files?

Yup
Comment 6 Jeremy Orlow 2011-02-03 17:19:38 PST
Nate, can you please review?
Comment 7 Jeremy Orlow 2011-02-04 11:23:03 PST
Committed r77647: <http://trac.webkit.org/changeset/77647>