summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-37/+41
* Re-try r24372 - Delay request loading until all user scripts that requestmpcomplete@chromium.org2009-08-261-0/+3
* Revert 24372 - Delay request loading until all user scripts that request depe...nick@chromium.org2009-08-261-3/+0
* Delay request loading until all user scripts that request depends on are ready.mpcomplete@chromium.org2009-08-251-0/+3
* Fix the crash if a download starts before we have the plugin list. The fix i...jam@chromium.org2009-08-191-0/+7
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-151-7/+1
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-141-1/+7
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-141-7/+1
* Revert 23064 - Ensure we don't load plugins on the IO threadsgk@google.com2009-08-111-0/+7
* Ensure we don't load plugins on the IO threadjam@chromium.org2009-08-111-7/+0
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-0/+5
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-241-1/+2
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-1/+2
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Simplify the WebKit thread model. It's now created/destroyed on the UI threa...jorlow@chromium.org2009-07-081-2/+3
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-6/+7
* Fix a typo I came across while debugging.eroman@chromium.org2009-07-021-1/+1
* Move GetTabContentsID out of tab util because it has nothing to do with tabs orbrettw@chromium.org2009-06-301-14/+10
* A first implementation of the SSL client auth UI.This uses the Windows API th...jcampan@chromium.org2009-06-271-0/+4
* Create a webkit thread for use within the browser process. This patch also i...jorlow@chromium.org2009-06-261-0/+7
* Add a temporary command-line switch --auto-ssl-client-auth forwtc@chromium.org2009-06-191-0/+3
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-1/+0
* Add a FieldTrial and histograms for measuring impact of http prioritization.willchan@chromium.org2009-04-201-0/+10
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-161-8/+13
* Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...abarth@chromium.org2009-04-081-7/+0
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-281-0/+7