summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-5/+3
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-3/+3
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-22/+27
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-1/+1
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-281-2/+1
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-3/+0
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-2/+6
* Fix crash bug when attempting to download a url with unsupported scheme,tony@chromium.org2009-10-201-3/+4
* Degrade the https color and lock icon for the page that has a worker that loa...dimich@google.com2009-10-191-2/+16
* Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED whenwtc@chromium.org2009-10-171-1/+1
* Provides a certificate for SSL client authentication on NSS sockets.wtc@chromium.org2009-10-151-0/+9
* Privacy Blacklist Unblockidanan@google.com2009-10-011-10/+18
* Remove old way of handling mixed content now that we have the new mixed contentabarth@chromium.org2009-09-291-6/+0
* Implemented upload progress indicator in status bar.darin@chromium.org2009-09-251-12/+46
* Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering upbrettw@chromium.org2009-09-021-181/+191
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-011-2/+13
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-116/+116
* Re-try r24372 - Delay request loading until all user scripts that requestmpcomplete@chromium.org2009-08-261-0/+10
* Revert 24372 - Delay request loading until all user scripts that request depe...nick@chromium.org2009-08-261-10/+0
* Delay request loading until all user scripts that request depends on are ready.mpcomplete@chromium.org2009-08-251-0/+10
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-2/+3
* Fix the crash if a download starts before we have the plugin list. The fix i...jam@chromium.org2009-08-191-11/+27
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-151-51/+3
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-141-3/+51
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-141-51/+3
* Implement http auth login dialog for OS X.thakis@chromium.org2009-08-131-3/+1
* Revert 23064 - Ensure we don't load plugins on the IO threadsgk@google.com2009-08-111-3/+51
* Ensure we don't load plugins on the IO threadjam@chromium.org2009-08-111-51/+3
* Blocked Resource Responsesidanan@chromium.org2009-08-111-11/+45
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-48/+74
* Moved the logical dependency on Blacklist from URLRequestContextidanan@chromium.org2009-07-281-3/+5
* Return Error Status Upon Blocking Requestsidanan@chromium.org2009-07-241-2/+27
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-241-26/+60
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-1/+2
* One part of many for enabling DOM Storage.jorlow@chromium.org2009-07-231-0/+3
* Blacklist API change for allowing multiple rule matchesidanan@chromium.org2009-07-161-6/+6
* Split out some of the RVHDelegate functions into separate sub-classes. To limitbrettw@chromium.org2009-07-081-11/+17
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-4/+4
* Move RenderViewHostManager back to tab_contents. Moving it to renderer_hostbrettw@chromium.org2009-07-031-54/+50
* Fix a typo I came across while debugging.eroman@chromium.org2009-07-021-2/+2
* Fix typo for buildbrettw@chromium.org2009-06-301-1/+1
* Move GetTabContentsID out of tab util because it has nothing to do with tabs orbrettw@chromium.org2009-06-301-1/+36
* A first implementation of the SSL client auth UI.This uses the Windows API th...jcampan@chromium.org2009-06-271-6/+17
* Create a webkit thread for use within the browser process. This patch also i...jorlow@chromium.org2009-06-261-0/+2
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-231-1/+19
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-11/+4
* GTK: HTTP Auth dialogs under linux.erg@google.com2009-06-191-1/+4
* Add a temporary command-line switch --auto-ssl-client-auth forwtc@chromium.org2009-06-191-4/+21
* Fix crash on interstitial page when the renderer crashed.willchan@chromium.org2009-06-111-1/+2
* Add LOAD_VERIFY_EV_CERT in net load loag.ukai@chromium.org2009-06-101-1/+4