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

Issue 10532149: Omnibox: Create HistoryQuickProvider new scoring field trial. (Closed)

Created:
8 years, 6 months ago by Mark P
Modified:
8 years, 6 months ago
Reviewers:
Ilya Sherman, sky
CC:
chromium-reviews, James Su, brettw-cc_chromium.org, Peter Kasting, mrossetti
Visibility:
Public.

Description

Omnibox: Create HistoryQuickProvider new scoring field trial. And add a beacon to the histograms to allow identification of users in it. isherman: for field trial and histogram stuff (all files) sky: for OWNERs approval history stuff BUG= TEST=by hand, changed probabilities of field trial, looked at omnibox behavior and histogram behavior Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142451

Patch Set 1 #

Total comments: 8

Patch Set 2 : Ilya's comments. #

Total comments: 2

Patch Set 3 : initialized -> initialized_ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -14 lines) Patch
M chrome/browser/autocomplete/autocomplete_field_trial.h View 1 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_field_trial.cc View 1 5 chunks +34 lines, -0 lines 0 comments Download
M chrome/browser/history/scored_history_match.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/history/scored_history_match.cc View 1 2 4 chunks +69 lines, -13 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Mark P
8 years, 6 months ago (2012-06-14 20:15:49 UTC) #1
Ilya Sherman
LGTM with some suggestions inline https://chromiumcodereview.appspot.com/10532149/diff/1/chrome/browser/autocomplete/autocomplete_field_trial.cc File chrome/browser/autocomplete/autocomplete_field_trial.cc (right): https://chromiumcodereview.appspot.com/10532149/diff/1/chrome/browser/autocomplete/autocomplete_field_trial.cc#newcode159 chrome/browser/autocomplete/autocomplete_field_trial.cc:159: if (!base::FieldTrialList::TrialExists(kHQPNewScoringFieldTrialName)) nit: Perhaps ...
8 years, 6 months ago (2012-06-15 01:24:58 UTC) #2
Mark P
https://chromiumcodereview.appspot.com/10532149/diff/1/chrome/browser/autocomplete/autocomplete_field_trial.cc File chrome/browser/autocomplete/autocomplete_field_trial.cc (right): https://chromiumcodereview.appspot.com/10532149/diff/1/chrome/browser/autocomplete/autocomplete_field_trial.cc#newcode159 chrome/browser/autocomplete/autocomplete_field_trial.cc:159: if (!base::FieldTrialList::TrialExists(kHQPNewScoringFieldTrialName)) On 2012/06/15 01:24:58, Ilya Sherman wrote: > ...
8 years, 6 months ago (2012-06-15 12:26:12 UTC) #3
sky
LGTM https://chromiumcodereview.appspot.com/10532149/diff/5001/chrome/browser/history/scored_history_match.h File chrome/browser/history/scored_history_match.h (right): https://chromiumcodereview.appspot.com/10532149/diff/5001/chrome/browser/history/scored_history_match.h#newcode134 chrome/browser/history/scored_history_match.h:134: static bool initialized; I missed this earlier, these ...
8 years, 6 months ago (2012-06-15 16:41:28 UTC) #4
Mark P
https://chromiumcodereview.appspot.com/10532149/diff/5001/chrome/browser/history/scored_history_match.h File chrome/browser/history/scored_history_match.h (right): https://chromiumcodereview.appspot.com/10532149/diff/5001/chrome/browser/history/scored_history_match.h#newcode134 chrome/browser/history/scored_history_match.h:134: static bool initialized; On 2012/06/15 16:41:28, sky wrote: > ...
8 years, 6 months ago (2012-06-15 18:01:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/10532149/8001
8 years, 6 months ago (2012-06-15 18:04:27 UTC) #6
commit-bot: I haz the power
8 years, 6 months ago (2012-06-15 19:44:35 UTC) #7
Change committed as 142451

Powered by Google App Engine
This is Rietveld 408576698