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

Issue 2519073003: IndexedDB: IndexedDBDatabase::Create() returning db/status tuple. (Closed)

Created:
4 years, 1 month ago by cmumford
Modified:
4 years ago
Reviewers:
jsbell
CC:
chromium-reviews, jam, jsbell+idb_chromium.org, darin-cc_chromium.org, cmumford
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

IndexedDB: IndexedDBDatabase::Create() returning db/status tuple. Committed: https://crrev.com/c1d866ea9c75932a5166394af59076fd1a2a7309 Cr-Commit-Position: refs/heads/master@{#433919}

Patch Set 1 #

Patch Set 2 : Added std::tie. #

Total comments: 4

Patch Set 3 : Swapped db/s to reflect order in tuple #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -55 lines) Patch
M content/browser/indexed_db/indexed_db_database.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database.cc View 1 1 chunk +9 lines, -11 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database_unittest.cc View 1 2 6 chunks +23 lines, -32 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory_impl.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M content/browser/indexed_db/indexed_db_transaction_unittest.cc View 1 chunk +3 lines, -5 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
cmumford
This is just an experiment to see if returning tuples is more readable then a ...
4 years, 1 month ago (2016-11-21 19:58:48 UTC) #2
jsbell
I'm a fan. https://codereview.chromium.org/2519073003/diff/20001/content/browser/indexed_db/indexed_db_database.cc File content/browser/indexed_db/indexed_db_database.cc (right): https://codereview.chromium.org/2519073003/diff/20001/content/browser/indexed_db/indexed_db_database.cc#newcode361 content/browser/indexed_db/indexed_db_database.cc:361: IndexedDBBackingStore* backing_store, While you're here, change ...
4 years, 1 month ago (2016-11-21 20:07:20 UTC) #3
jsbell
lgtm
4 years, 1 month ago (2016-11-21 20:07:24 UTC) #4
jsbell
4 years, 1 month ago (2016-11-21 20:08:40 UTC) #5
cmumford
https://codereview.chromium.org/2519073003/diff/20001/content/browser/indexed_db/indexed_db_database.cc File content/browser/indexed_db/indexed_db_database.cc (right): https://codereview.chromium.org/2519073003/diff/20001/content/browser/indexed_db/indexed_db_database.cc#newcode361 content/browser/indexed_db/indexed_db_database.cc:361: IndexedDBBackingStore* backing_store, On 2016/11/21 20:07:20, jsbell wrote: > While ...
4 years ago (2016-11-22 16:43:19 UTC) #7
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/2519073003/40001
4 years ago (2016-11-22 17:35:29 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-11-22 18:23:12 UTC) #12
commit-bot: I haz the power
4 years ago (2016-11-22 18:26:43 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c1d866ea9c75932a5166394af59076fd1a2a7309
Cr-Commit-Position: refs/heads/master@{#433919}

Powered by Google App Engine
This is Rietveld 408576698