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

Issue 202903002: [Password Manager] Fix possible crash when updating imported credentials. (Closed)

Created:
6 years, 9 months ago by Garrett Casto
Modified:
6 years, 9 months ago
Reviewers:
vasilii
CC:
chromium-reviews
Visibility:
Public.

Description

[Password Manager] Fix possible crash when updating imported credentials. See bug for more details. BUG=349138 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258063

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -1 line) Patch
M components/password_manager/core/browser/login_database.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M components/password_manager/core/browser/login_database_unittest.cc View 1 2 3 4 2 chunks +50 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Garrett Casto
6 years, 9 months ago (2014-03-18 00:50:47 UTC) #1
vasilii
https://codereview.chromium.org/202903002/diff/20001/components/password_manager/core/browser/login_database_unittest.cc File components/password_manager/core/browser/login_database_unittest.cc (right): https://codereview.chromium.org/202903002/diff/20001/components/password_manager/core/browser/login_database_unittest.cc#newcode740 components/password_manager/core/browser/login_database_unittest.cc:740: ASSERT_EQ(1U, result.size()); EXPECT_EQ https://codereview.chromium.org/202903002/diff/20001/components/password_manager/core/browser/login_database_unittest.cc#newcode741 components/password_manager/core/browser/login_database_unittest.cc:741: } It's worth to ...
6 years, 9 months ago (2014-03-18 11:42:21 UTC) #2
vasilii
https://codereview.chromium.org/202903002/diff/20001/components/password_manager/core/browser/login_database_unittest.cc File components/password_manager/core/browser/login_database_unittest.cc (right): https://codereview.chromium.org/202903002/diff/20001/components/password_manager/core/browser/login_database_unittest.cc#newcode740 components/password_manager/core/browser/login_database_unittest.cc:740: ASSERT_EQ(1U, result.size()); On 2014/03/18 11:42:22, vasilii wrote: > EXPECT_EQ ...
6 years, 9 months ago (2014-03-18 11:54:17 UTC) #3
Garrett Casto
https://codereview.chromium.org/202903002/diff/20001/components/password_manager/core/browser/login_database_unittest.cc File components/password_manager/core/browser/login_database_unittest.cc (right): https://codereview.chromium.org/202903002/diff/20001/components/password_manager/core/browser/login_database_unittest.cc#newcode741 components/password_manager/core/browser/login_database_unittest.cc:741: } On 2014/03/18 11:42:22, vasilii wrote: > It's worth ...
6 years, 9 months ago (2014-03-18 17:00:01 UTC) #4
vasilii
https://codereview.chromium.org/202903002/diff/40001/components/password_manager/core/browser/login_database_unittest.cc File components/password_manager/core/browser/login_database_unittest.cc (right): https://codereview.chromium.org/202903002/diff/40001/components/password_manager/core/browser/login_database_unittest.cc#newcode723 components/password_manager/core/browser/login_database_unittest.cc:723: // Save a complete version of the previous form. ...
6 years, 9 months ago (2014-03-18 17:26:54 UTC) #5
Garrett Casto
https://codereview.chromium.org/202903002/diff/40001/components/password_manager/core/browser/login_database_unittest.cc File components/password_manager/core/browser/login_database_unittest.cc (right): https://codereview.chromium.org/202903002/diff/40001/components/password_manager/core/browser/login_database_unittest.cc#newcode723 components/password_manager/core/browser/login_database_unittest.cc:723: // Save a complete version of the previous form. ...
6 years, 9 months ago (2014-03-18 17:50:45 UTC) #6
vasilii
lgtm https://codereview.chromium.org/202903002/diff/40001/components/password_manager/core/browser/login_database_unittest.cc File components/password_manager/core/browser/login_database_unittest.cc (right): https://codereview.chromium.org/202903002/diff/40001/components/password_manager/core/browser/login_database_unittest.cc#newcode744 components/password_manager/core/browser/login_database_unittest.cc:744: expected_form.password_value.clear(); On 2014/03/18 17:50:46, Garrett Casto wrote: > ...
6 years, 9 months ago (2014-03-18 19:02:51 UTC) #7
Garrett Casto
https://codereview.chromium.org/202903002/diff/40001/components/password_manager/core/browser/login_database_unittest.cc File components/password_manager/core/browser/login_database_unittest.cc (right): https://codereview.chromium.org/202903002/diff/40001/components/password_manager/core/browser/login_database_unittest.cc#newcode744 components/password_manager/core/browser/login_database_unittest.cc:744: expected_form.password_value.clear(); On 2014/03/18 19:02:52, vasilii wrote: > On 2014/03/18 ...
6 years, 9 months ago (2014-03-18 22:32:28 UTC) #8
Garrett Casto
The CQ bit was checked by gcasto@chromium.org
6 years, 9 months ago (2014-03-18 22:32:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gcasto@chromium.org/202903002/80001
6 years, 9 months ago (2014-03-18 22:39:44 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 22:51:46 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-18 22:51:49 UTC) #12
Garrett Casto
The CQ bit was checked by gcasto@chromium.org
6 years, 9 months ago (2014-03-19 00:06:39 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gcasto@chromium.org/202903002/80001
6 years, 9 months ago (2014-03-19 00:07:59 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 00:17:38 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-19 00:17:39 UTC) #16
Garrett Casto
The CQ bit was checked by gcasto@chromium.org
6 years, 9 months ago (2014-03-19 01:29:08 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gcasto@chromium.org/202903002/100001
6 years, 9 months ago (2014-03-19 01:30:24 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 03:21:01 UTC) #19
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=284158
6 years, 9 months ago (2014-03-19 03:21:02 UTC) #20
Garrett Casto
The CQ bit was checked by gcasto@chromium.org
6 years, 9 months ago (2014-03-19 18:07:27 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gcasto@chromium.org/202903002/100001
6 years, 9 months ago (2014-03-19 18:08:35 UTC) #22
commit-bot: I haz the power
6 years, 9 months ago (2014-03-19 19:39:57 UTC) #23
Message was sent while issue was closed.
Change committed as 258063

Powered by Google App Engine
This is Rietveld 408576698