mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 808001 - clicking a social notification link now opens the link in a new tab. r=gavin
This commit is contained in:
parent
e306e86469
commit
0b6955fbcb
@ -112,7 +112,7 @@ WorkerAPI.prototype = {
|
||||
nUri.scheme = pUri.scheme;
|
||||
if (nUri.prePath == provider.origin) {
|
||||
let xulWindow = Services.wm.getMostRecentWindow("navigator:browser");
|
||||
xulWindow.openUILink(nUri.spec);
|
||||
xulWindow.openUILinkIn(nUri.spec, "tab");
|
||||
}
|
||||
} catch(e) {
|
||||
Cu.reportError("social.notification-create error: "+e);
|
||||
|
Loading…
Reference in New Issue
Block a user