Backed out changeset 00270dd961d6 (bug 1828606) for causing leaked window related bc failures

This commit is contained in:
Cristina Horotan
2023-07-10 17:29:20 +03:00
parent 50e6828884
commit 4754aab8ed
10 changed files with 5 additions and 480 deletions

View File

@@ -230,7 +230,7 @@ export default class FxviewTabList extends MozLitElement {
role="listitem"
.secondaryL10nId=${tabItem.secondaryL10nId}
.secondaryL10nArgs=${ifDefined(tabItem.secondaryL10nArgs)}
.closedId=${ifDefined(tabItem.closedId || tabItem.closedId)}
.tabid=${ifDefined(tabItem.tabid || tabItem.closedId)}
.tabElement=${ifDefined(tabItem.tabElement)}
.time=${(tabItem.time || tabItem.closedAt).toString().length ===
16
@@ -258,7 +258,7 @@ customElements.define("fxview-tab-list", FxviewTabList);
* @property {string} currentActiveElementId - ID of currently focused element within each tab item
* @property {string} dateTimeFormat - Expected format for date and/or time
* @property {string} hasPopup - The aria-haspopup attribute for the secondary action, if required
* @property {number} closedId - The tab ID for when the tab item was closed.
* @property {number} tabid - The tab ID for when the tab item.
* @property {string} favicon - The favicon for the tab item.
* @property {string} primaryL10nId - The l10n id used for the primary action element
* @property {string} primaryL10nArgs - The l10n args used for the primary action element
@@ -288,7 +288,7 @@ export class FxviewTabRow extends MozLitElement {
primaryL10nArgs: { type: String },
secondaryL10nId: { type: String },
secondaryL10nArgs: { type: String },
closedId: { type: Number },
tabid: { type: Number },
tabElement: { type: Object },
time: { type: Number },
title: { type: String },