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

Issue 12490012: Send Feedback Experiment (Closed)

Created:
7 years, 9 months ago by Harry McCleave
Modified:
7 years, 9 months ago
Reviewers:
SteveT, Steve, sky
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Send Feedback Experiment Feedback Experiment to test response rate (usage of report an issue) when alternate text (Send Feedback) and or an alternate location (on windows/linux/mac the main Wrench Menu, on ChromeOS in the more tools option) is used. In the case of alternate text experiments the label for the report an issue button on the chrome://help page is also changed. BUG=169339 TEST=Manual Default behavior should not change, to confirm desired behavior run chrome with --force-fieldtrials=SendFeedbackLinkLocation/$GROUP_NAME/ Where GROUP_NAME is one of {alt-text,alt-location,alt-text-and-location} (note trailing '/' is required!) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190049

Patch Set 1 #

Patch Set 2 : missed new files #

Patch Set 3 : experiment ids and formatting #

Patch Set 4 : rebase and added comments #

Patch Set 5 : -static #

Total comments: 12

Patch Set 6 : #

Patch Set 7 : whitespace #

Total comments: 28

Patch Set 8 : cleanup #

Total comments: 5

Patch Set 9 : removed duplicate constant strings #

Total comments: 7

Patch Set 10 : requested changes #

Total comments: 1

Patch Set 11 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -8 lines) Patch
M chrome/app/generated_resources.grd View 3 chunks +9 lines, -0 lines 0 comments Download
A chrome/browser/ui/send_feedback_experiment.h View 1 2 3 4 5 6 7 8 9 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/browser/ui/send_feedback_experiment.cc View 1 2 3 4 5 6 7 8 9 1 chunk +38 lines, -0 lines 0 comments Download
M chrome/browser/ui/toolbar/wrench_menu_model.cc View 1 2 3 4 5 6 7 8 9 5 chunks +30 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/help/help_handler.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +14 lines, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/metrics/variations/variation_ids.h View 1 2 3 4 5 1 chunk +26 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
Harry McCleave
Ready for review.
7 years, 9 months ago (2013-03-15 21:59:35 UTC) #1
sky
You should get one of the guys that understands the field trial stuff to review ...
7 years, 9 months ago (2013-03-15 23:23:42 UTC) #2
Harry McCleave
Added Steve (do you mind taking a look for the finch side of things). https://codereview.chromium.org/12490012/diff/10001/chrome/browser/ui/send_feedback_experiment.cc ...
7 years, 9 months ago (2013-03-19 03:11:31 UTC) #3
SteveT
Looking great! Can you add a TEST= line and a more verbose description describing how ...
7 years, 9 months ago (2013-03-19 14:38:58 UTC) #4
Harry McCleave
All 4 cases have been tested on my machine using --force-fieldtrials, and by linking to ...
7 years, 9 months ago (2013-03-19 22:23:29 UTC) #5
SteveT
On 2013/03/19 22:23:29, Harry McCleave wrote: > All 4 cases have been tested on my ...
7 years, 9 months ago (2013-03-20 15:12:22 UTC) #6
SteveT
Question and a small nit for ya. https://codereview.chromium.org/12490012/diff/25001/chrome/browser/ui/webui/help/help_handler.cc File chrome/browser/ui/webui/help/help_handler.cc (right): https://codereview.chromium.org/12490012/diff/25001/chrome/browser/ui/webui/help/help_handler.cc#newcode143 chrome/browser/ui/webui/help/help_handler.cc:143: { "reportAnIssue", ...
7 years, 9 months ago (2013-03-20 15:19:44 UTC) #7
Harry McCleave
https://chromiumcodereview.appspot.com/12490012/diff/25001/chrome/browser/ui/webui/help/help_handler.cc File chrome/browser/ui/webui/help/help_handler.cc (right): https://chromiumcodereview.appspot.com/12490012/diff/25001/chrome/browser/ui/webui/help/help_handler.cc#newcode166 chrome/browser/ui/webui/help/help_handler.cc:166: const std::string kResourceReportIssue = "reportAnIssue"; On 2013/03/20 15:19:44, SteveT ...
7 years, 9 months ago (2013-03-20 21:30:55 UTC) #8
SteveT
Okay, great! LGTM! Very nicely done, and thanks again for tackling this :) https://chromiumcodereview.appspot.com/12490012/diff/38001/chrome/browser/ui/webui/help/help_handler.cc File ...
7 years, 9 months ago (2013-03-21 05:04:39 UTC) #9
SteveT
Scott - mind finishing your review for UI-related stuff? And OWNERS, probably.
7 years, 9 months ago (2013-03-21 05:06:04 UTC) #10
sky
https://chromiumcodereview.appspot.com/12490012/diff/38001/chrome/browser/ui/send_feedback_experiment.h File chrome/browser/ui/send_feedback_experiment.h (right): https://chromiumcodereview.appspot.com/12490012/diff/38001/chrome/browser/ui/send_feedback_experiment.h#newcode13 chrome/browser/ui/send_feedback_experiment.h:13: namespace send_feedback_experiment { This namespace isn't necessary and is ...
7 years, 9 months ago (2013-03-21 15:02:50 UTC) #11
Harry McCleave
https://codereview.chromium.org/12490012/diff/38001/chrome/browser/ui/send_feedback_experiment.h File chrome/browser/ui/send_feedback_experiment.h (right): https://codereview.chromium.org/12490012/diff/38001/chrome/browser/ui/send_feedback_experiment.h#newcode13 chrome/browser/ui/send_feedback_experiment.h:13: namespace send_feedback_experiment { On 2013/03/21 15:02:50, sky wrote: > ...
7 years, 9 months ago (2013-03-21 20:42:09 UTC) #12
sky
LGTM https://codereview.chromium.org/12490012/diff/46001/chrome/browser/ui/webui/help/help_handler.cc File chrome/browser/ui/webui/help/help_handler.cc (right): https://codereview.chromium.org/12490012/diff/46001/chrome/browser/ui/webui/help/help_handler.cc#newcode171 chrome/browser/ui/webui/help/help_handler.cc:171: if (std::string(kResourceReportIssue) == resources[i].name) Could you remove the ...
7 years, 9 months ago (2013-03-22 03:58:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/harrym@chromium.org/12490012/29002
7 years, 9 months ago (2013-03-22 04:24:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/harrym@chromium.org/12490012/29002
7 years, 9 months ago (2013-03-22 18:16:54 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/harrym@chromium.org/12490012/29002
7 years, 9 months ago (2013-03-23 14:54:11 UTC) #16
commit-bot: I haz the power
7 years, 9 months ago (2013-03-23 17:49:09 UTC) #17
Message was sent while issue was closed.
Change committed as 190049

Powered by Google App Engine
This is Rietveld 408576698