summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the mostly-unused FilterPolicy class. Convert the only actually-used ...pkasting@chromium.org2010-05-181-14/+13
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-071-1/+3
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-1/+1
* Add an UMA histogram that counts the types of network error codes that main f...eroman@chromium.org2010-05-061-0/+20
* Ground work for making appcaches work in workers.michaeln@chromium.org2010-04-261-0/+2
* Factoring out a CancelRequestInternal() method whichtonyg@chromium.org2010-04-131-12/+23
* Fix silly DCHECK introduced by me in r44019.tonyg@chromium.org2010-04-091-3/+4
* Fix a bug which caused a hang when loading a resource withtonyg@chromium.org2010-04-081-23/+9
* Upgrade fonts to receive MEDIUM request priority like scripts andtonyg@chromium.org2010-04-021-19/+49
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-2/+2
* Move the cancellation of blocked requests code from ResourceDispatcherHost::~...eroman@chromium.org2010-03-251-17/+17
* Fix a crash due to UserScriptListener unregistering notifications on the wrongmpcomplete@chromium.org2010-03-191-0/+2
* Linux: implement Client SSL Certificate selection UImattm@chromium.org2010-03-041-9/+0
* Continue removing bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-02-271-3/+19
* Rework SafeBrowsingResourceHandler.eroman@chromium.org2010-02-271-6/+52
* Replace __MSG_some_name__ template within extension css files with localized ...cira@chromium.org2010-02-111-0/+3
* Add option to suppress HTTP Referer header.jochen@chromium.org2010-02-101-4/+7
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-101-7/+8
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-091-113/+46
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-281-3/+12