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

Issue 576653002: Update the Safe Browsing interstitial histograms (Closed)

Created:
6 years, 3 months ago by felt
Modified:
6 years, 3 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Update the Safe Browsing interstitial histograms This organizes the Safe Browsing interstitial histograms in a way that should scale better as new warnings or buttons are added. Plus: all of the recording is done from within the command handling method, instead of in the secondary methods like OnProceed. BUG= Committed: https://crrev.com/e6e17b9dc4640dc192a8fb92a2098325cb8f7054 Cr-Commit-Position: refs/heads/master@{#295294}

Patch Set 1 #

Patch Set 2 : Histograms.xml #

Total comments: 2

Patch Set 3 : Moved DONT_PROCEED call #

Total comments: 5

Patch Set 4 : Rebased #

Patch Set 5 : Renamed histogram #

Patch Set 6 : Added TOTAL_VISITS to SB3InterstitialInteraction #

Total comments: 2

Patch Set 7 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -143 lines) Patch
M chrome/browser/safe_browsing/safe_browsing_blocking_page.h View 1 2 3 4 5 6 1 chunk +15 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 2 3 4 5 6 13 chunks +89 lines, -139 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 6 chunks +66 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
felt
Matt, hopefully this will be more clear now that it's separated out from the other ...
6 years, 3 months ago (2014-09-16 06:05:44 UTC) #2
mattm
https://codereview.chromium.org/576653002/diff/20001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc File chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (right): https://codereview.chromium.org/576653002/diff/20001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc#newcode331 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc:331: RecordUserDecision(DONT_PROCEED); I still don't think this will be recorded ...
6 years, 3 months ago (2014-09-16 07:48:20 UTC) #3
mattm
(oh, and thanks for splitting it up!)
6 years, 3 months ago (2014-09-16 07:48:54 UTC) #4
felt
https://codereview.chromium.org/576653002/diff/20001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc File chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (right): https://codereview.chromium.org/576653002/diff/20001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc#newcode331 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc:331: RecordUserDecision(DONT_PROCEED); On 2014/09/16 07:48:20, mattm wrote: > I still ...
6 years, 3 months ago (2014-09-16 15:03:32 UTC) #5
felt
alexei PTAL also?
6 years, 3 months ago (2014-09-16 15:04:40 UTC) #8
Alexei Svitkine (slow)
https://codereview.chromium.org/576653002/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/576653002/diff/40001/tools/metrics/histograms/histograms.xml#newcode10452 tools/metrics/histograms/histograms.xml:10452: +<histogram name="interstitial.malware.repeat_visit_decision" How about naming this interstitial.malware.decision.repeat_visit to indicate ...
6 years, 3 months ago (2014-09-16 17:30:56 UTC) #9
felt
https://codereview.chromium.org/576653002/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/576653002/diff/40001/tools/metrics/histograms/histograms.xml#newcode10452 tools/metrics/histograms/histograms.xml:10452: +<histogram name="interstitial.malware.repeat_visit_decision" On 2014/09/16 17:30:56, Alexei Svitkine wrote: > ...
6 years, 3 months ago (2014-09-16 20:34:56 UTC) #10
Alexei Svitkine (slow)
https://codereview.chromium.org/576653002/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/576653002/diff/40001/tools/metrics/histograms/histograms.xml#newcode49260 tools/metrics/histograms/histograms.xml:49260: + <int value="0" label="SHOW_ADVANCED"/> On 2014/09/16 20:34:56, felt wrote: ...
6 years, 3 months ago (2014-09-16 21:05:01 UTC) #11
felt
On 2014/09/16 21:05:01, Alexei Svitkine wrote: > https://codereview.chromium.org/576653002/diff/40001/tools/metrics/histograms/histograms.xml > File tools/metrics/histograms/histograms.xml (right): > > https://codereview.chromium.org/576653002/diff/40001/tools/metrics/histograms/histograms.xml#newcode49260 ...
6 years, 3 months ago (2014-09-17 01:01:27 UTC) #12
mattm
lgtm https://codereview.chromium.org/576653002/diff/100001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc File chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (right): https://codereview.chromium.org/576653002/diff/100001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc#newcode564 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc:564: switch (interaction) { Do you need TOTAL_VISITS in ...
6 years, 3 months ago (2014-09-17 01:22:21 UTC) #13
felt
https://codereview.chromium.org/576653002/diff/100001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc File chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (right): https://codereview.chromium.org/576653002/diff/100001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc#newcode564 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc:564: switch (interaction) { On 2014/09/17 01:22:21, mattm wrote: > ...
6 years, 3 months ago (2014-09-17 01:27:12 UTC) #14
Alexei Svitkine (slow)
lgtm
6 years, 3 months ago (2014-09-17 15:18:32 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/576653002/100001
6 years, 3 months ago (2014-09-17 15:20:33 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/57181) ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/10808) mac_chromium_compile_dbg ...
6 years, 3 months ago (2014-09-17 15:23:52 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/576653002/120001
6 years, 3 months ago (2014-09-17 16:40:45 UTC) #21
commit-bot: I haz the power
Committed patchset #7 (id:120001) as 06c2100edd4d7d9c77f0ab934a8ea2b8777ca80e
6 years, 3 months ago (2014-09-17 17:43:59 UTC) #22
commit-bot: I haz the power
6 years, 3 months ago (2014-09-17 17:44:29 UTC) #23
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e6e17b9dc4640dc192a8fb92a2098325cb8f7054
Cr-Commit-Position: refs/heads/master@{#295294}

Powered by Google App Engine
This is Rietveld 408576698