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:
Benjamin Smedberg
2013-04-23 16:02:12 -04:00
parent 4a01afa9b8
commit 25966491eb
8 changed files with 14 additions and 107 deletions

View File

@@ -1145,7 +1145,7 @@ _reloadplugins(NPBool reloadPages)
if (!pluginHost)
return;
pluginHost->ReloadPlugins(reloadPages);
pluginHost->ReloadPlugins();
}
void NP_CALLBACK