Bug 152344 - Modern IDB: Combine handling open requests, delete requests, and transactions into one timer
Summary: Modern IDB: Combine handling open requests, delete requests, and transactions...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Safari 9
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 149117
  Show dependency treegraph
 
Reported: 2015-12-16 10:37 PST by Brady Eidson
Modified: 2015-12-16 10:44 PST (History)
4 users (show)

See Also:


Attachments
Patch v1 (6.31 KB, patch)
2015-12-16 10:39 PST, Brady Eidson
achristensen: review+
Details | Formatted Diff | Diff

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