summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_url_request.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix wrong locking scope.stoyan@chromium.org2010-02-031-11/+13
* Fix race conditions.stoyan@chromium.org2010-02-031-29/+27
* Renabling the FullTabModeIE_ChromeFrameUnloadEventTest ChromeFrame test. This...ananta@chromium.org2010-02-031-210/+14
* Speculative fix to get the ChromeFrame builder up again. It appears that ther...ananta@chromium.org2010-02-021-1/+3
* Bring the lock in UrlmonUrlRequestManager back. We need it to access worker t...stoyan@chromium.org2010-02-021-8/+35
* The UrlmonUrlRequest::NotifyDelegateAndDie function can result in the UrlmonU...ananta@chromium.org2010-02-021-1/+2
* TEST=new tests added.stoyan@chromium.org2010-02-011-277/+409
* If we navigate to a URL which has an anchor in IE, which eventually ends up i...ananta@chromium.org2010-01-221-1/+1
* Fix FullTabModeIE_ChromeFrameDeleteCookieTest. The problem was that a domain...tommi@chromium.org2010-01-211-0/+5
* Updates for onhttpequiv. Preserving the referrer header, zapping the current...tommi@chromium.org2010-01-161-3/+5
* Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme...ananta@chromium.org2010-01-111-10/+20
* Speculative fix for a ChromeFrame crasher reported by go/crash. The crash occ...ananta@chromium.org2010-01-051-3/+4
* Links opened in ChromeFrame via the Open in New window operation would not re...ananta@chromium.org2010-01-041-2/+217
* 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