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

Issue 1286093006: Launch HQP & HUP score changes. (Closed)

Created:
5 years, 4 months ago by Ashok vardhan
Modified:
5 years, 3 months ago
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Launch HQP+HUP score changes in chrome binary. We already launched it through finch configs, now just making the binary change. Also adding an additional option for HUP experimental scoring to run finch experiments with additional decay factors. More details can be found in the bug. BUG=306198 Committed: https://crrev.com/e3cfb233f6d7689d96fdb52a87caa3ada346666d Cr-Commit-Position: refs/heads/master@{#347029}

Patch Set 1 #

Patch Set 2 : Launch HUP-HQP-Scoring Again.! #

Patch Set 3 : Adding Unit-tests and minor fixings. #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 8

Patch Set 8 : Addressing Barts comments #

Total comments: 18

Patch Set 9 : Addressing Peters comments #

Total comments: 23

Patch Set 10 : #

Total comments: 6

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -63 lines) Patch
M chrome/browser/autocomplete/history_quick_provider_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -11 lines 0 comments Download
M chrome/browser/autocomplete/in_memory_url_index_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -11 lines 0 comments Download
M components/omnibox/browser/history_url_provider.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +10 lines, -9 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial.h View 1 2 3 4 5 6 7 8 9 6 chunks +18 lines, -6 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +60 lines, -14 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +23 lines, -0 lines 0 comments Download
M components/omnibox/browser/scored_history_match.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M components/omnibox/browser/scored_history_match.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -4 lines 0 comments Download
M components/omnibox/browser/scored_history_match_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 42 (16 generated)
Bart N.
Just a few minor comments. Please add Peter Kasting to R. https://codereview.chromium.org/1286093006/diff/120001/components/omnibox/browser/history_url_provider.cc File components/omnibox/browser/history_url_provider.cc (right): ...
5 years, 3 months ago (2015-08-26 23:01:26 UTC) #2
Ashok vardhan
Addressed comments. PTAL. https://codereview.chromium.org/1286093006/diff/120001/components/omnibox/browser/history_url_provider.cc File components/omnibox/browser/history_url_provider.cc (right): https://codereview.chromium.org/1286093006/diff/120001/components/omnibox/browser/history_url_provider.cc#newcode134 components/omnibox/browser/history_url_provider.cc:134: if (score_buckets.use_decay_factor()) { On 2015/08/26 23:01:25, ...
5 years, 3 months ago (2015-08-27 00:30:46 UTC) #3
Ashok vardhan
5 years, 3 months ago (2015-08-27 00:31:15 UTC) #5
Peter Kasting
https://codereview.chromium.org/1286093006/diff/140001/components/omnibox/browser/history_url_provider.cc File components/omnibox/browser/history_url_provider.cc (right): https://codereview.chromium.org/1286093006/diff/140001/components/omnibox/browser/history_url_provider.cc#newcode130 components/omnibox/browser/history_url_provider.cc:130: // decay factor, then use it correspondingly. Nit: After ...
5 years, 3 months ago (2015-08-27 00:50:45 UTC) #6
Ashok vardhan
https://codereview.chromium.org/1286093006/diff/140001/components/omnibox/browser/history_url_provider.cc File components/omnibox/browser/history_url_provider.cc (right): https://codereview.chromium.org/1286093006/diff/140001/components/omnibox/browser/history_url_provider.cc#newcode130 components/omnibox/browser/history_url_provider.cc:130: // decay factor, then use it correspondingly. On 2015/08/27 ...
5 years, 3 months ago (2015-08-27 19:09:27 UTC) #7
Peter Kasting
Thanks, this is better. Some ideas for further comment improvement below. https://codereview.chromium.org/1286093006/diff/160001/components/omnibox/browser/history_url_provider.cc File components/omnibox/browser/history_url_provider.cc (right): ...
5 years, 3 months ago (2015-08-27 19:21:41 UTC) #8
Bart N.
LGTM https://codereview.chromium.org/1286093006/diff/160001/components/omnibox/browser/omnibox_field_trial_unittest.cc File components/omnibox/browser/omnibox_field_trial_unittest.cc (right): https://codereview.chromium.org/1286093006/diff/160001/components/omnibox/browser/omnibox_field_trial_unittest.cc#newcode471 components/omnibox/browser/omnibox_field_trial_unittest.cc:471: ASSERT_EQ(true, scoring_params.typed_count_buckets.use_decay_factor()); ASSERT_TRUE instead?
5 years, 3 months ago (2015-08-27 19:22:33 UTC) #9
Ashok vardhan
Thanks. I am bad at some commenting language. Addressed. Please take a look. https://codereview.chromium.org/1286093006/diff/160001/components/omnibox/browser/history_url_provider.cc File ...
5 years, 3 months ago (2015-08-27 19:51:38 UTC) #10
Peter Kasting
You don't seem to have uploaded a new patch.
5 years, 3 months ago (2015-08-27 19:55:01 UTC) #11
Ashok vardhan
done
5 years, 3 months ago (2015-08-27 20:11:35 UTC) #12
Peter Kasting
LGTM https://codereview.chromium.org/1286093006/diff/160001/components/omnibox/browser/omnibox_field_trial_unittest.cc File components/omnibox/browser/omnibox_field_trial_unittest.cc (right): https://codereview.chromium.org/1286093006/diff/160001/components/omnibox/browser/omnibox_field_trial_unittest.cc#newcode452 components/omnibox/browser/omnibox_field_trial_unittest.cc:452: params[std::string(OmniboxFieldTrial::kHUPNewScoringEnabledParam)] = "1"; On 2015/08/27 19:51:38, Ashok vardhan ...
5 years, 3 months ago (2015-08-27 20:29:31 UTC) #13
Ashok vardhan
Thanks for the review. https://codereview.chromium.org/1286093006/diff/180001/components/omnibox/browser/history_url_provider.cc File components/omnibox/browser/history_url_provider.cc (right): https://codereview.chromium.org/1286093006/diff/180001/components/omnibox/browser/history_url_provider.cc#newcode131 components/omnibox/browser/history_url_provider.cc:131: decay_factor : decayed_count); On 2015/08/27 ...
5 years, 3 months ago (2015-08-27 21:18:15 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1286093006/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1286093006/200001
5 years, 3 months ago (2015-08-27 21:19:05 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/61748) linux_chromium_rel_ng on ...
5 years, 3 months ago (2015-08-27 21:55:06 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1286093006/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1286093006/200001
5 years, 3 months ago (2015-09-01 17:47:44 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/57690)
5 years, 3 months ago (2015-09-01 18:14:11 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1286093006/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1286093006/220001
5 years, 3 months ago (2015-09-02 00:19:00 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/98185) mac_chromium_rel_ng on ...
5 years, 3 months ago (2015-09-02 00:47:54 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1286093006/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1286093006/240001
5 years, 3 months ago (2015-09-02 01:11:17 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/35907)
5 years, 3 months ago (2015-09-02 01:49:16 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1286093006/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1286093006/240001
5 years, 3 months ago (2015-09-02 17:27:21 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1286093006/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1286093006/240001
5 years, 3 months ago (2015-09-02 17:30:41 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/36232)
5 years, 3 months ago (2015-09-02 18:15:02 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1286093006/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1286093006/260001
5 years, 3 months ago (2015-09-02 20:56:20 UTC) #40
commit-bot: I haz the power
Committed patchset #14 (id:260001)
5 years, 3 months ago (2015-09-02 21:25:44 UTC) #41
commit-bot: I haz the power
5 years, 3 months ago (2015-09-02 21:26:28 UTC) #42
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/e3cfb233f6d7689d96fdb52a87caa3ada346666d
Cr-Commit-Position: refs/heads/master@{#347029}

Powered by Google App Engine
This is Rietveld 408576698