mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 334674 - Not resetting the missing plugin list when a tab's location changes. r=mconnor
This commit is contained in:
parent
8221d97ee5
commit
a2591f0b92
@ -370,6 +370,9 @@
|
||||
aWebProgress.isLoadingDocument)
|
||||
this.mTabBrowser.setIcon(this.mTab, null);
|
||||
|
||||
// changing location, clear out the missing plugins list
|
||||
this.mTab.missingPlugins = null;
|
||||
|
||||
if (!this.mBlank && this.mTabBrowser.mCurrentTab == this.mTab) {
|
||||
for (var i = 0; i < this.mTabBrowser.mProgressListeners.length; i++) {
|
||||
var p = this.mTabBrowser.mProgressListeners[i];
|
||||
|
Loading…
Reference in New Issue
Block a user