summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender
Commit message (Expand)AuthorAgeFilesLines
* Removed useless header include.droger@google.com2011-10-281-1/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-284-11/+11
* Fix the asan fix.joaodasilva@chromium.org2011-10-202-2/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-193-6/+6
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-194-32/+35
* Ensure that prerender_contents is getting the Browser associated with the cor...mirandac@chromium.org2011-10-181-1/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+1
* Revert 106029nkostylev@chromium.org2011-10-181-1/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+1
* mac: Make two tests as FAILS_ that fail on the trybots.thakis@chromium.org2011-10-161-2/+16
* Emit two prerender histograms: one for the prerender category (experiment id/tburkard@chromium.org2011-10-142-42/+51
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Add dominich to chrome/browser/prerender/OWNERScbentzel@chromium.org2011-10-131-0/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-132-4/+5
* Prerender field trial: Revert back to 99% enabled for stable&beta,tburkard@chromium.org2011-10-121-14/+20
* Adding disable option to prerender from omnibox switch.dominich@chromium.org2011-10-112-22/+32
* Use TYPED PageTransition for Omnibox prerendering.dominich@chromium.org2011-10-101-2/+6
* base::Bind: Cleanup in prerender.jhawkins@chromium.org2011-10-104-39/+34
* Fix histogram recording bug.tburkard@chromium.org2011-10-102-1/+17
* Only record prerender histograms for http & https schemes,tburkard@chromium.org2011-10-073-0/+10
* Changes for cross domain prerenders to not cancel when there is a window.open...shishir@chromium.org2011-10-076-53/+116
* Remove Prerender from ResourceContext and ProfileIOData.cbentzel@chromium.org2011-10-074-7/+23
* Fix flipped check for command line check for omnibox prerenderingdominich@chromium.org2011-10-071-1/+1
* base::Bind: Convert a few more instances.jhawkins@chromium.org2011-10-051-3/+4
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-10-057-12/+127
* Make 50% control group for prerendering.tburkard@chromium.org2011-10-049-19/+63
* Re-enable PrerenderBrowserTest.PrerenderClearHistory.mmenke@chromium.org2011-10-031-2/+1
* Splitting the NetworkActionPredictor.Action histogram based on field trial.dominich@chromium.org2011-10-033-3/+31
* DevTools: disable page prerendering for inspected tabsyurys@chromium.org2011-10-034-0/+38
* TestPrerenderContents that are deleted after exiting themmenke@chromium.org2011-09-281-1/+16
* Added multiple NetworkActionPredictor heuristics and a field trial to select ...dominich@chromium.org2011-09-277-19/+74
* Deflake PrerenderInfiniteLoopMultiple. Issue is that link tagsmmenke@chromium.org2011-09-266-118/+131
* Change Prefetch Field Trial so the default group is to enable prerender.cbentzel@chromium.org2011-09-231-20/+11
* Deflake PrerenderBrowserTest.PrerenderClientRedirectInIframe.mmenke@chromium.org2011-09-231-6/+4
* Add Field Trial for Prerender From Omnibox.dominich@chromium.org2011-09-204-7/+62
* Strip away base::RefCountedThreadSafe use from PrerenderManagerkushi.p@gmail.com2011-09-151-2/+0
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-102-2/+4
* Fix PrerenderBrowserTest.PrerenderInfiniteLoop flake duemmenke@chromium.org2011-09-091-1/+7
* Accidentally enabled the wrong test.mmenke@chromium.org2011-09-091-8/+3
* Fix PrerenderBrowserTest.PrerenderInfiniteLoop flake due to process destructi...mmenke@chromium.org2011-09-091-3/+8
* Mark PrerenderBrowserTest.PrerenderInfiniteLoop as no longermmenke@chromium.org2011-09-081-2/+1
* Fix the chrome prerendering code to handle the following IPC messages via the...ananta@chromium.org2011-09-075-109/+47
* Revert 100003 - Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-077-120/+12
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-077-12/+120
* Moved the following IPCs out of chrome into content where they are handled by ananta@chromium.org2011-09-062-39/+31
* B0;136;0cRe-enable TopSites in PrerenderManager, this time duplicating the in...tburkard@chromium.org2011-09-064-19/+7
* Nukes remove_first_entry from CopyStateFromAndPrune. This turned out bad for ...sky@chromium.org2011-09-031-2/+1
* Use only 1 hover threshold of 250ms for hover histograms.tburkard@chromium.org2011-09-031-16/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-2/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+2