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

Issue 10260020: Make Omnibox HistoryURL Provider always aggressive. (Closed)

Created:
8 years, 7 months ago by Mark P
Modified:
8 years, 7 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, James Su, mrossetti
Visibility:
Public.

Description

Make Omnibox HistoryURL Provider always aggressive. Remove the code for the aggressive HistoryURL provider field trial and make the HistoryURL provider aggressive for everyone. Also remove the single about flag that allowed users to force a particular behavior. (Pretty much no one did.) BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134839

Patch Set 1 #

Patch Set 2 : Remove rest of history_url aggressive code. #

Patch Set 3 : Fixed unit test. #

Total comments: 2

Patch Set 4 : Fix wrong numbers in one test. #

Patch Set 5 : Reordered EXPECT_GT to EXPECT_LT. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -196 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -15 lines 0 comments Download
M chrome/browser/about_flags.cc View 2 chunks +0 lines, -17 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_field_trial.h View 1 chunk +0 lines, -12 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_field_trial.cc View 4 chunks +3 lines, -37 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider.h View 1 3 chunks +7 lines, -12 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider.cc View 1 4 chunks +7 lines, -75 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider_unittest.cc View 1 2 3 4 5 chunks +21 lines, -12 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Mark P
8 years, 7 months ago (2012-04-30 21:43:43 UTC) #1
Peter Kasting
Yeah, let's go ahead and just remove them. If we want to revert this behavior ...
8 years, 7 months ago (2012-04-30 21:44:58 UTC) #2
Mark P
On 2012/04/30 21:44:58, Peter Kasting wrote: > Yeah, let's go ahead and just remove them. ...
8 years, 7 months ago (2012-04-30 22:18:45 UTC) #3
Mark P
Just realized I forgot to update the unit test. Now have done so. Please take ...
8 years, 7 months ago (2012-05-01 19:48:00 UTC) #4
Peter Kasting
http://codereview.chromium.org/10260020/diff/8002/chrome/browser/autocomplete/history_url_provider_unittest.cc File chrome/browser/autocomplete/history_url_provider_unittest.cc (right): http://codereview.chromium.org/10260020/diff/8002/chrome/browser/autocomplete/history_url_provider_unittest.cc#newcode565 chrome/browser/autocomplete/history_url_provider_unittest.cc:565: EXPECT_GT(1210, matches_[0].relevance); This can't possibly be right. One score ...
8 years, 7 months ago (2012-05-01 20:05:35 UTC) #5
Mark P
http://codereview.chromium.org/10260020/diff/8002/chrome/browser/autocomplete/history_url_provider_unittest.cc File chrome/browser/autocomplete/history_url_provider_unittest.cc (right): http://codereview.chromium.org/10260020/diff/8002/chrome/browser/autocomplete/history_url_provider_unittest.cc#newcode565 chrome/browser/autocomplete/history_url_provider_unittest.cc:565: EXPECT_GT(1210, matches_[0].relevance); On 2012/05/01 20:05:35, Peter Kasting wrote: > ...
8 years, 7 months ago (2012-05-01 20:41:26 UTC) #6
Peter Kasting
On 2012/05/01 20:41:26, Mark P wrote: > http://codereview.chromium.org/10260020/diff/8002/chrome/browser/autocomplete/history_url_provider_unittest.cc > File chrome/browser/autocomplete/history_url_provider_unittest.cc (right): > > http://codereview.chromium.org/10260020/diff/8002/chrome/browser/autocomplete/history_url_provider_unittest.cc#newcode565 ...
8 years, 7 months ago (2012-05-01 20:46:22 UTC) #7
Mark P
On 2012/05/01 20:46:22, Peter Kasting wrote: > On 2012/05/01 20:41:26, Mark P wrote: > > ...
8 years, 7 months ago (2012-05-01 21:26:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/10260020/12001
8 years, 7 months ago (2012-05-01 22:12:12 UTC) #9
commit-bot: I haz the power
8 years, 7 months ago (2012-05-02 00:58:16 UTC) #10
Change committed as 134839

Powered by Google App Engine
This is Rietveld 408576698