| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch possible out of memory situations when looking for the meta tag. | tommi@chromium.org | 2010-06-08 | 1 | -4/+4 |
* | Candidate fix for bug 44108. The FromBindContext function was inherently racy... | tommi@chromium.org | 2010-05-14 | 1 | -12/+15 |
* | Not using std::wstring to store progress status text because mshtml is sensit... | tommi@chromium.org | 2010-05-14 | 1 | -9/+18 |
* | Fix unit test breakage in last change. | amit@chromium.org | 2010-05-13 | 1 | -2/+4 |
* | Fix crash in CacheStream::Read | amit@chromium.org | 2010-05-13 | 1 | -8/+21 |
* | Another attempt to reduce the number of false positive crashes reported in Ch... | ananta@chromium.org | 2010-05-07 | 1 | -1/+14 |
* | Cache progress notifications only if necessary | amit@chromium.org | 2010-05-07 | 1 | -8/+59 |
* | Do not wrap the original callback if we can;t initialize sniffing cache | amit@chromium.org | 2010-05-05 | 1 | -11/+15 |
* | Only switch to cf for text/html. With opt-in URLs we could mark a URL to be ... | tommi@chromium.org | 2010-04-21 | 1 | -3/+4 |
* | In ChromeFrame with the IMoniker patch on, we should save away the redirect i... | ananta@chromium.org | 2010-04-20 | 1 | -1/+6 |
* | With the ChromeFrame moniker patch on, the data cache maintained to indicate ... | ananta@chromium.org | 2010-04-16 | 1 | -5/+8 |
* | Avoid a crash in ChromeFrame in the BindToStorage call initiated when our act... | ananta@chromium.org | 2010-04-15 | 1 | -14/+7 |
* | Sniff data for the chrome meta tag as in comes in. | amit@chromium.org | 2010-04-14 | 1 | -8/+7 |
* | Fix for remaining major issues with moniker patch | amit@chromium.org | 2010-04-14 | 1 | -14/+27 |
* | Further improvments in IE switching | amit@chromium.org | 2010-04-12 | 1 | -3/+6 |
* | Fix IE6 switching issues | ananta@chromium.org | 2010-04-09 | 1 | -2/+6 |
* | Switch renderer in Moniker patch | amit@chromium.org | 2010-04-09 | 1 | -232/+237 |
* | Fix a ChromeFrame crash in the bind status callback which occurs due to a NUL... | ananta@chromium.org | 2010-04-02 | 1 | -1/+3 |
* | Fix a crash in ChromeFrame in our IBindStatusCallback wrapper which attempts ... | ananta@chromium.org | 2010-04-02 | 1 | -2/+9 |
* | Provide the chrome frame content type from tests which is what we handle in o... | tommi@chromium.org | 2010-03-26 | 1 | -1/+11 |
* | Don't assume that the mime type for documents that mshtml rejects is CF(!) | tommi@chromium.org | 2010-03-26 | 1 | -8/+13 |
* | Fix #1 for multiple request issue (both POST and GET) after activating the on... | tommi@chromium.org | 2010-03-12 | 1 | -0/+286 |