summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_url_request_private.h
Commit message (Expand)AuthorAgeFilesLines
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-071-4/+0
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* Avoid including gtest file directly, and go through base insteadjar@chromium.org2011-12-151-1/+1
* base::Bind: Convert chrome_frame/.jhawkins@chromium.org2011-11-181-4/+4
* Cleanup: Remove forward declarations in various directories.thestig@chromium.org2011-11-181-2/+1
* Handle UrlRequests in ChromeFrame for resource types except MAIN_FRAME and SU...ananta@chromium.org2011-10-051-0/+4
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-3/+3
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-1/+1
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-5/+5
* Revert 76880 - ChromeFrame would fail to upload POST data to the server if th...ananta@chromium.org2011-03-041-1/+1
* ChromeFrame would fail to upload POST data to the server if the webserver req...ananta@chromium.org2011-03-041-1/+1
* Download requests in ChromeFrame which occur in response to a POST request ne...ananta@chromium.org2011-02-281-1/+4
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-9/+9
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Relanding this change.ananta@chromium.org2010-10-081-0/+10
* Revert 61997 - Fix a memory leak in ChromeFrame which is caused by leaking th...jar@chromium.org2010-10-081-8/+0
* Fix a memory leak in ChromeFrame which is caused by leaking the urlmon transa...ananta@chromium.org2010-10-081-0/+8
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* This change consists of the previous change in addition to a fix for the down...tommi@chromium.org2010-05-081-53/+13
* Reverting to fix the IE6 builder redness. Please continue debugging this and ...ananta@chromium.org2010-05-041-13/+53
* Not using an intermediate cache between urlmon and chrome reads.tommi@chromium.org2010-05-021-53/+13
* Nicely steal moniker and bind context from the urlmon url request.stoyan@chromium.org2010-04-281-1/+9
* With the ChromeFrame IMoniker patch in the referrer would not propagate corre...ananta@chromium.org2010-04-161-2/+0
* Avoid a crash in ChromeFrame in the BindToStorage call initiated when our act...ananta@chromium.org2010-04-151-1/+15
* Fix for remaining major issues with moniker patchamit@chromium.org2010-04-141-1/+8
* Switch renderer in Moniker patchamit@chromium.org2010-04-091-1/+0
* Add file I forgot.stoyan@chromium.org2010-04-081-0/+3
* Move Urlmon network requests to UI thread, thus allowing reusing the bind con...stoyan@chromium.org2010-04-081-87/+27
* Fix for a race issue when chrome decides that a request needs to be downloade...tommi@chromium.org2010-03-251-5/+6
* When ChromeFrame is running in privileged mode, we should fail the IAuthentic...ananta@chromium.org2010-03-221-1/+8
* Fix #1 for multiple request issue (both POST and GET) after activating the on...tommi@chromium.org2010-03-121-4/+5
* Proper notification in OnStopBinding if headers are not availble (i.e. connec...stoyan@chromium.org2010-02-121-0/+1
* Delete UrlmonUrlRequest static object counter since we may have multiple Urlm...stoyan@chromium.org2010-02-041-1/+0
* Renabling the FullTabModeIE_ChromeFrameUnloadEventTest ChromeFrame test. This...ananta@chromium.org2010-02-031-1/+2
* TEST=new tests added.stoyan@chromium.org2010-02-011-0/+307