summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_contents.cc
Commit message (Expand)AuthorAgeFilesLines
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-16/+18
* Updating histograms to allow for experiments & log origin-based histograms.tburkard@chromium.org2011-07-071-5/+8
* Removes pure virtual methods from TabContentsDelegate and removes allsky@chromium.org2011-07-011-19/+0
* Move some prerender configuration settings out of PrerenderManager.cbentzel@chromium.org2011-06-301-4/+2
* Fix prerendered RenderWidgets thinking they were visiblemmenke@chromium.org2011-06-291-6/+15
* Adding Origin to net-internals#prerender and fix a page ID conflict.dominich@chromium.org2011-06-281-16/+43
* Added prerendering to omnibox. Enable through --prerender-from-omnibox comman...dominich@chromium.org2011-06-241-27/+32
* Two minor tweaks to prerender:sky@chromium.org2011-06-231-0/+1
* Move MachBroker to content.jam@chromium.org2011-06-231-1/+1
* Clean up no longer needed prerender_contents includes.mmenke@chromium.org2011-06-161-10/+16
* Prerender tab for net-internalscbentzel@chromium.org2011-06-151-0/+11
* Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna...jam@chromium.org2011-06-031-3/+2
* Reduce likelihood of double-get of top-level prerendered resource.cbentzel@chromium.org2011-05-301-0/+4
* Cancel prerendering earlier when an authentication prompt will be required.cbentzel@chromium.org2011-05-281-24/+0
* 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-279/+8
* Fix fragment handling in Prerender to cancel on a fragment mismatch.dominich@chromium.org2011-05-261-6/+13
* Remove a chrome dependency by removing Prerender from ResourceDispatcherHost.dominich@chromium.org2011-05-251-16/+21
* Fix compile error.jam@chromium.org2011-05-241-5/+6
* Replace "http" etc with the url_constants version. This was a previous TODO ...jam@chromium.org2011-05-231-2/+2
* Prevent DCHECK (And later double deletion) whenmmenke@chromium.org2011-05-231-3/+9
* Fix flakiness resulting from deleting TabContents beforemmenke@chromium.org2011-05-231-0/+1
* Ensure that PageID's of prerendered pages do not exceed the Page ID of thetburkard@chromium.org2011-05-231-6/+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-4/+22
* Safely cancel prerenders on threads other than the UI thread.mmenke@chromium.org2011-05-201-59/+45
* Fix committing of link click history in prerendering, fixing favicons.tburkard@chromium.org2011-05-201-0/+59
* Do not prerender when the URL to be prerendered was visited in the last 5 sec...tburkard@chromium.org2011-05-191-0/+4
* 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-4/+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/+4
* Cancel prerenders for pages that call window.print()dominich@chromium.org2011-05-161-4/+0
* When prerendering, delete TabContents more promptly.mmenke@chromium.org2011-05-161-2/+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
* Block the creation of a new window when prerendering.dominich@chromium.org2011-05-131-2/+3
* Fixed version of CL 6975004. mmenke@chromium.org2011-05-121-5/+21
* PrerenderBrowserTest.PrerenderHTTPS was failing for some reason.mmenke@chromium.org2011-05-111-21/+5
* Hide a TabContents's RenderViewHost while prerendering.mmenke@chromium.org2011-05-111-5/+21
* Revert 84922 - Block the creation of a new window when prerendering.dmaclach@chromium.org2011-05-111-3/+2
* Block the creation of a new window when prerendering.dominich@chromium.org2011-05-111-2/+3
* Fix the PrerenderBrowserTest.PrerenderPopup test to work when UseTabContents ...dominich@chromium.org2011-05-061-0/+15
* Porting the Task Manager to the TabContents-based prerender code.dominich@chromium.org2011-05-061-19/+4
* Make prerender plugin/HTML5 tests work with PrerenderContentsmmenke@chromium.org2011-05-051-5/+24
* Fix PrerenderBrowserTest.PrerenderHttpAuthentication for TabContents-based-pr...cbentzel@chromium.org2011-05-051-5/+3
* Add RenderViewHostObserver for handling of messages for prerendering.dominich@chromium.org2011-05-051-83/+82
* Cleanup: Change LOG(INFO) to VLOG(1) in chrome/browser/prerender.thestig@chromium.org2011-05-041-5/+6
* Fix the prerender memory browser test for tab contents and some general cleanuptburkard@chromium.org2011-05-031-10/+11