summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_contents.h
Commit message (Expand)AuthorAgeFilesLines
* Move download stuff from download helper back to TabContents. This is basical...jam@chromium.org2011-07-151-8/+1
* Get rid of the remaining implementation in TabContentsView and make all the m...jam@chromium.org2011-07-121-4/+2
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Updating histograms to allow for experiments & log origin-based histograms.tburkard@chromium.org2011-07-071-2/+7
* Adding Origin to net-internals#prerender and fix a page ID conflict.dominich@chromium.org2011-06-281-1/+3
* Added prerendering to omnibox. Enable through --prerender-from-omnibox comman...dominich@chromium.org2011-06-241-2/+7
* Update and re-enable PrerenderBrowserTest.PrerenderRendererCrash.mmenke@chromium.org2011-06-201-1/+1
* Clean up no longer needed prerender_contents includes.mmenke@chromium.org2011-06-161-4/+1
* Prerender tab for net-internalscbentzel@chromium.org2011-06-151-2/+3
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.thestig@chromium.org2011-06-141-1/+1
* Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna...jam@chromium.org2011-06-031-2/+0
* Fix the case where the TabContents goes away before TabContentsObserver::Regi...jam@chromium.org2011-06-011-1/+2
* Cleaning up of data types, naming for JavaScript dialogs.avi@chromium.org2011-05-271-3/+3
* Remove old Prerender interface and mark unreachable methods as NOTREACHED()dominich@chromium.org2011-05-271-103/+1
* Fix fragment handling in Prerender to cancel on a fragment mismatch.dominich@chromium.org2011-05-261-2/+3
* Remove a chrome dependency by removing Prerender from ResourceDispatcherHost.dominich@chromium.org2011-05-251-0/+8
* Fix compile error.jam@chromium.org2011-05-241-1/+1
* Prevent DCHECK (And later double deletion) whenmmenke@chromium.org2011-05-231-0/+4
* Ensure that PageID's of prerendered pages do not exceed the Page ID of thetburkard@chromium.org2011-05-231-0/+8
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-221-0/+1
* Cancel downloads earlier when prerendering.mmenke@chromium.org2011-05-201-1/+8
* Safely cancel prerenders on threads other than the UI thread.mmenke@chromium.org2011-05-201-0/+6
* Fix committing of link click history in prerendering, fixing favicons.tburkard@chromium.org2011-05-201-0/+8
* Revert "Changes to not use the prerendered contents when window.opener needs ...tessamac@chromium.org2011-05-171-1/+0
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-171-0/+1
* Cancel prerenders for pages that call window.print()dominich@chromium.org2011-05-171-1/+0
* Move view_types.h from chrome to content. Although some of the enum types ar...jam@chromium.org2011-05-161-1/+0
* Revert 85545 - Cancel prerenders for pages that call window.print()dominich@chromium.org2011-05-161-0/+1
* Cancel prerenders for pages that call window.print()dominich@chromium.org2011-05-161-1/+0
* When prerendering, delete TabContents more promptly.mmenke@chromium.org2011-05-161-4/+0
* Revert 85394 - This change broke "PrerenderBrowserTest.PrerenderWindowOpenerJ...nsylvain@chromium.org2011-05-151-1/+0
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-141-0/+1
* Fixed version of CL 6975004. mmenke@chromium.org2011-05-121-0/+8
* PrerenderBrowserTest.PrerenderHTTPS was failing for some reason.mmenke@chromium.org2011-05-111-8/+0
* Fixing bug in PrerenderManager::MoveEntryToPendingDelete. Using Destroy in Pr...shishir@chromium.org2011-05-111-4/+4
* Hide a TabContents's RenderViewHost while prerendering.mmenke@chromium.org2011-05-111-0/+8
* Use TabContents-based approach for PrerenderContents.cbentzel@chromium.org2011-05-101-5/+3
* This had a number of leaks, so reverting for now.cbentzel@chromium.org2011-05-101-4/+4
* Making PrerenderContents::Destroy() public and using it to cleanupshishir@chromium.org2011-05-091-4/+4
* Fix the PrerenderBrowserTest.PrerenderPopup test to work when UseTabContents ...dominich@chromium.org2011-05-061-1/+1
* Add RenderViewHostObserver for handling of messages for prerendering.dominich@chromium.org2011-05-051-16/+25
* Fix the prerender memory browser test for tab contents and some general cleanuptburkard@chromium.org2011-05-031-2/+2
* Update PrerenderBrowserTests to work with newmmenke@chromium.org2011-05-031-3/+10
* Fix up a number of corner cases in TabContent based prerenderingtburkard@chromium.org2011-05-031-0/+3
* Move Prerendering from using RVH to using TC to perform prerendering in.tburkard@chromium.org2011-04-301-0/+23
* Attempt to fix PrerenderBrowserTest.PrerenderExcessiveMemorymmenke@chromium.org2011-04-271-4/+0
* Eliminate double-get for prerendered pages.cbentzel@chromium.org2011-04-271-8/+15
* Prerendering code cleanup.mmenke@chromium.org2011-04-261-47/+53
* Revert my recent changes regarding title directionality.evan@chromium.org2011-04-251-4/+3