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

Issue 16581002: IndexedDB: Eliminate interfaces for IndexedDB{Factory,Database,Cursor} (Closed)

Created:
7 years, 6 months ago by jsbell
Modified:
7 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

IndexedDB: Eliminate interfaces for IndexedDB{Factory,Database,Cursor} On the Blink side, the back-end types had interfaces which could also be implemented by proxy objects. In the Chromium back-end this is not necessary, so delete the interfaces and rename the impls. BUG=234278 R=alecflett@chromium.org, darin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204857

Patch Set 1 #

Patch Set 2 : Re-up #

Patch Set 3 : EXPORT decls for unittest #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+523 lines, -2951 lines) Patch
M content/browser/indexed_db/indexed_db_backing_store_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_callbacks_wrapper.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_cursor.h View 1 2 1 chunk +68 lines, -16 lines 0 comments Download
A + content/browser/indexed_db/indexed_db_cursor.cc View 7 chunks +26 lines, -26 lines 0 comments Download
D content/browser/indexed_db/indexed_db_cursor_impl.h View 1 chunk +0 lines, -91 lines 0 comments Download
D content/browser/indexed_db/indexed_db_cursor_impl.cc View 1 chunk +0 lines, -211 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database.h View 2 chunks +175 lines, -90 lines 0 comments Download
A + content/browser/indexed_db/indexed_db_database.cc View 1 2 53 chunks +143 lines, -150 lines 0 comments Download
D content/browser/indexed_db/indexed_db_database_impl.h View 1 chunk +0 lines, -205 lines 0 comments Download
D content/browser/indexed_db/indexed_db_database_impl.cc View 1 2 1 chunk +0 lines, -1802 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database_unittest.cc View 1 2 3 4 chunks +11 lines, -11 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory.h View 1 chunk +50 lines, -22 lines 0 comments Download
A + content/browser/indexed_db/indexed_db_factory.cc View 1 2 3 7 chunks +20 lines, -21 lines 0 comments Download
D content/browser/indexed_db/indexed_db_factory_impl.h View 1 chunk +0 lines, -78 lines 0 comments Download
D content/browser/indexed_db/indexed_db_factory_impl.cc View 1 2 3 1 chunk +0 lines, -197 lines 0 comments Download
M content/browser/indexed_db/indexed_db_index_writer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_leveldb_coding.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_leveldb_coding.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_transaction.h View 7 chunks +9 lines, -9 lines 0 comments Download
M content/browser/indexed_db/indexed_db_transaction.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M content/browser/indexed_db/webidbfactory_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 1 chunk +3 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jsbell
alecflett@ - you reviewed this already as a different CL, just re-uploaded to get around ...
7 years, 6 months ago (2013-06-06 20:08:23 UTC) #1
darin (slow to review)
LGTM for content/content_browser.gypi
7 years, 6 months ago (2013-06-06 21:23:57 UTC) #2
alecflett
lgtm
7 years, 6 months ago (2013-06-06 21:53:41 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/16581002/1001
7 years, 6 months ago (2013-06-06 21:57:41 UTC) #4
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-06 23:41:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/16581002/19001
7 years, 6 months ago (2013-06-07 00:26:50 UTC) #6
commit-bot: I haz the power
Failed to apply patch for content/browser/indexed_db/indexed_db_factory.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; A content/browser/indexed_db/indexed_db_factory.cc ...
7 years, 6 months ago (2013-06-07 09:27:07 UTC) #7
jsbell
7 years, 6 months ago (2013-06-07 16:32:38 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r204857 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698