| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
builder. The tests fail because of
a missing navigation manager instance on the IE thread. This object is registered when the bho is dynamically
added to the WebBrowser object by the chrome frame helper. On the IE8 builder we attempt to register the bho
multiple times as we expect the return variant type from the IWebBrowser2::GetProperty call to be VT_DISPATCH.
It returns VT_UNKNOWN. This causes the navigation manager to be unregistered in the destructor of the variant
object thus leading to the failure.
BUG=80820
TEST=ChromeFrame tests should pass on the IE8 windows 7 per user builder.
Review URL: http://codereview.chromium.org/6907014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83939 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=70274
TEST=Install user-level Chrome Frame without admin privileges on a system with IE9. Observe CF being loaded in IE.
Review URL: http://codereview.chromium.org/6246040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73721 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
injection technique.
BUG=53127
TEST=With two chrome_frame_helper.exe processes running, only a single BHO instance is created and SetSite is only called on the BHO once.
Review URL: http://codereview.chromium.org/3338011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58723 0039d316-1c4b-4281-b951-d872f2087c98
|
|
installs. The helper process registers a hook dll that performs the necessary BHO injection instead of registering it in HKLM.
BUG=53127
TEST=Non-admin CF installs work.
Review URL: http://codereview.chromium.org/3158036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57860 0039d316-1c4b-4281-b951-d872f2087c98
|