IndexedDB: Implement explicit queue for IDBOpenDBRequests
Align Chrome's processing of IDB open() and deleteDatabase() requests
with other browsers: such requests should be processed in FIFO order.
Previously, Chrome let delete requests jump ahead of blocked opens, as
hinted at in the spec but not supported by other browsers.
R=cmumford@chromium.org
BUG=
479388
Committed:
https://crrev.com/196442092e4c89aa9fe2e9c534374aaf2ebdb92b
Cr-Commit-Position: refs/heads/master@{#405880}