summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Remove typedef net::URLRequestTestJob URLRequestTestJob;tfarina@chromium.org2011-01-111-80/+89
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-151-119/+102
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-3/+3
* Modify the "dangerous download" algorithm as follows. Original patch by Pier...pkasting@chromium.org2010-12-061-1/+1
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-9/+10
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-081-0/+1
* Rename ChromeThread to BrowserThread Part6:tfarina@chromium.org2010-10-081-4/+4
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+2
* Fix unit tests for the ResourceDispatcherHost.darin@chromium.org2010-07-271-1/+2
* [Mac] more -Wextra support:thomasvl@chromium.org2010-06-171-17/+17
* Remove the mostly-unused FilterPolicy class. Convert the only actually-used ...pkasting@chromium.org2010-05-181-34/+14
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-4/+4
* Fix a bug which caused a hang when loading a resource withtonyg@chromium.org2010-04-081-9/+64
* Make all of the methods of ResourceHandler pure virtual.eroman@chromium.org2010-03-021-0/+11
* Continue removing bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-02-271-0/+97
* Rework SafeBrowsingResourceHandler.eroman@chromium.org2010-02-271-0/+3
* Make sure that ResourceQueue is shut down before destruction.phajdan.jr@chromium.org2010-02-101-0/+2
* Implement ResourceQueue, an object that makes it easy to delay startingphajdan.jr@chromium.org2009-12-101-0/+3
* RESUBMIT of http://codereview.chromium.org/404025/showchase@chromium.org2009-11-251-6/+3
* Revert "RESUBMIT of http://codereview.chromium.org/404025/show"chase@chromium.org2009-11-251-3/+6
* RESUBMIT of http://codereview.chromium.org/404025/showjorlow@chromium.org2009-11-251-6/+3
* Revert 32608 - RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&rev...ananta@chromium.org2009-11-201-8/+2
* Disable another part of RDH test due to tsan race condition.tim@chromium.org2009-11-201-1/+2
* Disable two tests causing valgrind issues from revision 32608.tim@chromium.org2009-11-201-2/+4
* RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&revision=32319 wit...jorlow@chromium.org2009-11-201-2/+8
* Initialize the host_renderer_id and host_render_view_id in the resource dispa...ananta@chromium.org2009-11-141-1/+3
* Disable ResourceDispatcherHostTest.Cancel due to unitialized memory read caug...scherkus@chromium.org2009-11-131-1/+1
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-1/+0
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-1/+5
* Sniff 204 responses as text/plain to avoid creating unwanted downloads.abarth@chromium.org2009-10-161-0/+27
* RDH: Don't attempt to sniff the mime type of requests thatrvargas@google.com2009-09-011-3/+151
* Linux 64-bit: Fix failing unit_tests and ignore non-working plugin/media tests.mmoss@chromium.org2009-08-311-1/+1
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-95/+144
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-2/+2
* Fix the unit tests that had multiple ResourceDispatcherHost objects instantia...jam@chromium.org2009-07-071-24/+20
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-231-1/+1
* 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
* 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-1/+2
* Fix single-process ui test failures from my previous change. The problem was...jam@chromium.org2009-03-181-3/+5
* CreateResourceRequest() inhclam@chromium.org2009-03-181-0/+1
* SSLPolicy Fix: Step 3.abarth@chromium.org2009-03-171-1/+2
* Hide the details about ResourceDispatcherHost messages from child processes. ...jam@chromium.org2009-03-171-17/+42
* A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...jam@chromium.org2009-03-101-17/+20
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0