summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-50/+52
* A browser test for safe_browsing_blocking_page. It tests some simple cases fo...panayiotis@google.com2010-11-301-1/+1
* Pass cookie options to content settings delegate.jochen@chromium.org2010-11-251-1/+2
* Implement a dispatcher for prerender requestsgavinp@chromium.org2010-11-191-0/+2
* We should use SSLInfo or related types for HTTPSwtc@chromium.org2010-11-111-2/+1
* We have to do EV certificate verification for every resourcewtc@chromium.org2010-11-021-4/+6
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-6/+6
* Convert LOG(INFO) to VLOG(1) - chrome/browser/renderer_host/.pkasting@chromium.org2010-10-231-31/+22
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Fix miscellaneous cpplint nits.wtc@chromium.org2010-10-121-3/+3
* Rename ChromeThread to BrowserThread Part6:tfarina@chromium.org2010-10-081-10/+10
* Added support for raw headers.caseq@google.com2010-10-061-0/+9
* Grant all renderers all permissions to the file system directory, anddumi@chromium.org2010-10-011-1/+3
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-281-2/+47
* Change ChildProcessSecurityPolicy to store a list of allowed flags fordumi@chromium.org2010-09-281-1/+1
* Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa...thakis@chromium.org2010-09-241-48/+2
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-231-2/+48
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* DevTools: provide load timing for sync resources.pfeldman@chromium.org2010-09-201-2/+5
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-2/+3
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-0/+8
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+2
* Remove \r from resource_dispatcher_host.ccyurys@chromium.org2010-08-161-1/+1
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-121-0/+1
* FBTF: Minor #include cleanup.erg@google.com2010-08-101-0/+1
* Histograms & Field Trails about prefetchinggavinp@google.com2010-08-091-1/+14
* Make prefetching default to disabledgavinp@google.com2010-08-011-1/+1
* Implement prefetching in chromegavinp@google.com2010-07-311-1/+10
* Support both preconnection, and pre-resolution for subresourcesjar@chromium.org2010-07-281-2/+5
* Initial stream to file implementation.darin@chromium.org2010-07-281-0/+4
* Start trimming headers included in the slowest to compile files.erg@google.com2010-07-211-0/+13
* Recommit r52848 - Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-1/+2
* Revert r52848 - Linux x64 compile failure.jeremy@chromium.org2010-07-181-2/+1
* Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-1/+2
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-1/+1
* Rename DownloadRequestManager to DownloadRequestLimiter.phajdan.jr@chromium.org2010-07-151-2/+2
* Show offline interstitial page when offline and reload when reconnected to ne...oshima@chromium.org2010-07-151-0/+12
* Clean up download code: extract some small helpers from RDH download code.phajdan.jr@chromium.org2010-07-141-42/+36
* Plumb SSL connection information into the PageInfo model.agl@chromium.org2010-07-121-7/+9
* Remove an unnecessary null pointer test for |info| inwtc@chromium.org2010-07-091-1/+1
* Inform the SSLClientAuthHandler that a request was cancelleddavidben@chromium.org2010-07-071-0/+2
* Store blocked and accessed cookies in the tab contents.jochen@chromium.org2010-07-021-4/+6
* Remove abonded privacy blacklist implementation.jochen@chromium.org2010-07-021-10/+0
* Fixes a DCHECK when visiting chrome://theme.creis@chromium.org2010-06-281-0/+5
* Add field trial stats for alternate_protocol. The histogram we collected are: lzheng@chromium.org2010-06-261-0/+2
* Move content settings related events into their own delegate.jochen@chromium.org2010-06-221-2/+2
* Track whether a page was loaded via a proxy so that we canmbelshe@chromium.org2010-06-101-0/+2
* Silently discard invalid OnFollowDeferredRedirect requests sent by the render...eroman@chromium.org2010-06-101-1/+1
* Add ftp protocol to the safebrowsing checks. Fixed the crash with canonicaliz...inferno@chromium.org2010-06-021-3/+2
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-211-0/+1