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

Issue 1214303003: Add UMA histograms for Google cached copy experiment on network error interstitial (Closed)

Created:
5 years, 5 months ago by edwardjung
Modified:
5 years, 5 months ago
CC:
cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add UMA histograms for Google cached copy experiment on network error interstitial Tracks usage: + of promoted 'Google cached copy' link doctor button. + on each of the two button label variants. BUG=474848 Committed: https://crrev.com/6bda7c88cd5dcf2423254ca08c047cbaf7cddfcd Cr-Commit-Position: refs/heads/master@{#339714}

Patch Set 1 #

Patch Set 2 : Add items to histogram #

Patch Set 3 : #

Patch Set 4 : Merge #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : Add numbers to events and fix comments #

Total comments: 2

Patch Set 7 : Fix spacing #

Patch Set 8 : Fix NetErrorHelperCore unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -17 lines) Patch
M chrome/common/localized_error.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/localized_error.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/net/net_error_helper.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/net/net_error_helper.cc View 1 2 3 4 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/renderer/net/net_error_page_controller.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/net/net_error_page_controller.cc View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M chrome/renderer/resources/neterror.js View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M components/error_page/common/net_error_info.h View 1 2 3 4 5 1 chunk +21 lines, -15 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core.h View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core.cc View 1 2 3 7 chunks +26 lines, -0 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core_unittest.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (8 generated)
edwardjung
Hi, please could you take a look at this CL as follows: jochen: chrome/renderer/resources/neterror.js chrome/common/localized_error.cc ...
5 years, 5 months ago (2015-07-13 18:34:01 UTC) #2
Alexei Svitkine (slow)
5 years, 5 months ago (2015-07-13 18:40:43 UTC) #4
Alexei Svitkine (slow)
lgtm
5 years, 5 months ago (2015-07-13 18:40:49 UTC) #5
mmenke
I'm reluctant to land any changes here until we have http://crbug.com/500556 figured out - unclear ...
5 years, 5 months ago (2015-07-13 18:56:51 UTC) #6
edwardjung
On 2015/07/13 18:56:51, mmenke wrote: > I'm reluctant to land any changes here until we ...
5 years, 5 months ago (2015-07-14 10:52:43 UTC) #7
mmenke
On 2015/07/14 10:52:43, edwardjung wrote: > On 2015/07/13 18:56:51, mmenke wrote: > > I'm reluctant ...
5 years, 5 months ago (2015-07-14 13:37:03 UTC) #8
edwardjung
> I'm not concerned about this skewing other stats...I'm concerned about the bug > skewing ...
5 years, 5 months ago (2015-07-14 16:13:16 UTC) #9
mmenke
On 2015/07/14 16:13:16, edwardjung wrote: > > I'm not concerned about this skewing other stats...I'm ...
5 years, 5 months ago (2015-07-14 16:33:48 UTC) #10
mmenke
Done a little digging on the other issue. Still not solved, but I'm less concerned ...
5 years, 5 months ago (2015-07-20 18:14:28 UTC) #11
edwardjung
Thanks, added numbers to the events as suggested. https://codereview.chromium.org/1214303003/diff/80001/components/error_page/common/net_error_info.h File components/error_page/common/net_error_info.h (right): https://codereview.chromium.org/1214303003/diff/80001/components/error_page/common/net_error_info.h#newcode40 components/error_page/common/net_error_info.h:40: NETWORK_ERROR_PAGE_CACHED_PAGE_BUTTON_CLICKED, ...
5 years, 5 months ago (2015-07-21 11:43:37 UTC) #12
mmenke
LGTM https://codereview.chromium.org/1214303003/diff/100001/components/error_page/renderer/net_error_helper_core.h File components/error_page/renderer/net_error_helper_core.h (right): https://codereview.chromium.org/1214303003/diff/100001/components/error_page/renderer/net_error_helper_core.h#newcode52 components/error_page/renderer/net_error_helper_core.h:52: SHOW_CACHED_PAGE_BUTTON, // "Google cached page" button label experiment. ...
5 years, 5 months ago (2015-07-21 14:46:53 UTC) #13
edwardjung
jochen@ could you take a look at: chrome/common/localized_error.* chrome/renderer/resources/neterror.js Thanks. https://codereview.chromium.org/1214303003/diff/100001/components/error_page/renderer/net_error_helper_core.h File components/error_page/renderer/net_error_helper_core.h (right): https://codereview.chromium.org/1214303003/diff/100001/components/error_page/renderer/net_error_helper_core.h#newcode52 ...
5 years, 5 months ago (2015-07-21 15:05:48 UTC) #14
jochen (gone - plz use gerrit)
lgtm
5 years, 5 months ago (2015-07-21 15:08:09 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1214303003/120001
5 years, 5 months ago (2015-07-21 15:28:24 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/38558) linux_chromium_rel_ng on ...
5 years, 5 months ago (2015-07-21 15:44:42 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1214303003/140001
5 years, 5 months ago (2015-07-21 18:47:12 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-21 19:14:05 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1214303003/140001
5 years, 5 months ago (2015-07-21 19:15:27 UTC) #26
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 5 months ago (2015-07-21 19:23:28 UTC) #27
commit-bot: I haz the power
5 years, 5 months ago (2015-07-21 19:49:06 UTC) #28
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/6bda7c88cd5dcf2423254ca08c047cbaf7cddfcd
Cr-Commit-Position: refs/heads/master@{#339714}

Powered by Google App Engine
This is Rietveld 408576698