summaryrefslogtreecommitdiffstats
path: root/chrome/browser/predictors/resource_prefetch_predictor.cc
Commit message (Expand)AuthorAgeFilesLines
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* history: Extract HistoryDBTask into its own header file.tfarina@chromium.org2013-02-081-1/+2
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-3/+3
* ResourcePrefetchPredictor changes to enable experiments via finch.shishir@chromium.org2012-12-171-42/+65
* Adding hosts based prefetching.shishir@chromium.org2012-12-051-500/+595
* ResourcePrefetchPredictor: Storing last_visit time instead of looking it up atshishir@chromium.org2012-10-291-144/+48
* Relanding 156926 which was reverted in 156954.shishir@chromium.org2012-10-191-27/+228
* Using the on disk history database instead of the in memory one in the Resour...shishir@chromium.org2012-10-151-75/+175
* Move url_databse back to historykaiwang@chromium.org2012-10-021-1/+1
* introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-201-1/+1
* Revert 157475 - Introduce chrome/browser/common directory and move url_databa...kaiwang@chromium.org2012-09-191-1/+1
* Introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-191-1/+1
* Revert 156926 - Adds speculative prefetching of resources.msw@chromium.org2012-09-151-216/+17
* Adds speculative prefetching of resources.shishir@chromium.org2012-09-141-17/+216
* Reland 156701 after it was reverted in 156717shishir@chromium.org2012-09-141-9/+27
* Revert 156701 because it caused crashes in linux_chromeos:browser_testssadrul@chromium.org2012-09-141-10/+3
* Fixing a crasher in ResourcePrefetchPredictor::ReportAccuracyHistogramsshishir@chromium.org2012-09-141-3/+10
* Adding histograms to ResourcePrefetchPredictor to monitor clearing of history.shishir@chromium.org2012-09-111-2/+16
* Fixing recording of the ResourcePrefetchPredictor.HistoryVisitCountForUrlshishir@chromium.org2012-09-101-4/+3
* Moving ResourcePrefetchPredictor initialization to Onload Event.shishir@chromium.org2012-09-061-61/+45
* Adding more histograms to ResourcePrefetchPredictor.shishir@chromium.org2012-09-041-39/+164
* Speculative resource prefetching - fixing missing navigations due to server s...shishir@chromium.org2012-08-021-5/+19
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-08-021-7/+10
* Speculative resource prefetching - Test fixes.shishir@chromium.org2012-08-011-9/+4
* Resubmitting 10752006 - Adding field trial to enable speculative resource pre...shishir@chromium.org2012-07-171-4/+3
* Revert 146170 - Adding a field trial to enable speculative resource prefetchi...fischman@chromium.org2012-07-111-3/+4
* Adding a field trial to enable speculative resource prefetching learning.shishir@chromium.org2012-07-111-4/+3
* Fixing possible null pointer access in ResourcePrefetchPredictor.shishir@chromium.org2012-06-281-1/+7
* Speculative resource prefetching for URLs CL.shishir@chromium.org2012-06-251-0/+766