| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task... | fischman@chromium.org | 2012-08-07 | 1 | -4/+0 |
* | base::Bind: Remove callback_old.h. | jhawkins@chromium.org | 2012-01-03 | 1 | -2/+1 |
* | Avoid including gtest file directly, and go through base instead | jar@chromium.org | 2011-12-15 | 1 | -1/+1 |
* | base::Bind: Convert chrome_frame/. | jhawkins@chromium.org | 2011-11-18 | 1 | -4/+4 |
* | Cleanup: Remove forward declarations in various directories. | thestig@chromium.org | 2011-11-18 | 1 | -2/+1 |
* | Handle UrlRequests in ChromeFrame for resource types except MAIN_FRAME and SU... | ananta@chromium.org | 2011-10-05 | 1 | -0/+4 |
* | net: Rename URLRequestStatus::os_error_. | tfarina@chromium.org | 2011-09-08 | 1 | -3/+3 |
* | iwyu: Include callback_old.h where appropriate, final. | jhawkins@chromium.org | 2011-05-11 | 1 | -1/+1 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -5/+5 |
* | Revert 76880 - ChromeFrame would fail to upload POST data to the server if th... | ananta@chromium.org | 2011-03-04 | 1 | -1/+1 |
* | ChromeFrame would fail to upload POST data to the server if the webserver req... | ananta@chromium.org | 2011-03-04 | 1 | -1/+1 |
* | Download requests in ChromeFrame which occur in response to a POST request ne... | ananta@chromium.org | 2011-02-28 | 1 | -1/+4 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -9/+9 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -1/+2 |
* | Relanding this change. | ananta@chromium.org | 2010-10-08 | 1 | -0/+10 |
* | Revert 61997 - Fix a memory leak in ChromeFrame which is caused by leaking th... | jar@chromium.org | 2010-10-08 | 1 | -8/+0 |
* | Fix a memory leak in ChromeFrame which is caused by leaking the urlmon transa... | ananta@chromium.org | 2010-10-08 | 1 | -0/+8 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 1 | -0/+1 |
* | This change consists of the previous change in addition to a fix for the down... | tommi@chromium.org | 2010-05-08 | 1 | -53/+13 |
* | Reverting to fix the IE6 builder redness. Please continue debugging this and ... | ananta@chromium.org | 2010-05-04 | 1 | -13/+53 |
* | Not using an intermediate cache between urlmon and chrome reads. | tommi@chromium.org | 2010-05-02 | 1 | -53/+13 |
* | Nicely steal moniker and bind context from the urlmon url request. | stoyan@chromium.org | 2010-04-28 | 1 | -1/+9 |
* | With the ChromeFrame IMoniker patch in the referrer would not propagate corre... | ananta@chromium.org | 2010-04-16 | 1 | -2/+0 |
* | Avoid a crash in ChromeFrame in the BindToStorage call initiated when our act... | ananta@chromium.org | 2010-04-15 | 1 | -1/+15 |
* | Fix for remaining major issues with moniker patch | amit@chromium.org | 2010-04-14 | 1 | -1/+8 |
* | Switch renderer in Moniker patch | amit@chromium.org | 2010-04-09 | 1 | -1/+0 |
* | Add file I forgot. | stoyan@chromium.org | 2010-04-08 | 1 | -0/+3 |
* | Move Urlmon network requests to UI thread, thus allowing reusing the bind con... | stoyan@chromium.org | 2010-04-08 | 1 | -87/+27 |
* | Fix for a race issue when chrome decides that a request needs to be downloade... | tommi@chromium.org | 2010-03-25 | 1 | -5/+6 |
* | When ChromeFrame is running in privileged mode, we should fail the IAuthentic... | ananta@chromium.org | 2010-03-22 | 1 | -1/+8 |
* | Fix #1 for multiple request issue (both POST and GET) after activating the on... | tommi@chromium.org | 2010-03-12 | 1 | -4/+5 |
* | Proper notification in OnStopBinding if headers are not availble (i.e. connec... | stoyan@chromium.org | 2010-02-12 | 1 | -0/+1 |
* | Delete UrlmonUrlRequest static object counter since we may have multiple Urlm... | stoyan@chromium.org | 2010-02-04 | 1 | -1/+0 |
* | Renabling the FullTabModeIE_ChromeFrameUnloadEventTest ChromeFrame test. This... | ananta@chromium.org | 2010-02-03 | 1 | -1/+2 |
* | TEST=new tests added. | stoyan@chromium.org | 2010-02-01 | 1 | -0/+307 |