summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_local_predictor.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix lint in prerender_local_predictor.ccgavinp@chromium.org2012-10-181-2/+5
* Fix prerender histograms for multiple prerender case.gavinp@chromium.org2012-10-171-10/+22
* Fixing the way history service factory access the history (i.e., when it crea...rlp@chromium.org2012-07-131-1/+1
* Reverting since this did not fix so I can revert the original change in the h...rlp@chromium.org2012-06-251-1/+1
* Fixing the way HistoryServiceFactory access the history service and updated a...rlp@chromium.org2012-06-221-1/+1
* Re-enable local predictor metrics.tburkard@chromium.org2012-06-221-39/+76
* Make the unit-tests compile again on Android.jcivelli@chromium.org2012-06-201-0/+1
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-181-1/+2
* Add events to categorize prerender URLs for the local predictor.tburkard@chromium.org2012-06-071-0/+20
* Revert 141069 - Add events to categorize prerender URLs for the local predictor.stevet@chromium.org2012-06-071-13/+0
* Add events to categorize prerender URLs for the local predictor.tburkard@chromium.org2012-06-071-0/+13
* Add a few metrics for the local predictor prerendering.tburkard@chromium.org2012-06-011-0/+13
* Simulate a basic local browsing based prerender algorithm, and report timingstburkard@chromium.org2012-05-301-14/+213
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-05-181-4/+14
* Fix destruction concurrency issue in PrerenderLocalPredictor:tburkard@chromium.org2012-04-241-4/+4
* Add PrerenderLocalPredictor, which will eventually performtburkard@chromium.org2012-04-231-0/+139