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

Issue 10882022: UMA: Add PageLoad user action (Closed)

Created:
8 years, 4 months ago by Mark P
Modified:
8 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Adds a PageLoad user that gets recorded on every page load, exactly at the same time as the pageload count histogram is updated. For background: this is what most people think the LoadURL user action does. It does not. LoadURL only gets recorded only on omnibox-mediated events. LoadURL is in fact useless because there are already omnibox event logs which cover the same space. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154077

Patch Set 1 #

Patch Set 2 : Rename new LoadURL -> PageLoad #

Patch Set 3 : rebase #

Total comments: 4

Patch Set 4 : Restore LoadURL. grrr. #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M chrome/browser/metrics/metrics_service.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Mark P
Assigning to Ilya for preliminary comments on the code while I'm still awaiting feedback whether ...
8 years, 4 months ago (2012-08-24 00:38:10 UTC) #1
Ilya Sherman
LGTM, thanks :)
8 years, 4 months ago (2012-08-24 06:18:49 UTC) #2
Mark P
Note the new description and effect. I'm still holding off on checking this in until ...
8 years, 3 months ago (2012-08-24 20:47:32 UTC) #3
Mark P
Requesting OWNERS review: sky - chrome/browser/ui/ review jar - chrome/browser/metrics/ review thanks, mark
8 years, 3 months ago (2012-08-27 18:25:19 UTC) #4
sky
LGTM
8 years, 3 months ago (2012-08-27 20:46:57 UTC) #5
jar (doing other things)
http://codereview.chromium.org/10882022/diff/6001/chrome/browser/ui/browser_commands.cc File chrome/browser/ui/browser_commands.cc (left): http://codereview.chromium.org/10882022/diff/6001/chrome/browser/ui/browser_commands.cc#oldcode344 chrome/browser/ui/browser_commands.cc:344: content::RecordAction(UserMetricsAction("LoadURL")); Do you have any interest in seeing how ...
8 years, 3 months ago (2012-08-27 21:40:59 UTC) #6
Mark P
http://codereview.chromium.org/10882022/diff/6001/chrome/browser/ui/browser_commands.cc File chrome/browser/ui/browser_commands.cc (left): http://codereview.chromium.org/10882022/diff/6001/chrome/browser/ui/browser_commands.cc#oldcode344 chrome/browser/ui/browser_commands.cc:344: content::RecordAction(UserMetricsAction("LoadURL")); On 2012/08/27 21:40:59, jar wrote: > Do you ...
8 years, 3 months ago (2012-08-27 21:58:46 UTC) #7
jar (doing other things)
+cc Ian F. IMO, you should leave both intact for now. Ian may comment... and ...
8 years, 3 months ago (2012-08-27 22:11:34 UTC) #8
Mark P
ptal http://codereview.chromium.org/10882022/diff/6001/chrome/browser/ui/browser_commands.cc File chrome/browser/ui/browser_commands.cc (left): http://codereview.chromium.org/10882022/diff/6001/chrome/browser/ui/browser_commands.cc#oldcode344 chrome/browser/ui/browser_commands.cc:344: content::RecordAction(UserMetricsAction("LoadURL")); On 2012/08/27 22:11:34, jar wrote: > I'm ...
8 years, 3 months ago (2012-08-29 00:17:40 UTC) #9
jar (doing other things)
lgtm
8 years, 3 months ago (2012-08-29 01:09:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/10882022/11001
8 years, 3 months ago (2012-08-29 01:37:07 UTC) #11
commit-bot: I haz the power
Try job failure for 10882022-11001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-08-29 02:53:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/10882022/11001
8 years, 3 months ago (2012-08-29 03:46:38 UTC) #13
commit-bot: I haz the power
Try job failure for 10882022-11001 (retry) on linux_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 3 months ago (2012-08-29 05:41:43 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/10882022/11001
8 years, 3 months ago (2012-08-29 05:42:40 UTC) #15
commit-bot: I haz the power
Try job failure for 10882022-11001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-08-29 06:50:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/10882022/11001
8 years, 3 months ago (2012-08-29 06:51:10 UTC) #17
commit-bot: I haz the power
Try job failure for 10882022-11001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-08-29 09:00:54 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/10882022/15006
8 years, 3 months ago (2012-08-29 15:23:35 UTC) #19
commit-bot: I haz the power
Try job failure for 10882022-15006 (retry) on linux_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 3 months ago (2012-08-29 17:23:36 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/10882022/15006
8 years, 3 months ago (2012-08-29 21:12:11 UTC) #21
commit-bot: I haz the power
8 years, 3 months ago (2012-08-30 05:16:44 UTC) #22
Change committed as 154077

Powered by Google App Engine
This is Rietveld 408576698