summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-101-0/+2
* Fix a typo (LOAD_ENABLE_FILE) in a comment added in r11661.wtc@chromium.org2009-04-101-1/+2
* Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...abarth@chromium.org2009-04-081-3/+0
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-071-0/+2
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-3/+3
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-1/+2
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-281-0/+3
* Fix renderer hang caused when a synchronous XHR is disallowed for securitydarin@chromium.org2009-03-271-7/+15
* Reverting 12479 which reverted 12470.willchan@chromium.org2009-03-251-3/+16
* Chrome changes to support cached form submissions.darin@chromium.org2009-03-251-13/+13
* Reverting 12470.willchan@chromium.org2009-03-251-16/+3
* Prioritize which HTTP requests get a socket first by adding a priority level ...willchan@chromium.org2009-03-251-3/+16
* Fix a bug in RDH that it overlooked a resource messagehclam@chromium.org2009-03-251-0/+1
* Remove useless BlockedRequest class.abarth@chromium.org2009-03-191-4/+5
* Fix single-process ui test failures from my previous change. The problem was...jam@chromium.org2009-03-181-4/+4
* SSLPolicy Fix: Step 3.abarth@chromium.org2009-03-171-15/+16
* Hide the details about ResourceDispatcherHost messages from child processes. ...jam@chromium.org2009-03-171-76/+149
* Enable AutocompleteTest, HistoryURLProviderTest,shess@chromium.org2009-03-161-1/+1
* Highlights of changes:hclam@chromium.org2009-03-131-0/+26
* A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...jam@chromium.org2009-03-101-159/+145
* Landing again the CL that adds security info to canceled requests (last time ...jcampan@chromium.org2009-03-081-4/+18
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-071-18/+4
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-071-4/+18
* Reverting 11179.jcampan@chromium.org2009-03-071-19/+5
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-071-5/+19
* Revert change 10975 and 10972 because it broke the purify nsylvain@chromium.org2009-03-051-9/+0
* Highlights of changes:hclam@chromium.org2009-03-051-0/+9
* Fix compilations errors introduced by revision 10712.maruel@chromium.org2009-03-021-4/+7
* Download request manager refactoring.estade@chromium.org2009-02-241-1/+1