Bug 152344

Summary: Modern IDB: Combine handling open requests, delete requests, and transactions into one timer
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, commit-queue, jsbell
Priority: P2    
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149117    
Attachments:
Description Flags
Patch v1 achristensen: review+

Description Brady Eidson 2015-12-16 10:37:24 PST
Modern IDB: Combine handling open requests, delete requests, and transactions into one timer

This is the first step towards a more unified handling of all three of these concepts that is required to get remaining tests passing.
Comment 1 Brady Eidson 2015-12-16 10:39:08 PST
Created attachment 267469 [details]
Patch v1
Comment 2 Brady Eidson 2015-12-16 10:44:50 PST
http://trac.webkit.org/changeset/194160