DescriptionMerge 75969 - Fix a ChromeFrame crash which occurs in the field typically during upgrades when multiple
ChromeFrame versions are loaded in IE. We have code in ChromeFrame which attempts to fallback
to the older version in case it is already loaded. This is done by creating a named shared memory
block which contains the version of the loaded dll. Newer versions look at this block and fallback
to the older version if any. However due to a small oversight this never worked as the shared
memory block was created unnamed. Thus the fallbacks never occurred leading to multiple
chrome frame binaries attempting to patch urlmon, etc.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=74047
BUG=74047
Review URL: http://codereview.chromium.org/6581045
TBR=ananta@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75970
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|