summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-12/+0
* Move core pieces of browser\renderer_host to src\content.jam@chromium.org2011-02-191-506/+2
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-4/+7
* Get rid of RenderViewHostDelegate::Resource and dispatch the IPC messages dir...jam@chromium.org2010-12-301-0/+10
* Attempt to fix the Save link crash which started occuring since the change to...ananta@chromium.org2010-12-161-1/+2
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-151-35/+6
* Make SocketStreamDispatcherHost a BrowserMessageFilter.jam@chromium.org2010-12-151-3/+0
* Also register read cookies in the content settings delegate.jochen@chromium.org2010-12-071-0/+2
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-35/+36
* Pass cookie options to content settings delegate.jochen@chromium.org2010-11-251-0/+1
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-281-0/+24
* Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa...thakis@chromium.org2010-09-241-24/+0
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-231-0/+24
* FBTF: Header cleanup in renderer_host.jhawkins@chromium.org2010-08-161-1/+1
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* FBTF: Minor #include cleanup.erg@google.com2010-08-101-2/+0
* Histograms & Field Trails about prefetchinggavinp@google.com2010-08-091-0/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Start trimming headers included in the slowest to compile files.erg@google.com2010-07-211-7/+3
* Recommit r52848 - Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-0/+1
* Revert r52848 - Linux x64 compile failure.jeremy@chromium.org2010-07-181-1/+0
* Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-181-0/+1
* Rename DownloadRequestManager to DownloadRequestLimiter.phajdan.jr@chromium.org2010-07-151-4/+4
* Clean up download code: extract some small helpers from RDH download code.phajdan.jr@chromium.org2010-07-141-0/+10
* Store blocked and accessed cookies in the tab contents.jochen@chromium.org2010-07-021-1/+3
* Remove abonded privacy blacklist implementation.jochen@chromium.org2010-07-021-4/+0
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-011-9/+11
* Remove the mostly-unused FilterPolicy class. Convert the only actually-used ...pkasting@chromium.org2010-05-181-11/+7
* Factoring out a CancelRequestInternal() method whichtonyg@chromium.org2010-04-131-0/+6
* Fix a bug which caused a hang when loading a resource withtonyg@chromium.org2010-04-081-8/+0
* Upgrade fonts to receive MEDIUM request priority like scripts andtonyg@chromium.org2010-04-021-0/+4
* Continue removing bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-02-271-0/+15
* Rework SafeBrowsingResourceHandler.eroman@chromium.org2010-02-271-0/+8
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-101-1/+2
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-091-0/+1
* Drop the code allowing privacy blacklists to be shipped in extensions.phajdan.jr@chromium.org2010-01-201-5/+0
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-0/+1
* Implement delaying resource requests until privacy blacklists are ready.phajdan.jr@chromium.org2010-01-051-4/+9
* Implement ResourceQueue, an object that makes it easy to delay startingphajdan.jr@chromium.org2009-12-101-20/+6
* WebSocket in Worker: renderer_host changeukai@chromium.org2009-12-071-0/+3
* Kill holdback for Http Prioritization experiment. Turn on to 100%.willchan@chromium.org2009-12-021-10/+0
* Use an explicit boolean has_new_first_party_for_cookies insteadwtc@chromium.org2009-11-181-3/+7
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-2/+8
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-12/+1
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-0/+1
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-1/+1
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-1/+1
* Privacy Blacklist Unblockidanan@google.com2009-10-011-0/+4
* Implemented upload progress indicator in status bar.darin@chromium.org2009-09-251-1/+1
* Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering upbrettw@chromium.org2009-09-021-127/+14