summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+2
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-2/+2
* Disable creation of the class using TopSites to collect navigation statstburkard@chromium.org2011-09-011-4/+2
* TabContentsWrapper cleanup.avi@chromium.org2011-08-311-5/+5
* Tighten conditions for when a URL is a search result, and movetburkard@chromium.org2011-08-301-5/+1
* Do not count image search results towards the GWS metric.tburkard@chromium.org2011-08-301-1/+2
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-291-1/+80
* Revert 98250 - Add code to keep track of what fraction of pageviews are top s...jbates@chromium.org2011-08-251-64/+1
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-251-1/+64
* Revert 98131 - Add code to keep track of what fraction of pageviews are top s...tburkard@chromium.org2011-08-241-59/+1
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-241-1/+59
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-1/+2
* Noting prerender as inactive when in control group.dominich@chromium.org2011-08-181-4/+6
* A number of issues weren't addressed with the earlier patch for prerender + b...cbentzel@chromium.org2011-08-141-0/+8
* Move prerender histograms out of prerender manager.tburkard@chromium.org2011-08-101-181/+22
* Fix prerenders in the delete list not being returned bymmenke@chromium.org2011-08-061-1/+1
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-2/+3
* Add prerender to ChromeOS.cbentzel@chromium.org2011-07-281-1/+18
* Adding API to cancel all prerenders.dominich@chromium.org2011-07-201-0/+11
* Updating histograms to allow for experiments & log origin-based histograms.tburkard@chromium.org2011-07-071-52/+154
* Removes pure virtual methods from TabContentsDelegate and removes allsky@chromium.org2011-07-011-13/+0
* Move some prerender configuration settings out of PrerenderManager.cbentzel@chromium.org2011-06-301-51/+5
* PrerenderManager public API cleanup.dominich@chromium.org2011-06-281-100/+71
* Adding Origin to net-internals#prerender and fix a page ID conflict.dominich@chromium.org2011-06-281-0/+1
* Removal of POST as invalid http methoddominich@chromium.org2011-06-271-1/+2
* Added prerendering to omnibox. Enable through --prerender-from-omnibox comman...dominich@chromium.org2011-06-241-22/+45
* Fix up prerendering net-internals page and add some data:mmenke@chromium.org2011-06-211-1/+3
* Clear prerender history on clear history.mmenke@chromium.org2011-06-201-7/+22
* Prerender tab for net-internalscbentzel@chromium.org2011-06-151-1/+39
* Fix crash when swapping in a prerendered page for a page which has an unload ...cbentzel@chromium.org2011-06-091-0/+1
* Keep around old tab contents until their unload handlers are done.sreeram@chromium.org2011-05-311-4/+64
* Reduce likelihood of double-get of top-level prerendered resource.cbentzel@chromium.org2011-05-301-0/+12
* Remove old Prerender interface and mark unreachable methods as NOTREACHED()dominich@chromium.org2011-05-271-105/+0
* Determine whether or not a prerender tag comes from ammenke@chromium.org2011-05-271-26/+13
* Fix fragment handling in Prerender to cancel on a fragment mismatch.dominich@chromium.org2011-05-261-2/+12
* Remove a chrome dependency by removing Prerender from ResourceDispatcherHost.dominich@chromium.org2011-05-251-4/+7
* For PPLT recording, fix order of checks so that matched PPLT for thetburkard@chromium.org2011-05-241-6/+6
* Handle <link rel=prerender> in chrome.gavinp@chromium.org2011-05-241-6/+6
* Fix compile error.jam@chromium.org2011-05-241-1/+1
* Fix PPLT metric for the new TabContents based prerenderingtburkard@chromium.org2011-05-231-0/+9
* Ensure that PageID's of prerendered pages do not exceed the Page ID of thetburkard@chromium.org2011-05-231-0/+6
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-221-3/+20
* Safely cancel prerenders on threads other than the UI thread.mmenke@chromium.org2011-05-201-13/+22
* Fix committing of link click history in prerendering, fixing favicons.tburkard@chromium.org2011-05-201-0/+10
* Do not prerender when the URL to be prerendered was visited in the last 5 sec...tburkard@chromium.org2011-05-191-0/+46
* Revert "Changes to not use the prerendered contents when window.opener needs ...tessamac@chromium.org2011-05-171-20/+3
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-171-3/+20
* When prerendering, delete TabContents more promptly.mmenke@chromium.org2011-05-161-10/+21
* Revert 85394 - This change broke "PrerenderBrowserTest.PrerenderWindowOpenerJ...nsylvain@chromium.org2011-05-151-20/+3
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-141-3/+20