mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 909400 - Show helperapps relevant pageaction on tabswitch. r=wesj
This commit is contained in:
parent
a253a2283d
commit
c395678743
@ -2862,6 +2862,7 @@ Tab.prototype = {
|
||||
this.browser.focus();
|
||||
this.browser.docShellIsActive = true;
|
||||
Reader.updatePageAction(this);
|
||||
HelperApps.updatePageAction(this.browser.currentURI);
|
||||
} else {
|
||||
this.browser.setAttribute("type", "content-targetable");
|
||||
this.browser.docShellIsActive = false;
|
||||
|
Loading…
Reference in New Issue
Block a user