Bug 418615 - Neuter the code which tries to reframe existing plugin instances when navigator.plugins.refresh(true) is called. Instead, only scan for new plugins, unload unused plugins. The DOM code will continue to refresh the current page which calls navigator.plugins.refresh(true). r=jschoenick sr=bz
This commit is contained in:
@@ -1145,7 +1145,7 @@ _reloadplugins(NPBool reloadPages)
|
||||
if (!pluginHost)
|
||||
return;
|
||||
|
||||
pluginHost->ReloadPlugins(reloadPages);
|
||||
pluginHost->ReloadPlugins();
|
||||
}
|
||||
|
||||
void NP_CALLBACK
|
||||
|
||||
Reference in New Issue
Block a user