mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 307066 - no favicon after click on anchor link, patch by Christian Schmidt (bugzilla.mozilla.org@chsc.dk), r=vlad
This commit is contained in:
parent
b7e4425668
commit
9beee54b03
@ -381,7 +381,8 @@
|
|||||||
if (this.mBrowser.userTypedClear > 0)
|
if (this.mBrowser.userTypedClear > 0)
|
||||||
this.mBrowser.userTypedValue = null;
|
this.mBrowser.userTypedValue = null;
|
||||||
|
|
||||||
if (aWebProgress.DOMWindow == this.mBrowser.contentWindow)
|
if (aWebProgress.DOMWindow == this.mBrowser.contentWindow &&
|
||||||
|
aWebProgress.isLoadingDocument)
|
||||||
this.mTabBrowser.setIcon(this.mTab, null);
|
this.mTabBrowser.setIcon(this.mTab, null);
|
||||||
|
|
||||||
if (!this.mBlank && this.mTabBrowser.mCurrentTab == this.mTab) {
|
if (!this.mBlank && this.mTabBrowser.mCurrentTab == this.mTab) {
|
||||||
|
Loading…
Reference in New Issue
Block a user