RESOLVED FIXED Bug 157757
Modern IDB: Give each UniqueIDBDatabase its own task queues
https://bugs.webkit.org/show_bug.cgi?id=157757
Summary Modern IDB: Give each UniqueIDBDatabase its own task queues
Brady Eidson
Reported 2016-05-16 14:27:53 PDT
Modern IDB: Give each UniqueIDBDatabase its own task queues Right now all UniqueIBDDatabases rely on the shared task queues in the IDBServer. This makes it difficult for a specific UniqueIDBDatabases to have a single entry point for both database thread tasks and main thread replies, which is needed for other work.
Attachments
Patch v1 (34.22 KB, patch)
2016-05-16 15:10 PDT, Brady Eidson
no flags
Brady Eidson
Comment 1 2016-05-16 15:10:59 PDT
Created attachment 279051 [details] Patch v1
WebKit Commit Bot
Comment 2 2016-05-16 16:48:55 PDT
Comment on attachment 279051 [details] Patch v1 Clearing flags on attachment: 279051 Committed r200982: <http://trac.webkit.org/changeset/200982>
WebKit Commit Bot
Comment 3 2016-05-16 16:48:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.