summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_url_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for uploading UMA metrics data from ChromeFrame. Added support fo...ananta@chromium.org2010-06-111-25/+0
* Add support for the DELETE method.tommi@chromium.org2010-06-041-1/+2
* Implement most of the ridealong fixes/cleanups I suggested during review for ...pkasting@chromium.org2010-06-011-20/+10
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-3/+3
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-3/+3
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-3/+3
* Fix a ChromeFrame crash caused when the cookie policy is set to prompt and th...ananta@chromium.org2010-05-201-3/+15
* Candidate fix for bug 44108. The FromBindContext function was inherently racy...tommi@chromium.org2010-05-141-6/+6
* The chrome frame net tests would not complete at times on the IE6 builder. Th...ananta@chromium.org2010-05-121-1/+11
* In ChromeFrame's bind status callback functions we should always return succe...ananta@chromium.org2010-05-121-1/+6
* Fix a chrome frame crash reported on the crash server in our bind status call...ananta@chromium.org2010-05-121-0/+5
* This change consists of the previous change in addition to a fix for the down...tommi@chromium.org2010-05-081-221/+169
* Cookies would not get set correctly in ChromeFrame in full tab mode. The code...ananta@chromium.org2010-05-051-26/+2
* Reverting to fix the IE6 builder redness. Please continue debugging this and ...ananta@chromium.org2010-05-041-150/+219
* Reverting to fix the IE6 builder redness. Please continue debugging this and ...ananta@chromium.org2010-05-041-1/+3
* Reverting to fix the IE6 builder redness. Please continue debugging this and ...ananta@chromium.org2010-05-041-3/+1
* Re-enable the Head test.tommi@chromium.org2010-05-021-1/+3
* Temporarily disable the Head test.tommi@chromium.org2010-05-021-3/+1
* Not using an intermediate cache between urlmon and chrome reads.tommi@chromium.org2010-05-021-219/+150
* Ignore EndRequest() for a urlmon urlrequest from Chrome, if terminate_bind (i...stoyan@chromium.org2010-04-301-0/+5
* Nicely steal moniker and bind context from the urlmon url request.stoyan@chromium.org2010-04-281-18/+35
* In ChromeFrame with the IMoniker patch on, we should save away the redirect i...ananta@chromium.org2010-04-201-13/+25
* Handle cookie requests in BackgroundThread.stoyan@chromium.org2010-04-201-1/+3
* Revert 44897 - Improved compatibility support for IE8.tommi@chromium.org2010-04-191-4/+0
* Improved compatibility support for IE8.tommi@chromium.org2010-04-181-0/+4
* Pass HTTP headers to Chrome in the initial pending request initiated by Chrom...ananta@chromium.org2010-04-161-1/+6
* With the ChromeFrame IMoniker patch in the referrer would not propagate corre...ananta@chromium.org2010-04-161-46/+3
* Avoid a crash in ChromeFrame in the BindToStorage call initiated when our act...ananta@chromium.org2010-04-151-19/+25
* Fix for remaining major issues with moniker patchamit@chromium.org2010-04-141-29/+79
* Preparation CL for executing READ and COOKIE network requests from the backgr...stoyan@chromium.org2010-04-131-17/+11
* Fix IE6 switching issuesananta@chromium.org2010-04-091-1/+9
* Switch renderer in Moniker patchamit@chromium.org2010-04-091-15/+1
* Fix horrible bug in Cache.stoyan@chromium.org2010-04-081-0/+1
* Move Urlmon network requests to UI thread, thus allowing reusing the bind con...stoyan@chromium.org2010-04-081-212/+202
* Fix a crash whereby a non-thread-safe ref-counted net::UploadData is used bet...robertshield@chromium.org2010-03-311-3/+3
* Unit test for form download (POST). This replicates the issue reported in bu...tommi@chromium.org2010-03-291-1/+1
* Reenable the ChromeFrame unload event test which basically loads a page which...ananta@chromium.org2010-03-261-0/+77
* Fix for a race issue when chrome decides that a request needs to be downloade...tommi@chromium.org2010-03-251-34/+31
* Adding support for HEAD requests.tommi@chromium.org2010-03-231-4/+16
* Fix ChromeFrame referrer test which was flaky due to incorrect http header pa...ananta@chromium.org2010-03-231-3/+1
* When ChromeFrame is running in privileged mode, we should fail the IAuthentic...ananta@chromium.org2010-03-221-4/+9
* Initial support for IE View->Privacy. To support this menu option the active ...ananta@chromium.org2010-03-191-4/+62
* Fix #1 for multiple request issue (both POST and GET) after activating the on...tommi@chromium.org2010-03-121-49/+58
* ChromeFrame should honor the host browser's cookie policy. To achieve this we...ananta@chromium.org2010-03-021-32/+3
* Fixed a hang in ChromeFrame while tearing down pending url requests during sh...ananta@chromium.org2010-02-241-1/+10
* Proper notification in OnStopBinding if headers are not availble (i.e. connec...stoyan@chromium.org2010-02-121-8/+18
* Revert 38692 to see if this fixes ChromeFrame net tests.ananta@chromium.org2010-02-111-9/+0
* Review URL: http://codereview.chromium.org/600032stoyan@chromium.org2010-02-101-0/+9
* Delete UrlmonUrlRequest static object counter since we may have multiple Urlm...stoyan@chromium.org2010-02-041-7/+2
* Provide parent window for Urlmon error dialogs.stoyan@chromium.org2010-02-041-2/+6