Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent double loading of the Chrome Frame BHO when using the user-level ↵ | robertshield@chromium.org | 2010-09-07 | 1 | -26/+34 |
| | | | | | | | | | | | 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 | ||||
* | Add a helper process to Chrome Frame to allow for non-administrative ↵ | robertshield@chromium.org | 2010-08-30 | 1 | -0/+93 |
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 |