| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind: Convert chrome_frame/. | jhawkins@chromium.org | 2011-11-18 | 1 | -7/+0 |
* | Handle UrlRequests in ChromeFrame for resource types except MAIN_FRAME and SU... | ananta@chromium.org | 2011-10-05 | 1 | -2/+40 |
* | Revert 76880 - ChromeFrame would fail to upload POST data to the server if th... | ananta@chromium.org | 2011-03-04 | 1 | -2/+1 |
* | ChromeFrame would fail to upload POST data to the server if the webserver req... | ananta@chromium.org | 2011-03-04 | 1 | -1/+2 |
* | Download requests in ChromeFrame which occur in response to a POST request ne... | ananta@chromium.org | 2011-02-28 | 1 | -1/+2 |
* | Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes... | ananta@chromium.org | 2011-02-24 | 1 | -1/+2 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -1/+0 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -2/+3 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Clean up Automation and Chrome Frame IPC code.-only use routed messages when ... | jam@chromium.org | 2010-12-23 | 1 | -1/+1 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+0 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 1 | -2/+0 |
* | Fix a ChromeFrame crash caused when the cookie policy is set to prompt and th... | ananta@chromium.org | 2010-05-20 | 1 | -2/+7 |
* | Nicely steal moniker and bind context from the urlmon url request. | stoyan@chromium.org | 2010-04-28 | 1 | -0/+5 |
* | Handle cookie requests in BackgroundThread. | stoyan@chromium.org | 2010-04-20 | 1 | -0/+2 |
* | Fix for remaining major issues with moniker patch | amit@chromium.org | 2010-04-14 | 1 | -24/+1 |
* | Preparation CL for executing READ and COOKIE network requests from the backgr... | stoyan@chromium.org | 2010-04-13 | 1 | -6/+6 |
* | Move Urlmon network requests to UI thread, thus allowing reusing the bind con... | stoyan@chromium.org | 2010-04-08 | 1 | -43/+30 |
* | Fix a crash whereby a non-thread-safe ref-counted net::UploadData is used bet... | robertshield@chromium.org | 2010-03-31 | 1 | -2/+2 |
* | Reenable the ChromeFrame unload event test which basically loads a page which... | ananta@chromium.org | 2010-03-26 | 1 | -0/+5 |
* | Fix for a race issue when chrome decides that a request needs to be downloade... | tommi@chromium.org | 2010-03-25 | 1 | -6/+6 |
* | When ChromeFrame is running in privileged mode, we should fail the IAuthentic... | ananta@chromium.org | 2010-03-22 | 1 | -0/+8 |
* | Initial support for IE View->Privacy. To support this menu option the active ... | ananta@chromium.org | 2010-03-19 | 1 | -2/+40 |
* | Fix #1 for multiple request issue (both POST and GET) after activating the on... | tommi@chromium.org | 2010-03-12 | 1 | -14/+27 |
* | ChromeFrame should honor the host browser's cookie policy. To achieve this we... | ananta@chromium.org | 2010-03-02 | 1 | -5/+4 |
* | Provide parent window for Urlmon error dialogs. | stoyan@chromium.org | 2010-02-04 | 1 | -1/+2 |
* | Renabling the FullTabModeIE_ChromeFrameUnloadEventTest ChromeFrame test. This... | ananta@chromium.org | 2010-02-03 | 1 | -1/+4 |
* | Bring the lock in UrlmonUrlRequestManager back. We need it to access worker t... | stoyan@chromium.org | 2010-02-02 | 1 | -0/+4 |
* | TEST=new tests added. | stoyan@chromium.org | 2010-02-01 | 1 | -247/+61 |
* | The cache object used by the UrlmonUrlRequest class in ChromeFrame creates an... | ananta@chromium.org | 2009-12-08 | 1 | -8/+6 |
* | Fix a crash caused by a race condition between the time the UrlmonUrlRequest:... | ananta@chromium.org | 2009-12-02 | 1 | -0/+5 |
* | Transfer CF downloads to the host browser.TEST=Click a download link (not via... | tommi@chromium.org | 2009-11-25 | 1 | -0/+2 |
* | ChromeFrame's host network stack implementation for IE full tab mode implicit... | ananta@chromium.org | 2009-11-24 | 1 | -1/+5 |
* | The ChromeFrameAutomationClient class needs to be refcounted as it implements... | ananta@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT... | ananta@chromium.org | 2009-11-11 | 1 | -6/+12 |
* | Using thread safe reference counting to wrap the UploadData instance.Moving t... | tommi@chromium.org | 2009-10-29 | 1 | -2/+0 |
* | Currently the host network stack in IE which uses Urlmon interfaces to initiate | ananta@chromium.org | 2009-10-24 | 1 | -2/+29 |
* | Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... | slightlyoff@chromium.org | 2009-09-24 | 1 | -0/+231 |