Chromium Code Reviews
DescriptionDisable the yahoo application state plugin as it crashes the plugin process
on return from NPObjectStub::OnInvoke. This is because of a bug in the plugin,
where in it returns a string in the variant which is not allocated using NPN_MemAlloc. As a result it crashes when we free the memory for the string.
It also crashes in Firefox. Firefox 3 disables the plugin. (http://kb.mozillazine.org/Issues_related_to_plugins).
We disable this plugin as well. This fixes http://b/issue?id=1362948
R=jam
Bug=1362948
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=3979
Patch Set 1 #Patch Set 2 : '' #Messages
Total messages: 2 (0 generated)
|