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

Issue 507014: Adding methods that will be used by the quota management UI.... (Closed)

Created:
11 years ago by dumi
Modified:
9 years, 7 months ago
Reviewers:
michaeln
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, darin (slow to review), jam, ben+cc_chromium.org
Visibility:
Public.

Description

Adding methods that will be used by the quota management UI. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35651

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : Not ready for review yet, uploading for pretty diffs. #

Patch Set 4 : Still not ready for review, minor fix. #

Patch Set 5 : All code is in, should be close to being ready for review. #

Patch Set 6 : Forgot to add a file. #

Patch Set 7 : Should be ready for review. #

Patch Set 8 : Should fix the signed vs. unsigned comparison problem. #

Total comments: 16

Patch Set 9 : Addressed Michael's comments. #

Total comments: 2

Patch Set 10 : Minor change: iterator --> const_iterator. #

Total comments: 18

Patch Set 11 : Should be ready for another review. #

Patch Set 12 : Minor fixes to database_tracker_unittest.cc. #

Patch Set 13 : Forgot to include a .h file. #

Total comments: 13

Patch Set 14 : Addressed Michael's comments. #

Total comments: 6

Patch Set 15 : Addressed Michael's comments. #

Patch Set 16 : Addressed Michael's comments. #

Patch Set 17 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+658 lines, -118 lines) Patch
M chrome/browser/renderer_host/database_dispatcher_host.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/database_dispatcher_host.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +13 lines, -16 lines 0 comments Download
A webkit/database/database_connections.h View 11 12 13 1 chunk +41 lines, -0 lines 0 comments Download
A webkit/database/database_connections.cc View 11 12 13 1 chunk +78 lines, -0 lines 0 comments Download
M webkit/database/database_tracker.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +63 lines, -21 lines 0 comments Download
M webkit/database/database_tracker.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 10 chunks +128 lines, -48 lines 0 comments Download
M webkit/database/database_tracker_unittest.cc View 6 7 8 9 10 11 12 13 5 chunks +102 lines, -21 lines 0 comments Download
M webkit/database/databases_table.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/database/databases_table.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +24 lines, -1 line 0 comments Download
M webkit/database/databases_table_unittest.cc View 3 4 5 6 7 8 9 10 5 chunks +23 lines, -5 lines 0 comments Download
A webkit/database/quota_table.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +33 lines, -0 lines 0 comments Download
A webkit/database/quota_table.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +63 lines, -0 lines 0 comments Download
A webkit/database/quota_table_unittest.cc View 3 4 5 6 7 8 9 10 1 chunk +65 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_database_system.h View 2 chunks +3 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_database_system.cc View 4 chunks +12 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webkit/webkit.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
dumi
hey michael, i think this patch should be ready for review. please take a look ...
11 years ago (2009-12-22 02:28:49 UTC) #1
michaeln
http://codereview.chromium.org/507014/diff/7009/4060 File chrome/browser/renderer_host/database_dispatcher_host.cc (right): http://codereview.chromium.org/507014/diff/7009/4060#newcode74 chrome/browser/renderer_host/database_dispatcher_host.cc:74: for (OpenedDatabases::const_iterator it = opened_databases_.begin(); maybe origin_iter http://codereview.chromium.org/507014/diff/7009/4060#newcode76 chrome/browser/renderer_host/database_dispatcher_host.cc:76: ...
10 years, 11 months ago (2009-12-29 02:55:26 UTC) #2
dumi
please take another look. http://codereview.chromium.org/507014/diff/7009/4060 File chrome/browser/renderer_host/database_dispatcher_host.cc (right): http://codereview.chromium.org/507014/diff/7009/4060#newcode74 chrome/browser/renderer_host/database_dispatcher_host.cc:74: for (OpenedDatabases::const_iterator it = opened_databases_.begin(); ...
10 years, 11 months ago (2009-12-30 02:08:36 UTC) #3
michaeln
http://codereview.chromium.org/507014/diff/8002/8007 File webkit/database/quota_table.cc (right): http://codereview.chromium.org/507014/diff/8002/8007#newcode40 webkit/database/quota_table.cc:40: SQL_FROM_HERE, "REPLACE INTO Quota VALUES (?, ?)")); so 'REPLACE' ...
10 years, 11 months ago (2009-12-30 21:06:58 UTC) #4
dumi
http://codereview.chromium.org/507014/diff/8002/8007 File webkit/database/quota_table.cc (right): http://codereview.chromium.org/507014/diff/8002/8007#newcode40 webkit/database/quota_table.cc:40: SQL_FROM_HERE, "REPLACE INTO Quota VALUES (?, ?)")); On 2009/12/30 ...
10 years, 11 months ago (2010-01-05 01:50:06 UTC) #5
michaeln
http://codereview.chromium.org/507014/diff/9041/16036 File webkit/database/database_connections.cc (right): http://codereview.chromium.org/507014/diff/9041/16036#newcode24 webkit/database/database_connections.cc:24: DBConnections origin_connections = origin_it->second; This is making a copy ...
10 years, 11 months ago (2010-01-05 22:29:31 UTC) #6
dumi
http://codereview.chromium.org/507014/diff/9041/16036 File webkit/database/database_connections.cc (right): http://codereview.chromium.org/507014/diff/9041/16036#newcode24 webkit/database/database_connections.cc:24: DBConnections origin_connections = origin_it->second; On 2010/01/05 22:29:31, michaeln wrote: ...
10 years, 11 months ago (2010-01-06 00:03:22 UTC) #7
michaeln
http://codereview.chromium.org/507014/diff/9041/16036 File webkit/database/database_connections.cc (right): http://codereview.chromium.org/507014/diff/9041/16036#newcode68 webkit/database/database_connections.cc:68: connections_.erase(origin_identifier); On 2010/01/06 00:03:22, dumi wrote: > On 2010/01/05 ...
10 years, 11 months ago (2010-01-06 00:44:36 UTC) #8
dumi
http://codereview.chromium.org/507014/diff/9042/16059 File webkit/database/database_tracker.cc (right): http://codereview.chromium.org/507014/diff/9042/16059#newcode158 webkit/database/database_tracker.cc:158: FilePath db_file = GetFullDBFilePath(origin_identifier, database_name); On 2010/01/06 00:44:36, michaeln ...
10 years, 11 months ago (2010-01-06 01:50:48 UTC) #9
michaeln
http://codereview.chromium.org/507014/diff/9042/16059 File webkit/database/database_tracker.cc (right): http://codereview.chromium.org/507014/diff/9042/16059#newcode158 webkit/database/database_tracker.cc:158: FilePath db_file = GetFullDBFilePath(origin_identifier, database_name); On 2010/01/06 01:50:51, dumi ...
10 years, 11 months ago (2010-01-06 02:09:10 UTC) #10
dumi
http://codereview.chromium.org/507014/diff/9042/16059 File webkit/database/database_tracker.cc (right): http://codereview.chromium.org/507014/diff/9042/16059#newcode158 webkit/database/database_tracker.cc:158: FilePath db_file = GetFullDBFilePath(origin_identifier, database_name); On 2010/01/06 02:09:10, michaeln ...
10 years, 11 months ago (2010-01-06 02:33:10 UTC) #11
michaeln
10 years, 11 months ago (2010-01-06 03:27:33 UTC) #12
LGTM

Powered by Google App Engine
This is Rietveld 408576698