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

Issue 439683002: Remove old SBInterstitial counter (Closed)

Created:
6 years, 4 months ago by felt
Modified:
6 years, 4 months ago
Reviewers:
Mark P, mattm
CC:
chromium-reviews, asvitkine+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Remove old SBInterstitial counter The first version of the Safe Browsing interstitial used a SBInterstitial counter. It was subsequently replaced by two histograms: SB2.InterstitialAction and SB2.InterstitialActionDetails. This deprecates the SBInterstitial counter. BUG=346120 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287921

Patch Set 1 #

Patch Set 2 : Missed a line #

Total comments: 1

Patch Set 3 : Restored suffix, removed old counters #

Total comments: 6

Patch Set 4 : Fixed comments #

Total comments: 2

Patch Set 5 : Updated suffix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -78 lines) Patch
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 1 chunk +0 lines, -35 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 3 1 chunk +72 lines, -35 lines 0 comments Download
M tools/metrics/actions/extract_actions.py View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
felt
mattm, mpearson, PTAL. I've never seen the histogram suffix thing before, so please let me ...
6 years, 4 months ago (2014-08-04 01:56:21 UTC) #1
Mark P
On 2014/08/04 01:56:21, felt wrote: > mattm, mpearson, PTAL. > > I've never seen the ...
6 years, 4 months ago (2014-08-04 17:24:16 UTC) #2
chromium-reviews
If the suffix list documents real histograms that were emitted (and that we have data ...
6 years, 4 months ago (2014-08-04 17:29:50 UTC) #3
Mark P
Alexei is right. I spoke too soon. The histograms that the suffix list applies to ...
6 years, 4 months ago (2014-08-04 17:45:12 UTC) #4
mattm
https://codereview.chromium.org/439683002/diff/20001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc File chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (left): https://codereview.chromium.org/439683002/diff/20001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc#oldcode710 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc:710: content::RecordComputedAction(action); This is not technically a histogram. (It's under ...
6 years, 4 months ago (2014-08-04 20:26:07 UTC) #5
felt
On 2014/08/04 20:26:07, mattm wrote: > https://codereview.chromium.org/439683002/diff/20001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc > File chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (left): > > https://codereview.chromium.org/439683002/diff/20001/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc#oldcode710 > ...
6 years, 4 months ago (2014-08-05 04:33:48 UTC) #6
mattm
https://codereview.chromium.org/439683002/diff/40001/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/439683002/diff/40001/tools/metrics/actions/actions.xml#newcode9943 tools/metrics/actions/actions.xml:9943: <action name="SBInterstitialMultipleDontProceed_V1"> missed this one https://codereview.chromium.org/439683002/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): ...
6 years, 4 months ago (2014-08-05 06:56:21 UTC) #7
Mark P
https://codereview.chromium.org/439683002/diff/40001/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/439683002/diff/40001/tools/metrics/actions/actions.xml#newcode9868 tools/metrics/actions/actions.xml:9868: <obsolete>Replaced by SB2.InterstitialAction</obsolete> Can you make these Replaced by ...
6 years, 4 months ago (2014-08-05 16:03:43 UTC) #8
felt
https://codereview.chromium.org/439683002/diff/40001/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/439683002/diff/40001/tools/metrics/actions/actions.xml#newcode9868 tools/metrics/actions/actions.xml:9868: <obsolete>Replaced by SB2.InterstitialAction</obsolete> On 2014/08/05 16:03:42, Mark P wrote: ...
6 years, 4 months ago (2014-08-06 19:51:07 UTC) #9
Mark P
lgtm one comment below https://codereview.chromium.org/439683002/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/439683002/diff/60001/tools/metrics/histograms/histograms.xml#oldcode52189 tools/metrics/histograms/histograms.xml:52189: <suffix name="V2" label="version 2 (new ...
6 years, 4 months ago (2014-08-06 20:08:07 UTC) #10
felt
https://codereview.chromium.org/439683002/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/439683002/diff/60001/tools/metrics/histograms/histograms.xml#oldcode52189 tools/metrics/histograms/histograms.xml:52189: <suffix name="V2" label="version 2 (new interstitial)"/> On 2014/08/06 20:08:07, ...
6 years, 4 months ago (2014-08-06 20:19:35 UTC) #11
mattm
lgtm
6 years, 4 months ago (2014-08-06 20:44:46 UTC) #12
felt
The CQ bit was checked by felt@chromium.org
6 years, 4 months ago (2014-08-06 20:47:22 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/439683002/80001
6 years, 4 months ago (2014-08-06 20:49:07 UTC) #14
commit-bot: I haz the power
6 years, 4 months ago (2014-08-07 00:56:24 UTC) #15
Message was sent while issue was closed.
Change committed as 287921

Powered by Google App Engine
This is Rietveld 408576698