summaryrefslogtreecommitdiffstats
path: root/browser/components/translations/content/fullPageTranslationsPanel.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /browser/components/translations/content/fullPageTranslationsPanel.js
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/components/translations/content/fullPageTranslationsPanel.js')
-rw-r--r--browser/components/translations/content/fullPageTranslationsPanel.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/browser/components/translations/content/fullPageTranslationsPanel.js b/browser/components/translations/content/fullPageTranslationsPanel.js
index eddd3566f1..2875333d61 100644
--- a/browser/components/translations/content/fullPageTranslationsPanel.js
+++ b/browser/components/translations/content/fullPageTranslationsPanel.js
@@ -1041,8 +1041,6 @@ var FullPageTranslationsPanel = new (class {
isFirstUserInteraction = null,
}
) {
- await window.ensureCustomElements("moz-button-group");
-
const { panel, appMenuButton } = this.elements;
const openedFromAppMenu = target.id === appMenuButton.id;
const { docLangTag } = await this.#getCachedDetectedLanguages();
@@ -1107,10 +1105,6 @@ var FullPageTranslationsPanel = new (class {
return;
}
- const window =
- gBrowser.selectedBrowser.browsingContext.top.embedderElement.ownerGlobal;
- window.ensureCustomElements("moz-support-link");
-
const { button } = this.buttonElements;
const { requestedTranslationPair } =