summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_url_request.h
Commit message (Expand)AuthorAgeFilesLines
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-1/+2
* Add methods to base::Thread to allow Windows consumers to ask for COM to be i...pkasting@chromium.org2012-10-231-20/+2
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-031-0/+11
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-301-6/+5
* base::Bind: Convert chrome_frame/.jhawkins@chromium.org2011-11-181-7/+0
* Handle UrlRequests in ChromeFrame for resource types except MAIN_FRAME and SU...ananta@chromium.org2011-10-051-2/+40
* Revert 76880 - ChromeFrame would fail to upload POST data to the server if th...ananta@chromium.org2011-03-041-2/+1
* ChromeFrame would fail to upload POST data to the server if the webserver req...ananta@chromium.org2011-03-041-1/+2
* Download requests in ChromeFrame which occur in response to a POST request ne...ananta@chromium.org2011-02-281-1/+2
* Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes...ananta@chromium.org2011-02-241-1/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-2/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-231-1/+1
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* 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