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

Issue 67553002: Omnibox Field Trial: Make HQP Score Bookmarks More Highly (Closed)

Created:
7 years, 1 month ago by Mark P
Modified:
7 years ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, browser-components-watch_chromium.org
Visibility:
Public.

Description

Omnibox Field Trial: Make HQP Score Bookmarks More Highly Creates a field trial to experiment with giving a bonus to untyped visits to pages that are bookmarked. I imagine counting each visit as 5 visits. Typed visits can easily swamp visits to bookmarks. (Typed visits count 20x.) Also cleaned up a few comments in the header to refer to variables with their _ names, not the earlier names (before I converted ScoredHistoryMatch from a struct to a class). TBR=sky BUG=247715 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237417

Patch Set 1 #

Total comments: 4

Patch Set 2 : now with the actually important code #

Patch Set 3 : Peter's changed #

Patch Set 4 : adds a test #

Patch Set 5 : #

Patch Set 6 : minor cleanup #

Total comments: 10

Patch Set 7 : Peter's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -22 lines) Patch
M chrome/browser/history/scored_history_match.h View 1 2 3 4 5 6 7 chunks +17 lines, -10 lines 0 comments Download
M chrome/browser/history/scored_history_match.cc View 1 2 3 4 5 6 8 chunks +15 lines, -11 lines 0 comments Download
M chrome/browser/history/scored_history_match_unittest.cc View 1 2 3 4 5 6 4 chunks +61 lines, -1 line 0 comments Download
M chrome/browser/omnibox/omnibox_field_trial.h View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/omnibox/omnibox_field_trial.cc View 1 2 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mark P
Peter, What do you think of this approach? If you're okay with experimenting with this ...
7 years, 1 month ago (2013-11-09 00:38:07 UTC) #1
Peter Kasting
Seems worth a shot. https://codereview.chromium.org/67553002/diff/1/chrome/browser/history/scored_history_match.cc File chrome/browser/history/scored_history_match.cc (right): https://codereview.chromium.org/67553002/diff/1/chrome/browser/history/scored_history_match.cc#newcode30 chrome/browser/history/scored_history_match.cc:30: int ScoredHistoryMatch::bookmark_value = -1; Maybe ...
7 years, 1 month ago (2013-11-09 00:44:55 UTC) #2
Mark P
Hi Peter, I think this is ready for a real review. It's code complete. thanks, ...
7 years ago (2013-11-25 21:11:57 UTC) #3
Peter Kasting
LGTM https://codereview.chromium.org/67553002/diff/150001/chrome/browser/history/scored_history_match.cc File chrome/browser/history/scored_history_match.cc (right): https://codereview.chromium.org/67553002/diff/150001/chrome/browser/history/scored_history_match.cc#newcode36 chrome/browser/history/scored_history_match.cc:36: int ScoredHistoryMatch::bookmark_value_ = -1; Thought you were changing ...
7 years ago (2013-11-26 02:33:48 UTC) #4
Mark P
All changes as suggested. I'll CQ it now, but if you have more comments feel ...
7 years ago (2013-11-26 19:31:56 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/67553002/170001
7 years ago (2013-11-26 19:33:02 UTC) #6
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=38215
7 years ago (2013-11-26 19:50:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/67553002/170001
7 years ago (2013-11-26 19:55:35 UTC) #8
commit-bot: I haz the power
7 years ago (2013-11-26 22:34:43 UTC) #9
Message was sent while issue was closed.
Change committed as 237417

Powered by Google App Engine
This is Rietveld 408576698