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

Issue 643493003: [Password Generation] Update UMA stats for popups per page not per event. (Closed)

Created:
6 years, 2 months ago by Garrett Casto
Modified:
6 years, 2 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, benquan, browser-components-watch_chromium.org, jam, rouslan+autofillwatch_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, mkwst+moarreviews-renderer_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, Ilya Sherman, mkwst+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Password Generation] Update UMA stats for popups per page not per event. BUG=421707 Committed: https://crrev.com/cec66775f18b88939595ec51f30d24e8e7996a20 Cr-Commit-Position: refs/heads/master@{#299738}

Patch Set 1 #

Patch Set 2 : Test #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : Comments #

Patch Set 6 : #

Total comments: 4

Patch Set 7 : Comments #

Patch Set 8 : Test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -8 lines) Patch
M chrome/renderer/autofill/password_generation_agent_browsertest.cc View 1 2 3 4 5 6 7 3 chunks +13 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/password_generation_agent.h View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/password_generation_agent.cc View 1 2 4 chunks +16 lines, -4 lines 0 comments Download
M components/autofill/core/common/password_generation_util.h View 1 2 3 4 5 2 chunks +17 lines, -2 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Garrett Casto
6 years, 2 months ago (2014-10-09 18:37:08 UTC) #2
Ilya Sherman
https://codereview.chromium.org/643493003/diff/70001/chrome/renderer/autofill/password_generation_agent_browsertest.cc File chrome/renderer/autofill/password_generation_agent_browsertest.cc (right): https://codereview.chromium.org/643493003/diff/70001/chrome/renderer/autofill/password_generation_agent_browsertest.cc#newcode346 chrome/renderer/autofill/password_generation_agent_browsertest.cc:346: autofill::password_generation::GENERATION_POPUP_SHOWN)); Please use base/test/histogram_tester.h for this. https://codereview.chromium.org/643493003/diff/70001/components/autofill/content/renderer/password_generation_agent.cc File components/autofill/content/renderer/password_generation_agent.cc ...
6 years, 2 months ago (2014-10-09 22:03:58 UTC) #3
Garrett Casto
https://codereview.chromium.org/643493003/diff/70001/chrome/renderer/autofill/password_generation_agent_browsertest.cc File chrome/renderer/autofill/password_generation_agent_browsertest.cc (right): https://codereview.chromium.org/643493003/diff/70001/chrome/renderer/autofill/password_generation_agent_browsertest.cc#newcode346 chrome/renderer/autofill/password_generation_agent_browsertest.cc:346: autofill::password_generation::GENERATION_POPUP_SHOWN)); On 2014/10/09 22:03:58, Ilya Sherman wrote: > Please ...
6 years, 2 months ago (2014-10-14 18:40:05 UTC) #4
Ilya Sherman
Thanks. LGTM % nits: https://codereview.chromium.org/643493003/diff/170001/chrome/renderer/autofill/password_generation_agent_browsertest.cc File chrome/renderer/autofill/password_generation_agent_browsertest.cc (right): https://codereview.chromium.org/643493003/diff/170001/chrome/renderer/autofill/password_generation_agent_browsertest.cc#newcode9 chrome/renderer/autofill/password_generation_agent_browsertest.cc:9: #include "base/metrics/statistics_recorder.h" nit: Are these ...
6 years, 2 months ago (2014-10-14 20:17:20 UTC) #5
Garrett Casto
https://codereview.chromium.org/643493003/diff/170001/chrome/renderer/autofill/password_generation_agent_browsertest.cc File chrome/renderer/autofill/password_generation_agent_browsertest.cc (right): https://codereview.chromium.org/643493003/diff/170001/chrome/renderer/autofill/password_generation_agent_browsertest.cc#newcode9 chrome/renderer/autofill/password_generation_agent_browsertest.cc:9: #include "base/metrics/statistics_recorder.h" On 2014/10/14 20:17:20, Ilya Sherman wrote: > ...
6 years, 2 months ago (2014-10-15 00:10:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643493003/190001
6 years, 2 months ago (2014-10-15 00:13:51 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/79128) win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/73392) linux_chromium_rel_swarming ...
6 years, 2 months ago (2014-10-15 00:42:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643493003/210001
6 years, 2 months ago (2014-10-15 18:17:09 UTC) #12
commit-bot: I haz the power
Committed patchset #8 (id:210001)
6 years, 2 months ago (2014-10-15 19:20:43 UTC) #13
commit-bot: I haz the power
6 years, 2 months ago (2014-10-15 19:21:25 UTC) #14
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/cec66775f18b88939595ec51f30d24e8e7996a20
Cr-Commit-Position: refs/heads/master@{#299738}

Powered by Google App Engine
This is Rietveld 408576698