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

Issue 23874005: Ensure the 1993 NTP logs to UMA Most Visited tiles that use the fallback thumbnail instead of the p… (Closed)

Created:
7 years, 3 months ago by beaudoin
Modified:
7 years, 3 months ago
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, mad+watch_chromium.org, dominich, jfweitz+watch_chromium.org, David Black, arv+watch_chromium.org, samarth+watch_chromium.org, estade+watch_chromium.org, kmadhusu+watch_chromium.org, Jered, pedrosimonetti+watch_chromium.org
Visibility:
Public.

Description

Ensure the 1993 NTP logs to UMA Most Visited tiles that use the fallback thumbnail instead of the preferred one. TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221463

Patch Set 1 #

Total comments: 15

Patch Set 2 : Answered Mathieu's comments. #

Patch Set 3 : Minor fix. #

Patch Set 4 : Ensured comments match for enum in .h and .js. #

Patch Set 5 : Added changes to histograms.xml #

Patch Set 6 : Change to histograms.xml #

Total comments: 6

Patch Set 7 : Answered asvitkine comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -7 lines) Patch
M chrome/browser/resources/local_ntp/most_visited_thumbnail.js View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/local_ntp/most_visited_util.js View 1 2 3 1 chunk +9 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_user_data_logger.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc View 1 2 3 4 5 6 3 chunks +23 lines, -4 lines 0 comments Download
M chrome/common/ntp_logging_events.h View 1 1 chunk +10 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
beaudoin
mathp: Overall logic. jeremycho: chrome/browser/resources/local_ntp/most_visited_util.js estade: chrome/browser/ui/webui/ntp/*
7 years, 3 months ago (2013-09-03 21:01:55 UTC) #1
Mathieu
Proposed some new names for the enums and variables, since attempts can get confusing in ...
7 years, 3 months ago (2013-09-03 21:40:22 UTC) #2
beaudoin
Mathieu: PTAL. https://codereview.chromium.org/23874005/diff/1/chrome/browser/resources/local_ntp/most_visited_thumbnail.js File chrome/browser/resources/local_ntp/most_visited_thumbnail.js (right): https://codereview.chromium.org/23874005/diff/1/chrome/browser/resources/local_ntp/most_visited_thumbnail.js#newcode54 chrome/browser/resources/local_ntp/most_visited_thumbnail.js:54: logEvent(NTP_LOGGING_EVENT_TYPE.NTP_THUMBNAIL_FALLBACK); On 2013/09/03 21:40:23, Mathieu Perreault wrote: ...
7 years, 3 months ago (2013-09-03 22:34:54 UTC) #3
Mathieu
lgtm
7 years, 3 months ago (2013-09-03 22:40:14 UTC) #4
beaudoin
jeremycho, estade: Friendly ping.
7 years, 3 months ago (2013-09-04 20:40:39 UTC) #5
Evan Stade
lgtm
7 years, 3 months ago (2013-09-04 20:53:19 UTC) #6
jeremycho
lgtm https://codereview.chromium.org/23874005/diff/1/chrome/browser/resources/local_ntp/most_visited_util.js File chrome/browser/resources/local_ntp/most_visited_util.js (right): https://codereview.chromium.org/23874005/diff/1/chrome/browser/resources/local_ntp/most_visited_util.js#newcode22 chrome/browser/resources/local_ntp/most_visited_util.js:22: // There was an error in loading a ...
7 years, 3 months ago (2013-09-04 20:53:56 UTC) #7
beaudoin
https://codereview.chromium.org/23874005/diff/1/chrome/browser/resources/local_ntp/most_visited_util.js File chrome/browser/resources/local_ntp/most_visited_util.js (right): https://codereview.chromium.org/23874005/diff/1/chrome/browser/resources/local_ntp/most_visited_util.js#newcode22 chrome/browser/resources/local_ntp/most_visited_util.js:22: // There was an error in loading a thumbnail ...
7 years, 3 months ago (2013-09-05 12:47:31 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/23874005/31001
7 years, 3 months ago (2013-09-05 12:47:54 UTC) #9
beaudoin
Added TBR=jam for trivial change to chrome/common/ntp_logging_events.h
7 years, 3 months ago (2013-09-05 12:58:40 UTC) #10
beaudoin
+asvitkine for histograms.xml
7 years, 3 months ago (2013-09-05 14:50:13 UTC) #11
Alexei Svitkine (slow)
https://codereview.chromium.org/23874005/diff/54001/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc File chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc (right): https://codereview.chromium.org/23874005/diff/54001/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc#newcode19 chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc:19: number_of_fallback_thumbnails_requested_); Nit: Move this above the if block that ...
7 years, 3 months ago (2013-09-05 14:59:25 UTC) #12
beaudoin
Answered asvitkine comments. https://codereview.chromium.org/23874005/diff/54001/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc File chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc (right): https://codereview.chromium.org/23874005/diff/54001/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc#newcode19 chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc:19: number_of_fallback_thumbnails_requested_); On 2013/09/05 14:59:25, Alexei Svitkine ...
7 years, 3 months ago (2013-09-05 15:02:55 UTC) #13
Alexei Svitkine (slow)
LGTM
7 years, 3 months ago (2013-09-05 15:04:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/23874005/58001
7 years, 3 months ago (2013-09-05 15:06:29 UTC) #15
jam
On 2013/09/05 12:58:40, beaudoin wrote: > Added TBR=jam for trivial change to chrome/common/ntp_logging_events.h can you ...
7 years, 3 months ago (2013-09-05 15:53:53 UTC) #16
beaudoin
Added TBR=sky for trivial change to chrome/common/ntp_logging_events.h
7 years, 3 months ago (2013-09-05 16:02:55 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/23874005/58001
7 years, 3 months ago (2013-09-05 16:03:54 UTC) #18
commit-bot: I haz the power
7 years, 3 months ago (2013-09-05 18:20:28 UTC) #19
Message was sent while issue was closed.
Change committed as 221463

Powered by Google App Engine
This is Rietveld 408576698