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

Issue 10209036: Per bug 121738, ignore old saved logins for http*://www.google.com. (Closed)

Created:
8 years, 8 months ago by Mike Mammarella
Modified:
8 years, 7 months ago
Reviewers:
Tom Sepez, Ilya Sherman
CC:
chromium-reviews, tim (not reviewing), lcamtuf1
Visibility:
Public.

Description

Per bug 121738, ignore old saved logins for http*://www.google.com which is no longer used for Google login forms. Google login forms are now always on https://accounts.google.com, so these saved logins should be unused. This is a security feature to help minimize the damage that can be done by XSS attacks. BUG=121738 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=135938

Patch Set 1 #

Total comments: 4

Patch Set 2 : fix windows compile #

Patch Set 3 : fix mac tests #

Patch Set 4 : fix lint #

Patch Set 5 : update #

Total comments: 17

Patch Set 6 : #

Total comments: 3

Patch Set 7 : use base::Time #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+336 lines, -28 lines) Patch
M chrome/browser/password_manager/password_store.h View 1 2 3 4 5 2 chunks +17 lines, -11 lines 0 comments Download
M chrome/browser/password_manager/password_store.cc View 1 2 3 4 5 6 5 chunks +40 lines, -5 lines 1 comment Download
M chrome/browser/password_manager/password_store_default_unittest.cc View 1 2 3 4 5 8 chunks +9 lines, -12 lines 0 comments Download
A chrome/browser/password_manager/password_store_unittest.cc View 1 2 3 4 5 1 chunk +265 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/password_store_win.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Mike Mammarella
8 years, 8 months ago (2012-04-27 23:12:31 UTC) #1
Tom Sepez
One small concern, otherwise looks good. But I'm not the best person to review this ...
8 years, 8 months ago (2012-04-28 01:04:08 UTC) #2
Mike Mammarella
+Tim https://chromiumcodereview.appspot.com/10209036/diff/1/chrome/browser/password_manager/password_store.cc File chrome/browser/password_manager/password_store.cc (right): https://chromiumcodereview.appspot.com/10209036/diff/1/chrome/browser/password_manager/password_store.cc#newcode91 chrome/browser/password_manager/password_store.cc:91: form.signon_realm == "http://www.google.com/" || On 2012/04/28 01:04:08, Tom ...
8 years, 7 months ago (2012-04-30 16:09:45 UTC) #3
Mike Mammarella
Seems Tim may be on a trip of some sort. Ilya, mind reviewing this?
8 years, 7 months ago (2012-05-02 18:58:38 UTC) #4
Ilya Sherman
https://chromiumcodereview.appspot.com/10209036/diff/26011/chrome/browser/password_manager/password_store.h File chrome/browser/password_manager/password_store.h (right): https://chromiumcodereview.appspot.com/10209036/diff/26011/chrome/browser/password_manager/password_store.h#newcode73 chrome/browser/password_manager/password_store.h:73: time_t ignore_logins_cutoff_; nit: Please use base::Time for this, unless ...
8 years, 7 months ago (2012-05-02 22:10:17 UTC) #5
Mike Mammarella
My machine is powered off for an office move, so I can't easily make any ...
8 years, 7 months ago (2012-05-03 03:23:41 UTC) #6
Ilya Sherman
On 2012/05/03 03:23:41, Mike Mammarella wrote: > With regard to some of the other comments ...
8 years, 7 months ago (2012-05-04 07:22:35 UTC) #7
Mike Mammarella
https://chromiumcodereview.appspot.com/10209036/diff/26011/chrome/browser/password_manager/password_store.h File chrome/browser/password_manager/password_store.h (right): https://chromiumcodereview.appspot.com/10209036/diff/26011/chrome/browser/password_manager/password_store.h#newcode73 chrome/browser/password_manager/password_store.h:73: time_t ignore_logins_cutoff_; On 2012/05/02 22:10:17, Ilya Sherman wrote: > ...
8 years, 7 months ago (2012-05-07 00:14:36 UTC) #8
Ilya Sherman
LGTM https://chromiumcodereview.appspot.com/10209036/diff/39002/chrome/browser/password_manager/password_store.cc File chrome/browser/password_manager/password_store.cc (right): https://chromiumcodereview.appspot.com/10209036/diff/39002/chrome/browser/password_manager/password_store.cc#newcode92 chrome/browser/password_manager/password_store.cc:92: ignore_logins_cutoff = 1325376000; // 00:00 Jan 1 2012 ...
8 years, 7 months ago (2012-05-07 07:15:09 UTC) #9
Mike Mammarella
https://chromiumcodereview.appspot.com/10209036/diff/39002/chrome/browser/password_manager/password_store.cc File chrome/browser/password_manager/password_store.cc (right): https://chromiumcodereview.appspot.com/10209036/diff/39002/chrome/browser/password_manager/password_store.cc#newcode92 chrome/browser/password_manager/password_store.cc:92: ignore_logins_cutoff = 1325376000; // 00:00 Jan 1 2012 UTC ...
8 years, 7 months ago (2012-05-07 15:48:13 UTC) #10
Ilya Sherman
https://chromiumcodereview.appspot.com/10209036/diff/39002/chrome/browser/password_manager/password_store.cc File chrome/browser/password_manager/password_store.cc (right): https://chromiumcodereview.appspot.com/10209036/diff/39002/chrome/browser/password_manager/password_store.cc#newcode92 chrome/browser/password_manager/password_store.cc:92: ignore_logins_cutoff = 1325376000; // 00:00 Jan 1 2012 UTC ...
8 years, 7 months ago (2012-05-07 20:12:02 UTC) #11
Mike Mammarella
https://chromiumcodereview.appspot.com/10209036/diff/47003/chrome/browser/password_manager/password_store.cc File chrome/browser/password_manager/password_store.cc (right): https://chromiumcodereview.appspot.com/10209036/diff/47003/chrome/browser/password_manager/password_store.cc#newcode93 chrome/browser/password_manager/password_store.cc:93: { 2012, 1, 0, 1, 0, 0, 0, 0 ...
8 years, 7 months ago (2012-05-08 20:28:19 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mdm@chromium.org/10209036/47003
8 years, 7 months ago (2012-05-08 20:31:26 UTC) #13
commit-bot: I haz the power
8 years, 7 months ago (2012-05-08 22:51:17 UTC) #14
Try job failure for 10209036-47003 (retry) on win_rel for step "update".
It's a second try, previously, step "browser_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Step "update" is always a major failure.
Look at the try server FAQ for more details.

Powered by Google App Engine
This is Rietveld 408576698