summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_moniker.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert LOG(INFO) to VLOG(1) - chrome_frame/.pkasting@chromium.org2010-10-191-13/+13
* chrome_frame: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-011-4/+6
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Avoid wrapping callbacks for network requests not coming from MSHTML.stoyan@chromium.org2010-05-201-0/+19
* Candidate fix for bug 44108. The FromBindContext function was inherently racy...tommi@chromium.org2010-05-141-9/+11
* ChromeFrame would not switch to Chrome at times. The navigation manager in Ch...ananta@chromium.org2010-05-121-1/+1
* Another attempt to reduce the number of false positive crashes reported in Ch...ananta@chromium.org2010-05-071-7/+3
* Avoid reporting crashes for exceptions that hit our SEH from calls to the ori...robertshield@chromium.org2010-05-011-3/+6
* Fresh ChromeFrame installs triggered via wave required IE to be restarted for...ananta@chromium.org2010-04-291-1/+13
* Add an ExceptionBarrier around outbound calls to patched methods in IE. In so...robertshield@chromium.org2010-04-281-2/+10
* Revert 44897 - Improved compatibility support for IE8.tommi@chromium.org2010-04-191-1/+1
* Improved compatibility support for IE8.tommi@chromium.org2010-04-181-1/+1
* With the ChromeFrame IMoniker patch in the referrer would not propagate corre...ananta@chromium.org2010-04-161-51/+1
* Avoid a crash in ChromeFrame in the BindToStorage call initiated when our act...ananta@chromium.org2010-04-151-74/+24
* Fix for remaining major issues with moniker patchamit@chromium.org2010-04-141-16/+46
* IE would not switch into ChromeFrame if the url being navigated to had an anc...ananta@chromium.org2010-04-131-2/+6
* Fix incorrect condition for renderer switching.amit@chromium.org2010-04-121-1/+1
* Further improvments in IE switchingamit@chromium.org2010-04-121-56/+34
* Fix IE6 switching issuesananta@chromium.org2010-04-091-8/+32
* Switch renderer in Moniker patchamit@chromium.org2010-04-091-431/+94
* Fix a ChromeFrame crash which occurs probably in the upgrade scenario where w...ananta@chromium.org2010-04-021-1/+4
* Don't assume that the mime type for documents that mshtml rejects is CF(!)tommi@chromium.org2010-03-261-1/+1
* Make (&CGID_Explorer, SBCMDID_MIXEDZONE) command more sane.stoyan@chromium.org2010-03-241-3/+4
* Fix ChromeFrame referrer test which was flaky due to incorrect http header pa...ananta@chromium.org2010-03-231-5/+2
* Fix a crash with the IMoniker::BindToObject patch in ChromeFrame which occurs...ananta@chromium.org2010-03-191-32/+37
* IE6 would not switch to ChromeFrame if the url being navigated to contained a...ananta@chromium.org2010-03-161-0/+1
* Fix #1 for multiple request issue (both POST and GET) after activating the on...tommi@chromium.org2010-03-121-0/+609