summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_url_request.cc
Commit message (Expand)AuthorAgeFilesLines
* HTTPs sessions don't get established at times in ChromeFrame IE full tab mode...ananta@chromium.org2009-12-141-0/+18
* Fix a stupid bug introduced by my previous change to fix the chrome frame net...ananta@chromium.org2009-12-121-2/+3
* The ChromeFrame redirect network tests don't complete at times as we receive ...ananta@chromium.org2009-12-121-2/+4
* ChromeFrame's host network stack implementation for IE should ensure that HTT...ananta@chromium.org2009-12-121-2/+14
* Use the OnHttpEquiv notification to switch to CF when the http-equiv meta tag...tommi@chromium.org2009-12-111-78/+6
* The ChromeFrame net tests randomly crash in the url request redirect tests on...ananta@chromium.org2009-12-111-0/+7
* The cache object used by the UrlmonUrlRequest class in ChromeFrame creates an...ananta@chromium.org2009-12-081-77/+18
* Adding support for Chrome Frame to be loaded via the presence of an X-UA-Comp...robertshield@chromium.org2009-12-031-22/+1
* Fix a crash caused by a race condition between the time the UrlmonUrlRequest:...ananta@chromium.org2009-12-021-10/+12
* Transfer CF downloads to the host browser.TEST=Click a download link (not via...tommi@chromium.org2009-11-251-2/+91
* ChromeFrame's host network stack implementation for IE full tab mode implicit...ananta@chromium.org2009-11-241-29/+81
* Respect the "allowall" value for the X-Frame-Options header, as somejoi@chromium.org2009-11-191-15/+20
* ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT...ananta@chromium.org2009-11-111-11/+21
* This CL fixes the following issues:-ananta@chromium.org2009-11-111-3/+14
* Using thread safe reference counting to wrap the UploadData instance.Moving t...tommi@chromium.org2009-10-291-22/+8
* If a HTTP post to a server returns any redirect code other than 307, then bro...ananta@chromium.org2009-10-271-0/+11
* Currently the host network stack in IE which uses Urlmon interfaces to initiateananta@chromium.org2009-10-241-29/+81
* Use scoped_array (not scoped_ptr) with new[].kuchhal@chromium.org2009-10-231-1/+1
* Remove stale reference to ie_alt_tab. This went in by mistake.ananta@chromium.org2009-09-281-1/+1
* We need to return S_FALSE in our IHttpSecurity::OnSecurityProblem implementat...ananta@chromium.org2009-09-281-12/+20
* Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming...slightlyoff@chromium.org2009-09-241-0/+751