summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update some comments in url_request.h to clarify that once the request is del...ericroman@google.com2009-06-031-1/+1
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-27/+0
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-231-1/+1
* Reuse ChildProcessSecurityHost for worker processes.jam@chromium.org2009-05-201-2/+2
* Rename RendererSecurityPolicy and move it to browser\. No code change.jam@chromium.org2009-05-181-4/+4
* revert r16181 as it broke linuxestade@chromium.org2009-05-151-4/+4
* Rename RendererSecurityPolicy and move it to browser\. No code change.jam@chromium.org2009-05-151-4/+4
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-2/+2
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-1/+1
* Add a FieldTrial and histograms for measuring impact of http prioritization.willchan@chromium.org2009-04-201-21/+23
* Reverting 14005.brettw@chromium.org2009-04-181-1/+1
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-1/+1
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-161-3/+3
* Fix a crash where the ResourceMessageFilter is deleted before apaulg@google.com2009-04-141-2/+4