summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bring download_file, download_manager into POSIX build.estade@chromium.org2009-02-221-3/+3
* Make plugin_service.cc compile on Posix.jhawkins@chromium.org2009-02-201-1/+1
* Bring up save_package, save_item, save_file_manager on posix.estade@chromium.org2009-02-191-1/+1
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-2/+2
* Change url wstrings to GURLSestade@chromium.org2009-02-121-2/+2
* Port CrossSiteResourceHandler to Mac and Linux.paul@chromium.org2009-02-111-1/+1
* Make cert_store.cc compile on Mac and Linux.jhawkins@chromium.org2009-02-061-1/+1
* Add a constraint on how many requests can be outstanding for any given render...ericroman@google.com2009-02-061-2/+106
* Move resource_message_filter and resource_request_details to the renderer_host.brettw@chromium.org2009-02-051-1/+1
* Port the ResourceDispatcherHost to Mac and linux.paul@chromium.org2009-02-051-12/+18
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-9/+10
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-1/+1
* Random de-Windows-ification-ism-izing in renderer_host.brettw@chromium.org2009-01-241-1/+1