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

Issue 3190004: dom-ui options: record user metrics for pref changes.... (Closed)

Created:
10 years, 4 months ago by csilv
Modified:
9 years, 7 months ago
CC:
chromium-reviews, dhg, arv (Not doing code reviews), ben+cc_chromium.org, jhawkins, sargrass
Visibility:
Public.

Description

dom-ui options: record user metrics for pref changes. BUG=52520 TEST=Verify metrics are saved when changing options in dom-ui options window (--enable-tabbed-options). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57093

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 6

Patch Set 6 : '' #

Total comments: 4

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : Rebase to r56863. #

Patch Set 12 : Resolve compile error. #

Patch Set 13 : Rebase to r56942. #

Patch Set 14 : Rebase to r56963. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -70 lines) Patch
M chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.h View 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.cc View 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/advanced_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/browser_options_handler.cc View 5 6 7 8 9 10 11 12 13 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/core_options_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/dom_ui/core_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +35 lines, -7 lines 0 comments Download
M chrome/browser/resources/options/advanced_options.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +24 lines, -19 lines 0 comments Download
M chrome/browser/resources/options/advanced_options.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/autofill_options.html View 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options/browser_options.html View 5 6 7 8 9 10 11 12 13 2 chunks +18 lines, -12 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/content_settings.js View 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/font_settings_overlay.html View 5 6 7 8 9 10 11 12 13 4 chunks +14 lines, -7 lines 0 comments Download
M chrome/browser/resources/options/personal_options.html View 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/options/personal_options.js View 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/pref_ui.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 10 chunks +37 lines, -8 lines 0 comments Download
M chrome/browser/resources/options/preferences.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +20 lines, -8 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
csilv
+zelidrag, +stuartmorgan for review For this CL, I collected a list of all user metrics ...
10 years, 4 months ago (2010-08-18 23:05:34 UTC) #1
stuartmorgan
http://codereview.chromium.org/3190004/diff/23001/24001 File chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.cc (right): http://codereview.chromium.org/3190004/diff/23001/24001#newcode65 chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.cc:65: if (metric_string.length()) { Minor nit, but maybe swap the ...
10 years, 4 months ago (2010-08-19 15:13:44 UTC) #2
csilv
http://codereview.chromium.org/3190004/diff/23001/24001 File chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.cc (right): http://codereview.chromium.org/3190004/diff/23001/24001#newcode65 chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.cc:65: if (metric_string.length()) { On 2010/08/19 15:13:44, stuartmorgan wrote: > ...
10 years, 4 months ago (2010-08-19 21:06:59 UTC) #3
stuartmorgan
LGTM http://codereview.chromium.org/3190004/diff/31001/32005 File chrome/browser/dom_ui/core_options_handler.cc (right): http://codereview.chromium.org/3190004/diff/31001/32005#newcode176 chrome/browser/dom_ui/core_options_handler.cc:176: if (metric.length()) { Probably cleaner as if (metric.length() ...
10 years, 4 months ago (2010-08-19 21:16:25 UTC) #4
csilv
http://codereview.chromium.org/3190004/diff/31001/32005 File chrome/browser/dom_ui/core_options_handler.cc (right): http://codereview.chromium.org/3190004/diff/31001/32005#newcode176 chrome/browser/dom_ui/core_options_handler.cc:176: if (metric.length()) { On 2010/08/19 21:16:25, stuartmorgan wrote: > ...
10 years, 4 months ago (2010-08-19 21:22:56 UTC) #5
Evan Stade
http://codereview.chromium.org/3190004/diff/31001/32005 File chrome/browser/dom_ui/core_options_handler.cc (right): http://codereview.chromium.org/3190004/diff/31001/32005#newcode176 chrome/browser/dom_ui/core_options_handler.cc:176: if (metric.length()) { metric.empty()
10 years, 4 months ago (2010-08-19 21:34:36 UTC) #6
csilv
http://codereview.chromium.org/3190004/diff/31001/32005 File chrome/browser/dom_ui/core_options_handler.cc (right): http://codereview.chromium.org/3190004/diff/31001/32005#newcode176 chrome/browser/dom_ui/core_options_handler.cc:176: if (metric.length()) { On 2010/08/19 21:34:36, Evan Stade wrote: ...
10 years, 4 months ago (2010-08-19 22:01:02 UTC) #7
Evan Stade
(that was just a flyby nit, no need to wait for a review from me)
10 years, 4 months ago (2010-08-20 23:58:20 UTC) #8
csilv
10 years, 4 months ago (2010-08-21 01:25:57 UTC) #9
Thx.  I'm waiting for the trybot blessing of green.  Probably monday.

Powered by Google App Engine
This is Rietveld 408576698