summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/network_action_predictor.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 119699 - Cancel prerenders from Omnibox if we navigate to a different ...dominich@google.com2012-01-301-11/+1
* Cancel prerenders from Omnibox if we navigate to a different URL than predicted.dominich@chromium.org2012-01-301-1/+11
* More fine grained understanding of Omnibox navigation counts.dominich@chromium.org2012-01-111-4/+8
* Allow prerendering of search results from Omnibox.dominich@chromium.org2012-01-101-6/+1
* Remove all but the Exact Full Omnibox Prerender algorithm.dominich@chromium.org2012-01-061-25/+3
* Adding about:network_action_predictor to show state of NetworkActionPredictor...dominich@chromium.org2012-01-051-1/+6
* Adding tracking of accuracy vs confidence.dominich@chromium.org2011-12-141-0/+16
* Track confidence calculations better. Reduce minimum user text length.dominich@chromium.org2011-12-121-17/+17
* Profiles: Move NetworkActionPredictor to the ProfileKeyedService framework.erg@chromium.org2011-12-121-1/+4
* Removing history-based omnibox prerender heuristics.dominich@chromium.org2011-12-021-52/+4
* Adding histograms for better Omnibox prerender performance tracking.dominich@chromium.org2011-11-221-0/+3
* Adding a fourth omnibox prerender experiment.dominich@chromium.org2011-11-211-34/+109
* Add database to use as the source of an alternative algorithm for Network Act...dominich@chromium.org2011-11-101-5/+298
* Restrict Omnibox Prerender to URL matches.dominich@chromium.org2011-10-061-26/+46
* Splitting the NetworkActionPredictor.Action histogram based on field trial.dominich@chromium.org2011-10-031-4/+3
* Added multiple NetworkActionPredictor heuristics and a field trial to select ...dominich@chromium.org2011-09-271-24/+64
* Confidence ranges were coming in too high and had occasional divide-by-zero l...dominich@chromium.org2011-09-071-4/+3
* Remove confidence from AutocompleteMatch and use History DB instead.dominich@chromium.org2011-09-011-0/+100