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

Issue 9365030: More SQL statement usage regularization. Back-touch some (Closed)

Created:
8 years, 10 months ago by Greg Billock
Modified:
8 years, 10 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, erikwright (departed), brettw-cc_chromium.org, wtc, Randy Smith (Not in Mondays), darin-cc_chromium.org, tfarina, James Su, dhollowa+watch_chromium.org, rkn, mattm
Visibility:
Public.

Description

More SQL statement usage regularization. Back-touch some already-edited files to standardize usage. R=shess@chromium.org BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122692

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix log messages #

Total comments: 13

Patch Set 3 : Review comments #

Total comments: 6

Patch Set 4 : Put versions back #

Patch Set 5 : Merge to head #

Patch Set 6 : Merge to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -133 lines) Patch
M chrome/browser/autocomplete/network_action_predictor_database.cc View 7 chunks +1 line, -10 lines 0 comments Download
M chrome/browser/diagnostics/sqlite_diagnostics.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/download_database.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/history/visit_database.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/history/visitsegment_database.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/firefox3_importer.cc View 1 2 8 chunks +11 lines, -21 lines 0 comments Download
M chrome/browser/importer/nss_decryptor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/importer/safari_importer.mm View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/net/sqlite_origin_bound_cert_store.cc View 1 2 3 4 3 chunks +9 lines, -12 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.cc View 1 2 3 4 5 3 chunks +6 lines, -15 lines 0 comments Download
M chrome/browser/password_manager/login_database.cc View 1 2 12 chunks +9 lines, -54 lines 0 comments Download
M chrome/browser/safe_browsing/filter_false_positive_perftest.cc View 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/webdata/keyword_table.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M webkit/database/databases_table.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M webkit/database/quota_table.cc View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
Greg Billock
8 years, 10 months ago (2012-02-08 19:49:09 UTC) #1
wtc
Drive-by review comments on Patch Set 1: I only review the changes in chrome/browser/net. They ...
8 years, 10 months ago (2012-02-10 18:30:53 UTC) #2
Greg Billock
https://chromiumcodereview.appspot.com/9365030/diff/1/chrome/browser/net/sqlite_origin_bound_cert_store.cc File chrome/browser/net/sqlite_origin_bound_cert_store.cc (right): https://chromiumcodereview.appspot.com/9365030/diff/1/chrome/browser/net/sqlite_origin_bound_cert_store.cc#newcode263 chrome/browser/net/sqlite_origin_bound_cert_store.cc:263: << "version 3."; On 2012/02/10 18:30:53, wtc wrote: > ...
8 years, 10 months ago (2012-02-10 23:54:54 UTC) #3
Scott Hess - ex-Googler
https://chromiumcodereview.appspot.com/9365030/diff/7001/chrome/browser/net/sqlite_origin_bound_cert_store.cc File chrome/browser/net/sqlite_origin_bound_cert_store.cc (right): https://chromiumcodereview.appspot.com/9365030/diff/7001/chrome/browser/net/sqlite_origin_bound_cert_store.cc#newcode222 chrome/browser/net/sqlite_origin_bound_cert_store.cc:222: << "version 4."; Nope, this stanza is upgrading to ...
8 years, 10 months ago (2012-02-13 22:04:03 UTC) #4
Scott Hess - ex-Googler
https://chromiumcodereview.appspot.com/9365030/diff/1/chrome/browser/net/sqlite_origin_bound_cert_store.cc File chrome/browser/net/sqlite_origin_bound_cert_store.cc (right): https://chromiumcodereview.appspot.com/9365030/diff/1/chrome/browser/net/sqlite_origin_bound_cert_store.cc#newcode263 chrome/browser/net/sqlite_origin_bound_cert_store.cc:263: << "version 3."; On 2012/02/10 23:54:54, Greg Billock wrote: ...
8 years, 10 months ago (2012-02-13 22:07:15 UTC) #5
Greg Billock
https://chromiumcodereview.appspot.com/9365030/diff/7001/chrome/browser/net/sqlite_origin_bound_cert_store.cc File chrome/browser/net/sqlite_origin_bound_cert_store.cc (right): https://chromiumcodereview.appspot.com/9365030/diff/7001/chrome/browser/net/sqlite_origin_bound_cert_store.cc#newcode222 chrome/browser/net/sqlite_origin_bound_cert_store.cc:222: << "version 4."; On 2012/02/13 22:04:04, shess wrote: > ...
8 years, 10 months ago (2012-02-13 22:48:59 UTC) #6
Scott Hess - ex-Googler
LGTM, except the afore-mentioned LOG-version-change. https://chromiumcodereview.appspot.com/9365030/diff/7001/chrome/browser/safe_browsing/filter_false_positive_perftest.cc File chrome/browser/safe_browsing/filter_false_positive_perftest.cc (right): https://chromiumcodereview.appspot.com/9365030/diff/7001/chrome/browser/safe_browsing/filter_false_positive_perftest.cc#newcode135 chrome/browser/safe_browsing/filter_false_positive_perftest.cc:135: sql::Statement count_statement(db.GetCachedStatement(SQL_FROM_HERE, query)); On ...
8 years, 10 months ago (2012-02-13 22:52:58 UTC) #7
Greg Billock
On 2012/02/13 22:52:58, shess wrote: > LGTM, except the afore-mentioned LOG-version-change. Which one was that? ...
8 years, 10 months ago (2012-02-13 23:45:09 UTC) #8
Scott Hess - ex-Googler
LGTM, with these changes. Else we can argue it :-). I think the v3/v4 confusion ...
8 years, 10 months ago (2012-02-14 00:28:18 UTC) #9
Greg Billock
https://chromiumcodereview.appspot.com/9365030/diff/10004/chrome/browser/net/sqlite_origin_bound_cert_store.cc File chrome/browser/net/sqlite_origin_bound_cert_store.cc (right): https://chromiumcodereview.appspot.com/9365030/diff/10004/chrome/browser/net/sqlite_origin_bound_cert_store.cc#newcode247 chrome/browser/net/sqlite_origin_bound_cert_store.cc:247: << "version 3."; My head hurts on this -- ...
8 years, 10 months ago (2012-02-14 01:13:44 UTC) #10
Scott Hess - ex-Googler
lgtm https://chromiumcodereview.appspot.com/9365030/diff/10004/chrome/browser/net/sqlite_origin_bound_cert_store.cc File chrome/browser/net/sqlite_origin_bound_cert_store.cc (right): https://chromiumcodereview.appspot.com/9365030/diff/10004/chrome/browser/net/sqlite_origin_bound_cert_store.cc#newcode247 chrome/browser/net/sqlite_origin_bound_cert_store.cc:247: << "version 3."; My theory is that at ...
8 years, 10 months ago (2012-02-14 01:28:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/9365030/16001
8 years, 10 months ago (2012-02-16 18:43:43 UTC) #12
commit-bot: I haz the power
Can't apply patch for file chrome/browser/net/sqlite_origin_bound_cert_store.cc. While running patch -p1 --forward --force; patching file chrome/browser/net/sqlite_origin_bound_cert_store.cc ...
8 years, 10 months ago (2012-02-16 18:43:49 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/9365030/20001
8 years, 10 months ago (2012-02-16 19:37:24 UTC) #14
commit-bot: I haz the power
Presubmit check for 9365030-20001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-16 19:37:34 UTC) #15
wtc
Patch Set 5 LGTM. I only reviewed chrome/browser/net/*.
8 years, 10 months ago (2012-02-16 20:00:40 UTC) #16
Scott Hess - ex-Googler
Greg, would you be willing to hold off for a few hours and accept another ...
8 years, 10 months ago (2012-02-16 20:18:29 UTC) #17
Greg Billock
sure On 2012/02/16 20:18:29, shess wrote: > Greg, would you be willing to hold off ...
8 years, 10 months ago (2012-02-16 20:58:51 UTC) #18
Scott Hess - ex-Googler
BTW, in case you didn't notice, my other change is in. You might see a ...
8 years, 10 months ago (2012-02-17 17:48:17 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/9365030/26001
8 years, 10 months ago (2012-02-17 20:46:10 UTC) #20
commit-bot: I haz the power
Presubmit check for 9365030-26001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-17 20:46:19 UTC) #21
Greg Billock
Need lgtm for webkit/database from owners. On 2012/02/17 20:46:19, I haz the power (commit-bot) wrote: ...
8 years, 10 months ago (2012-02-17 20:49:08 UTC) #22
michaeln
webkit/database lgtm
8 years, 10 months ago (2012-02-17 21:03:26 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/9365030/26001
8 years, 10 months ago (2012-02-17 21:19:39 UTC) #24
commit-bot: I haz the power
Presubmit check for 9365030-26001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-17 21:19:47 UTC) #25
Greg Billock
Need owners lgtm for chrome/browser/history On 2012/02/17 21:19:47, I haz the power (commit-bot) wrote: > ...
8 years, 10 months ago (2012-02-17 22:28:22 UTC) #26
sky
LGTM
8 years, 10 months ago (2012-02-17 23:00:29 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/9365030/26001
8 years, 10 months ago (2012-02-17 23:34:13 UTC) #28
commit-bot: I haz the power
Try job failure for 9365030-26001 (retry) on win_rel for steps "check_deps, browser_tests". It's a second ...
8 years, 10 months ago (2012-02-18 01:38:14 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/9365030/26001
8 years, 10 months ago (2012-02-18 01:42:57 UTC) #30
commit-bot: I haz the power
8 years, 10 months ago (2012-02-18 08:26:12 UTC) #31
Change committed as 122692

Powered by Google App Engine
This is Rietveld 408576698