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

Issue 10556009: DomStorageArea -> DomStorageDatabase indirection; add *StorageDatabaseAdapter. (Closed)

Created:
8 years, 6 months ago by marja
Modified:
8 years, 6 months ago
Reviewers:
michaeln
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

DomStorageArea -> DomStorageDatabase indirection; add *StorageDatabaseAdapter. (Dom|Local|Session)StorageDatabaseAdapter add an extra layer which unifies handling the backends for localStorage and sessionStorage. This will be useful when backing sessionStorage on disk. BUG=104292 TEST=Updated DomStorageAreaTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=143173

Patch Set 1 #

Patch Set 2 : oops #

Total comments: 18

Patch Set 3 : rebased #

Patch Set 4 : Code review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -22 lines) Patch
M webkit/dom_storage/dom_storage_area.h View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/dom_storage/dom_storage_area.cc View 1 2 5 chunks +5 lines, -7 lines 0 comments Download
M webkit/dom_storage/dom_storage_area_unittest.cc View 1 2 8 chunks +31 lines, -12 lines 0 comments Download
M webkit/dom_storage/dom_storage_context.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webkit/dom_storage/dom_storage_database.h View 1 chunk +1 line, -0 lines 0 comments Download
A webkit/dom_storage/dom_storage_database_adapter.h View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A webkit/dom_storage/local_storage_database_adapter.h View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A webkit/dom_storage/local_storage_database_adapter.cc View 1 chunk +42 lines, -0 lines 0 comments Download
A webkit/dom_storage/session_storage_database_adapter.h View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A webkit/dom_storage/session_storage_database_adapter.cc View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
M webkit/dom_storage/webkit_dom_storage.gypi View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
marja
Hi michaeln, this is another spin off of http://codereview.chromium.org/9963107/ , ptal.
8 years, 6 months ago (2012-06-15 13:24:52 UTC) #1
michaeln
just some nits, i see you'll have to rebase/merge with the other change https://chromiumcodereview.appspot.com/10556009/diff/6001/webkit/dom_storage/dom_storage_area.cc File ...
8 years, 6 months ago (2012-06-15 19:02:43 UTC) #2
marja
Thanks for comments! https://chromiumcodereview.appspot.com/10556009/diff/6001/webkit/dom_storage/dom_storage_area.cc File webkit/dom_storage/dom_storage_area.cc (right): https://chromiumcodereview.appspot.com/10556009/diff/6001/webkit/dom_storage/dom_storage_area.cc#newcode17 webkit/dom_storage/dom_storage_area.cc:17: #include "webkit/dom_storage/local_storage_database_adapter.h" On 2012/06/15 19:02:43, michaeln ...
8 years, 6 months ago (2012-06-19 10:43:30 UTC) #3
michaeln
lgtm
8 years, 6 months ago (2012-06-20 03:25:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/10556009/14001
8 years, 6 months ago (2012-06-20 12:53:11 UTC) #5
commit-bot: I haz the power
8 years, 6 months ago (2012-06-20 14:46:28 UTC) #6
Change committed as 143173

Powered by Google App Engine
This is Rietveld 408576698