Bug 72777 - IndexedDB: Add tests for IDB object lifecycles
Summary: IndexedDB: Add tests for IDB object lifecycles
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-18 17:08 PST by Joshua Bell
Modified: 2013-04-11 09:15 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Bell 2011-11-18 17:08:42 PST
We don't test the lifecycle of IDB objects (notably, IDBTransaction, IDBDatabase, and IDBRequest) that are sensitive to IPC timing and document shutdown. We should refactor to enable these tests using mocked backends and execution contexts.