summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_bind_status_callback.cc
Commit message (Expand)AuthorAgeFilesLines
* Have Chrome Frame build its .idl artifacts into a sub-folder of SHARED_INTERM...robertshield@chromium.org2011-10-191-1/+1
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-2/+2
* If we switch into ChromeFrame as a result of a redirect then we need to navig...ananta@chromium.org2011-02-221-9/+4
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-4/+6
* Temporary workaround to get tests that reference singletons either directly o...tommi@chromium.org2010-12-091-2/+1
* Convert LOG(INFO) to VLOG(1) - chrome_frame/.pkasting@chromium.org2010-10-191-12/+11
* chrome_frame: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-011-8/+9
* Committing http://codereview.chromium.org/3420004/show for grt@robertshield@chromium.org2010-09-221-1/+1
* Catch possible out of memory situations when looking for the meta tag.tommi@chromium.org2010-06-081-4/+4
* Candidate fix for bug 44108. The FromBindContext function was inherently racy...tommi@chromium.org2010-05-141-12/+15
* Not using std::wstring to store progress status text because mshtml is sensit...tommi@chromium.org2010-05-141-9/+18
* Fix unit test breakage in last change.amit@chromium.org2010-05-131-2/+4
* Fix crash in CacheStream::Readamit@chromium.org2010-05-131-8/+21
* Another attempt to reduce the number of false positive crashes reported in Ch...ananta@chromium.org2010-05-071-1/+14
* Cache progress notifications only if necessaryamit@chromium.org2010-05-071-8/+59
* Do not wrap the original callback if we can;t initialize sniffing cacheamit@chromium.org2010-05-051-11/+15
* Only switch to cf for text/html. With opt-in URLs we could mark a URL to be ...tommi@chromium.org2010-04-211-3/+4
* In ChromeFrame with the IMoniker patch on, we should save away the redirect i...ananta@chromium.org2010-04-201-1/+6
* With the ChromeFrame moniker patch on, the data cache maintained to indicate ...ananta@chromium.org2010-04-161-5/+8
* Avoid a crash in ChromeFrame in the BindToStorage call initiated when our act...ananta@chromium.org2010-04-151-14/+7
* Sniff data for the chrome meta tag as in comes in.amit@chromium.org2010-04-141-8/+7
* Fix for remaining major issues with moniker patchamit@chromium.org2010-04-141-14/+27
* Further improvments in IE switchingamit@chromium.org2010-04-121-3/+6
* Fix IE6 switching issuesananta@chromium.org2010-04-091-2/+6
* Switch renderer in Moniker patchamit@chromium.org2010-04-091-232/+237
* Fix a ChromeFrame crash in the bind status callback which occurs due to a NUL...ananta@chromium.org2010-04-021-1/+3
* Fix a crash in ChromeFrame in our IBindStatusCallback wrapper which attempts ...ananta@chromium.org2010-04-021-2/+9
* Provide the chrome frame content type from tests which is what we handle in o...tommi@chromium.org2010-03-261-1/+11
* Don't assume that the mime type for documents that mshtml rejects is CF(!)tommi@chromium.org2010-03-261-8/+13
* Fix #1 for multiple request issue (both POST and GET) after activating the on...tommi@chromium.org2010-03-121-0/+286