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

Issue 8600004: Adding a fourth omnibox prerender experiment. (Closed)

Created:
9 years, 1 month ago by dominich
Modified:
9 years, 1 month ago
Reviewers:
cbentzel, Peter Kasting
CC:
chromium-reviews, tburkard+watch_chromium.org, cbentzel+watch_chromium.org, James Su, dominich+watch_chromium.org, mmenke
Visibility:
Public.

Description

Adding a fourth omnibox prerender experiment. This adds or updates entries in the database for the entire chain of text the user typed. For example, if the user types 'goog' and navigates to google.com, this will add or update database entries for 'go' -> google.com, 'goo' -> google.com and 'goog' -> google.com. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111005

Patch Set 1 #

Total comments: 10

Patch Set 2 : pkasting/cbentzel comments #

Patch Set 3 : fix clang build #

Patch Set 4 : fix clang #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -70 lines) Patch
M chrome/browser/autocomplete/autocomplete_edit.cc View 2 chunks +21 lines, -11 lines 0 comments Download
M chrome/browser/autocomplete/network_action_predictor.h View 1 2 3 5 chunks +30 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/network_action_predictor.cc View 1 2 3 5 chunks +109 lines, -34 lines 0 comments Download
M chrome/browser/prerender/prerender_field_trial.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_field_trial.cc View 1 4 chunks +19 lines, -7 lines 0 comments Download
M chrome/browser/prerender/prerender_histograms.cc View 1 2 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_origin.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_origin.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
dominich
You know the drill: cbentzel: prerender pkasting: autocomplete Thank you!
9 years, 1 month ago (2011-11-18 21:05:26 UTC) #1
Peter Kasting
http://codereview.chromium.org/8600004/diff/1/chrome/browser/autocomplete/network_action_predictor.cc File chrome/browser/autocomplete/network_action_predictor.cc (right): http://codereview.chromium.org/8600004/diff/1/chrome/browser/autocomplete/network_action_predictor.cc#newcode144 chrome/browser/autocomplete/network_action_predictor.cc:144: // Don't register if we already saw this |user_text|. ...
9 years, 1 month ago (2011-11-18 21:17:13 UTC) #2
cbentzel
I just looked at the prerender portions. Now that we're starting to get so many ...
9 years, 1 month ago (2011-11-18 21:24:06 UTC) #3
dominich
On 2011/11/18 21:24:06, cbentzel wrote: > I just looked at the prerender portions. Now that ...
9 years, 1 month ago (2011-11-18 22:12:08 UTC) #4
cbentzel
OK LGTM for prerender On Fri, Nov 18, 2011 at 5:12 PM, <dominich@chromium.org> wrote: > ...
9 years, 1 month ago (2011-11-18 22:13:27 UTC) #5
dominich
http://codereview.chromium.org/8600004/diff/1/chrome/browser/autocomplete/network_action_predictor.cc File chrome/browser/autocomplete/network_action_predictor.cc (right): http://codereview.chromium.org/8600004/diff/1/chrome/browser/autocomplete/network_action_predictor.cc#newcode144 chrome/browser/autocomplete/network_action_predictor.cc:144: // Don't register if we already saw this |user_text|. ...
9 years, 1 month ago (2011-11-18 23:05:51 UTC) #6
Peter Kasting
Dominic assures me that everything works correctly in every case he's tried with backspacing and ...
9 years, 1 month ago (2011-11-19 02:16:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dominich@chromium.org/8600004/14001
9 years, 1 month ago (2011-11-21 20:38:21 UTC) #8
commit-bot: I haz the power
9 years, 1 month ago (2011-11-21 21:53:32 UTC) #9
Change committed as 111005

Powered by Google App Engine
This is Rietveld 408576698