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

Issue 818443004: Remove use_additional_auth column from logins table. (Closed)

Created:
6 years ago by melandory
Modified:
5 years, 11 months ago
Reviewers:
Garrett Casto
CC:
chromium-reviews, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove use_additional_auth column from logins table from version 7. During migration to newest versions use_additional_auth column should be removed form logins database. Since sqllite syntax doesn't support column dropping, so we create new database without this column and copy data there. BUG=423716 R=gcasto@chromium.org Committed: https://crrev.com/8af63e57aadf4e35d5f3fbf38e7cc347a3331bac Cr-Commit-Position: refs/heads/master@{#311443}

Patch Set 1 : #

Total comments: 7

Patch Set 2 : Do not review. Adressed comments. #

Patch Set 3 : #

Patch Set 4 : Review, please #

Total comments: 3

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -25 lines) Patch
M components/password_manager/core/browser/login_database.cc View 1 2 3 4 3 chunks +32 lines, -4 lines 0 comments Download
M components/password_manager/core/browser/login_database_unittest.cc View 1 2 3 3 chunks +28 lines, -11 lines 0 comments Download
A + components/test/data/password_manager/login_db_v9.sql View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
A + components/test/data/password_manager/login_db_v9_without_use_additional_auth_field.sql View 1 2 3 5 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
melandory
6 years ago (2014-12-22 16:43:41 UTC) #1
Garrett Casto
https://codereview.chromium.org/818443004/diff/40001/components/password_manager/core/browser/login_database.cc File components/password_manager/core/browser/login_database.cc (right): https://codereview.chromium.org/818443004/diff/40001/components/password_manager/core/browser/login_database.cc#newcode261 components/password_manager/core/browser/login_database.cc:261: // Remove use_additional_auth column from database schema This shouldn't ...
5 years, 11 months ago (2015-01-06 21:48:16 UTC) #4
melandory
https://codereview.chromium.org/818443004/diff/40001/components/password_manager/core/browser/login_database.cc File components/password_manager/core/browser/login_database.cc (right): https://codereview.chromium.org/818443004/diff/40001/components/password_manager/core/browser/login_database.cc#newcode261 components/password_manager/core/browser/login_database.cc:261: // Remove use_additional_auth column from database schema On 2015/01/06 ...
5 years, 11 months ago (2015-01-13 12:51:15 UTC) #5
Garrett Casto
lgtm https://codereview.chromium.org/818443004/diff/120001/components/password_manager/core/browser/login_database.cc File components/password_manager/core/browser/login_database.cc (right): https://codereview.chromium.org/818443004/diff/120001/components/password_manager/core/browser/login_database.cc#newcode298 components/password_manager/core/browser/login_database.cc:298: "blacklisted_by_user, " Any reason why this line is ...
5 years, 11 months ago (2015-01-13 21:53:08 UTC) #7
melandory
https://codereview.chromium.org/818443004/diff/120001/components/password_manager/core/browser/login_database.cc File components/password_manager/core/browser/login_database.cc (right): https://codereview.chromium.org/818443004/diff/120001/components/password_manager/core/browser/login_database.cc#newcode298 components/password_manager/core/browser/login_database.cc:298: "blacklisted_by_user, " On 2015/01/13 21:53:08, Garrett Casto wrote: > ...
5 years, 11 months ago (2015-01-14 08:47:10 UTC) #8
melandory
https://codereview.chromium.org/818443004/diff/120001/components/password_manager/core/browser/login_database.cc File components/password_manager/core/browser/login_database.cc (right): https://codereview.chromium.org/818443004/diff/120001/components/password_manager/core/browser/login_database.cc#newcode298 components/password_manager/core/browser/login_database.cc:298: "blacklisted_by_user, " On 2015/01/14 08:47:10, melandory wrote: > On ...
5 years, 11 months ago (2015-01-14 09:05:44 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/818443004/140001
5 years, 11 months ago (2015-01-14 09:06:41 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:140001)
5 years, 11 months ago (2015-01-14 10:12:57 UTC) #12
commit-bot: I haz the power
5 years, 11 months ago (2015-01-14 10:13:59 UTC) #13
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8af63e57aadf4e35d5f3fbf38e7cc347a3331bac
Cr-Commit-Position: refs/heads/master@{#311443}

Powered by Google App Engine
This is Rietveld 408576698