summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_url_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the flakiness with download requests routed by ChromeFrame to the host br...ananta@chromium.org2011-03-111-10/+7
* Fix for the chrome frame bug with POST requests to servers which request NTLM...ananta@chromium.org2011-03-081-6/+3
* Revert 76880 - ChromeFrame would fail to upload POST data to the server if th...ananta@chromium.org2011-03-041-40/+14
* ChromeFrame would fail to upload POST data to the server if the webserver req...ananta@chromium.org2011-03-041-14/+40
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Download requests in ChromeFrame which occur in response to a POST request ne...ananta@chromium.org2011-02-281-8/+16
* Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes...ananta@chromium.org2011-02-241-3/+15
* If we switch into ChromeFrame as a result of a redirect then we need to navig...ananta@chromium.org2011-02-221-1/+1
* Remove includes of message headers in headers.jam@chromium.org2011-02-091-0/+1
* Add support for chunked encoding in ChromeFrame for POST requests. This fixes...ananta@chromium.org2011-01-261-6/+10
* ChromeFrame full tab mode was not supporting the PROPFIND verb correctly, in ...ananta@chromium.org2011-01-221-8/+7
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-10/+11
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-15/+16
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-231-1/+1
* Fix a typo in UrlmonUrlRequest to clear the map during shutdownamit@chromium.org2010-12-081-1/+1
* Addressing code review comments from Tommi from the orignal CL http://coderev...ananta@chromium.org2010-12-081-10/+9
* Fix a DCHECK which fired in ChromeFrame which indicated that we had a pending...ananta@chromium.org2010-12-071-1/+17
* Fix a regression in ChromeFrame which would cause the headers like the UA to ...ananta@chromium.org2010-11-021-3/+3
* Pass Chrome's UA with chromeframe appended at the end in the user agent passe...ananta@chromium.org2010-10-271-6/+9
* Fix a crasher observed in ChromeFrame stable build 7.0.517.43. Crash occurs w...ananta@chromium.org2010-10-251-11/+12
* Support whatever HTTP verbs Chrome uses in Chrome Frammeamit@chromium.org2010-10-221-7/+1
* Refreshing pages in ChromeFrame would basically always fetch the pages from t...ananta@chromium.org2010-10-211-1/+12
* Convert LOG(INFO) to VLOG(1) - chrome_frame/.pkasting@chromium.org2010-10-191-56/+58
* Fix a regression in ChromeFrame which caused download attachments to not work...ananta@chromium.org2010-10-141-0/+1
* Relanding this change.ananta@chromium.org2010-10-081-11/+43
* Revert 61997 - Fix a memory leak in ChromeFrame which is caused by leaking th...jar@chromium.org2010-10-081-43/+10
* Fix a memory leak in ChromeFrame which is caused by leaking the urlmon transa...ananta@chromium.org2010-10-081-10/+43
* Do not write non-toplevel POST response into the WINInet cache.stoyan@chromium.org2010-10-011-0/+6
* chrome_frame: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-011-9/+13
* When GCF is the default renderer, use Chrome's User-agent header instead of I...tommi@chromium.org2010-08-311-1/+6
* Fix a crash when delegate_ goes away in ReadStreamamit@chromium.org2010-08-261-1/+3
* Handle automation server crashes. When Chrome crashes, we now handle the cas...tommi@chromium.org2010-08-101-5/+7
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-4/+4
* BUG=47879stoyan@chromium.org2010-07-171-0/+3
* 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