Backed out 2 changesets (bug 1776609) for causing failures at browser_topsites_annotation.js. CLOSED TREE
Backed out changeset cac795fd16d2 (bug 1776609) Backed out changeset 88ec1cca8540 (bug 1776609)
This commit is contained in:
@@ -1405,14 +1405,6 @@ class nsContextMenu {
|
||||
openLinkInTab(event) {
|
||||
let params = {
|
||||
userContextId: parseInt(event.target.getAttribute("data-usercontextid")),
|
||||
globalHistoryOptions: {
|
||||
triggeringSponsoredURL: this.browser.getAttribute(
|
||||
"triggeringSponsoredURL"
|
||||
),
|
||||
triggeringSponsoredURLVisitTimeMS: this.browser.getAttribute(
|
||||
"triggeringSponsoredURLVisitTimeMS"
|
||||
),
|
||||
},
|
||||
};
|
||||
|
||||
openLinkIn(this.linkURL, "tab", this._openLinkInParameters(params));
|
||||
|
||||
Reference in New Issue
Block a user