| commit | 196442092e4c89aa9fe2e9c534374aaf2ebdb92b | [log] [tgz] |
|---|---|---|
| author | jsbell <jsbell@chromium.org> | Fri Jul 15 22:27:08 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 22:29:50 2016 |
| tree | e3b6cae4501001be3a398c8de0b8ca89e234b8d5 | |
| parent | f7061be0ed182747b4d275d62677d36187b27641 [diff] |
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 Review-Url: https://codereview.chromium.org/2148253003 Cr-Commit-Position: refs/heads/master@{#405880}