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

Issue 7168019: Implement QM::GetOriginsModifiedSince for browser data deleter support (Closed)

Created:
9 years, 6 months ago by kinuko
Modified:
9 years, 5 months ago
Reviewers:
michaeln, Mike West
CC:
chromium-reviews, darin-cc_chromium.org, Paweł Hajdan Jr., ericu, Use mkwst_at_chromium.org plz., tzik
Visibility:
Public.

Description

Implement QM::GetOriginsModifiedSince for browser data deleter support BUG=86308 TEST={QuotaDatabaseTest,QuotaManagerTest}.OriginModifiedSince Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91690

Patch Set 1 : '' #

Total comments: 12

Patch Set 2 : '' #

Patch Set 3 : update #

Total comments: 14

Patch Set 4 : fixes + upgradeschema #

Total comments: 15

Patch Set 5 : reflected comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+736 lines, -293 lines) Patch
M webkit/quota/mock_storage_client.h View 1 2 3 4 3 chunks +5 lines, -0 lines 0 comments Download
M webkit/quota/mock_storage_client.cc View 1 2 3 4 4 chunks +10 lines, -2 lines 0 comments Download
M webkit/quota/quota_database.h View 1 2 3 4 5 chunks +52 lines, -17 lines 0 comments Download
M webkit/quota/quota_database.cc View 1 2 3 4 18 chunks +179 lines, -101 lines 0 comments Download
M webkit/quota/quota_database_unittest.cc View 1 2 3 4 14 chunks +244 lines, -89 lines 0 comments Download
M webkit/quota/quota_manager.h View 1 2 3 4 5 chunks +27 lines, -13 lines 0 comments Download
M webkit/quota/quota_manager.cc View 1 2 3 4 21 chunks +128 lines, -45 lines 0 comments Download
M webkit/quota/quota_manager_unittest.cc View 1 2 3 4 15 chunks +88 lines, -26 lines 0 comments Download
M webkit/quota/quota_types.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kinuko
9 years, 6 months ago (2011-06-16 07:19:23 UTC) #1
Mike West
Thanks for working on this! I have a few questions, but I'd very much defer ...
9 years, 6 months ago (2011-06-16 09:39:33 UTC) #2
kinuko
Thanks for reviewing! http://codereview.chromium.org/7168019/diff/7001/webkit/quota/quota_database.cc File webkit/quota/quota_database.cc (right): http://codereview.chromium.org/7168019/diff/7001/webkit/quota/quota_database.cc#newcode222 webkit/quota/quota_database.cc:222: bool QuotaDatabase::SetOriginLastModifiedTime( On 2011/06/16 09:39:33, Mike ...
9 years, 6 months ago (2011-06-16 12:09:06 UTC) #3
michaeln
Thnx for doing this work! http://codereview.chromium.org/7168019/diff/4013/webkit/quota/quota_database.cc File webkit/quota/quota_database.cc (right): http://codereview.chromium.org/7168019/diff/4013/webkit/quota/quota_database.cc#newcode493 webkit/quota/quota_database.cc:493: // TODO(kinuko): Support schema ...
9 years, 6 months ago (2011-06-16 19:28:53 UTC) #4
kinuko
http://codereview.chromium.org/7168019/diff/4013/webkit/quota/quota_database.cc File webkit/quota/quota_database.cc (right): http://codereview.chromium.org/7168019/diff/4013/webkit/quota/quota_database.cc#newcode493 webkit/quota/quota_database.cc:493: // TODO(kinuko): Support schema upgrade. On 2011/06/16 19:28:53, michaeln ...
9 years, 6 months ago (2011-06-23 06:37:40 UTC) #5
michaeln
lgtm http://codereview.chromium.org/7168019/diff/15002/webkit/quota/mock_storage_client.h File webkit/quota/mock_storage_client.h (right): http://codereview.chromium.org/7168019/diff/15002/webkit/quota/mock_storage_client.h#newcode43 webkit/quota/mock_storage_client.h:43: base::Time GetCurrentMockTime(); Would IncrementMockTime() be more accurate? http://codereview.chromium.org/7168019/diff/15002/webkit/quota/mock_storage_client.h#newcode84 ...
9 years, 5 months ago (2011-07-01 00:17:31 UTC) #6
kinuko
All done. Moved kTables/kIndexes constants from anonymous namespace into QuotaDatabase class as static const class ...
9 years, 5 months ago (2011-07-04 07:43:52 UTC) #7
michaeln
9 years, 5 months ago (2011-07-06 19:37:34 UTC) #8
still LGTM

Powered by Google App Engine
This is Rietveld 408576698