Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Issue 2148253003: IndexedDB: Implement explicit queue for IDBOpenDBRequests (Closed)

Created:
4 years, 5 months ago by jsbell
Modified:
4 years, 5 months ago
Reviewers:
cmumford
CC:
chromium-reviews, blink-reviews, darin-cc_chromium.org, jsbell+idb_chromium.org, jam, cmumford
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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}

Patch Set 1 #

Patch Set 2 : Only notify active request on upgrade transactions #

Patch Set 3 : Base class needs virtual dtor #

Total comments: 16

Patch Set 4 : Use pending member, other review nits #

Messages

Total messages: 27 (18 generated)
jsbell
D'oh, failures are from an incorrect change I slipped in at the last minute while ...
4 years, 5 months ago (2016-07-14 20:14:44 UTC) #6
jsbell
Yay, okay, actually happy now. please take a look?
4 years, 5 months ago (2016-07-14 23:38:47 UTC) #12
cmumford
https://codereview.chromium.org/2148253003/diff/40001/content/browser/indexed_db/indexed_db_database.cc File content/browser/indexed_db/indexed_db_database.cc (right): https://codereview.chromium.org/2148253003/diff/40001/content/browser/indexed_db/indexed_db_database.cc#newcode130 content/browser/indexed_db/indexed_db_database.cc:130: if (!db_->OpenInternal().ok()) { We're throwing away the message in ...
4 years, 5 months ago (2016-07-15 14:55:37 UTC) #15
jsbell
Thanks! One more look? I'm not sold on |pending_| as a member name but I ...
4 years, 5 months ago (2016-07-15 17:22:22 UTC) #18
cmumford
lgtm
4 years, 5 months ago (2016-07-15 19:19:28 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2148253003/60001
4 years, 5 months ago (2016-07-15 21:26:57 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-15 22:27:24 UTC) #24
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-15 22:27:28 UTC) #25
commit-bot: I haz the power
4 years, 5 months ago (2016-07-15 22:30:00 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/196442092e4c89aa9fe2e9c534374aaf2ebdb92b
Cr-Commit-Position: refs/heads/master@{#405880}

Powered by Google App Engine
This is Rietveld 408576698