summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_url_request.h
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-2/+0
* Fix a ChromeFrame crash caused when the cookie policy is set to prompt and th...ananta@chromium.org2010-05-201-2/+7
* Nicely steal moniker and bind context from the urlmon url request.stoyan@chromium.org2010-04-281-0/+5
* Handle cookie requests in BackgroundThread.stoyan@chromium.org2010-04-201-0/+2
* Fix for remaining major issues with moniker patchamit@chromium.org2010-04-141-24/+1
* Preparation CL for executing READ and COOKIE network requests from the backgr...stoyan@chromium.org2010-04-131-6/+6
* Move Urlmon network requests to UI thread, thus allowing reusing the bind con...stoyan@chromium.org2010-04-081-43/+30
* Fix a crash whereby a non-thread-safe ref-counted net::UploadData is used bet...robertshield@chromium.org2010-03-311-2/+2
* Reenable the ChromeFrame unload event test which basically loads a page which...ananta@chromium.org2010-03-261-0/+5
* Fix for a race issue when chrome decides that a request needs to be downloade...tommi@chromium.org2010-03-251-6/+6
* When ChromeFrame is running in privileged mode, we should fail the IAuthentic...ananta@chromium.org2010-03-221-0/+8
* Initial support for IE View->Privacy. To support this menu option the active ...ananta@chromium.org2010-03-191-2/+40
* Fix #1 for multiple request issue (both POST and GET) after activating the on...tommi@chromium.org2010-03-121-14/+27
* ChromeFrame should honor the host browser's cookie policy. To achieve this we...ananta@chromium.org2010-03-021-5/+4
* Provide parent window for Urlmon error dialogs.stoyan@chromium.org2010-02-041-1/+2
* Renabling the FullTabModeIE_ChromeFrameUnloadEventTest ChromeFrame test. This...ananta@chromium.org2010-02-031-1/+4
* Bring the lock in UrlmonUrlRequestManager back. We need it to access worker t...stoyan@chromium.org2010-02-021-0/+4
* TEST=new tests added.stoyan@chromium.org2010-02-011-247/+61
* The cache object used by the UrlmonUrlRequest class in ChromeFrame creates an...ananta@chromium.org2009-12-081-8/+6
* Fix a crash caused by a race condition between the time the UrlmonUrlRequest:...ananta@chromium.org2009-12-021-0/+5
* Transfer CF downloads to the host browser.TEST=Click a download link (not via...tommi@chromium.org2009-11-251-0/+2
* ChromeFrame's host network stack implementation for IE full tab mode implicit...ananta@chromium.org2009-11-241-1/+5
* The ChromeFrameAutomationClient class needs to be refcounted as it implements...ananta@chromium.org2009-11-121-1/+1
* ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT...ananta@chromium.org2009-11-111-6/+12
* Using thread safe reference counting to wrap the UploadData instance.Moving t...tommi@chromium.org2009-10-291-2/+0
* Currently the host network stack in IE which uses Urlmon interfaces to initiateananta@chromium.org2009-10-241-2/+29
* Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming...slightlyoff@chromium.org2009-09-241-0/+231