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

Issue 2905343002: Show interstitial on a password on focus ping with PHISHING verdict. (Closed)

Created:
3 years, 7 months ago by Jialiu Lin
Modified:
3 years, 6 months ago
CC:
chromium-reviews, vabr+watchlistpasswordmanager_chromium.org, rouslan+autofill_chromium.org, grt+watch_chromium.org, sebsg+autofillwatch_chromium.org, jam, timvolodine, mathp+autofillwatch_chromium.org, darin-cc_chromium.org, rogerm+autofillwatch_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, vakh+watch_chromium.org, lpz
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Show interstitial on a password on focus ping with PHISHING verdict. Plus a couple of minor bug fixing: - Check is user turned on safe browsing before sending pings - If verdict is already cached, don't attempt to cache again. BUG=726794 Review-Url: https://codereview.chromium.org/2905343002 Cr-Commit-Position: refs/heads/master@{#476538} Committed: https://chromium.googlesource.com/chromium/src/+/9e464a8bd5869da658e45ecf5be00305792b2e61

Patch Set 1 #

Patch Set 2 : nit #

Total comments: 6

Patch Set 3 : address nparker's comments #

Total comments: 2

Patch Set 4 : rebase update #

Patch Set 5 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+407 lines, -98 lines) Patch
M chrome/browser/password_manager/chrome_password_manager_client_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_password_protection_service.h View 3 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_password_protection_service.cc View 4 chunks +43 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc View 1 2 7 chunks +249 lines, -73 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ssl/security_state_tab_helper.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/safe_browsing/base_blocking_page.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M components/safe_browsing/base_ping_manager.cc View 3 chunks +9 lines, -1 line 0 comments Download
M components/safe_browsing/browser/threat_details.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M components/safe_browsing/csd.proto View 3 chunks +9 lines, -3 lines 0 comments Download
M components/safe_browsing/password_protection/password_protection_request.h View 1 2 1 chunk +9 lines, -1 line 0 comments Download
M components/safe_browsing/password_protection/password_protection_request.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M components/safe_browsing/password_protection/password_protection_service.h View 5 chunks +10 lines, -3 lines 0 comments Download
M components/safe_browsing/password_protection/password_protection_service.cc View 2 chunks +20 lines, -3 lines 0 comments Download
M components/safe_browsing/password_protection/password_protection_service_unittest.cc View 1 2 5 chunks +8 lines, -3 lines 0 comments Download
M components/safe_browsing_db/hit_report.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/safe_browsing_db/v4_protocol_manager_util.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M components/security_interstitials/content/unsafe_resource.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/security_interstitials/content/unsafe_resource.cc View 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 33 (18 generated)
Jialiu Lin
3 years, 7 months ago (2017-05-26 20:02:00 UTC) #6
Nathan Parker
lgtm https://codereview.chromium.org/2905343002/diff/20001/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc File chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc (right): https://codereview.chromium.org/2905343002/diff/20001/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc#newcode36 chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc:36: // Note: this will delete the client object ...
3 years, 6 months ago (2017-05-30 18:26:58 UTC) #7
Jialiu Lin
Thanks nparker@! +mathp@ for c/b/ui/autofill/* owner review +dvadym@ for c/b/password_manager/ owner review +estark@ for c/b/ssl/security_state_tab_helper.cc ...
3 years, 6 months ago (2017-05-30 19:12:48 UTC) #9
estark
c/b/ssl lgtm
3 years, 6 months ago (2017-05-30 22:53:41 UTC) #10
dvadym
chrome_password_manager_client_unittest.cc LGTM
3 years, 6 months ago (2017-05-31 08:45:55 UTC) #11
Mathieu
autofill lgtm
3 years, 6 months ago (2017-05-31 17:35:44 UTC) #12
Jialiu Lin
-lpz@ since he is OOO for this week +vakh@ as the second reviewer for safe_browsing ...
3 years, 6 months ago (2017-05-31 18:18:12 UTC) #14
Jialiu Lin
vakh@, have time to take a look?
3 years, 6 months ago (2017-06-01 18:26:13 UTC) #15
vakh (use Gerrit instead)
lgtm https://codereview.chromium.org/2905343002/diff/40001/components/safe_browsing/csd.proto File components/safe_browsing/csd.proto (right): https://codereview.chromium.org/2905343002/diff/40001/components/safe_browsing/csd.proto#newcode911 components/safe_browsing/csd.proto:911: PASSWORD_PROTECTION_PHISHING_URL = 12; URL_PHISHING_PASSWORD_PROTECTION (to keep it consistent ...
3 years, 6 months ago (2017-06-01 18:30:11 UTC) #16
vakh (use Gerrit instead)
On 2017/06/01 18:26:13, Jialiu Lin wrote: > vakh@, have time to take a look? Done.
3 years, 6 months ago (2017-06-01 18:31:12 UTC) #17
Jialiu Lin
Thanks! https://codereview.chromium.org/2905343002/diff/40001/components/safe_browsing/csd.proto File components/safe_browsing/csd.proto (right): https://codereview.chromium.org/2905343002/diff/40001/components/safe_browsing/csd.proto#newcode911 components/safe_browsing/csd.proto:911: PASSWORD_PROTECTION_PHISHING_URL = 12; On 2017/06/01 18:30:09, vakh (Varun ...
3 years, 6 months ago (2017-06-01 18:53:33 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2905343002/40001
3 years, 6 months ago (2017-06-01 18:54:53 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/280807) cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 6 months ago (2017-06-01 19:00:23 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2905343002/80001
3 years, 6 months ago (2017-06-01 21:29:46 UTC) #29
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 03:01:24 UTC) #33
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/9e464a8bd5869da658e45ecf5be0...

Powered by Google App Engine
This is Rietveld 408576698