From 4539e85bf53641d270443b1de36bdce32aea6068 Mon Sep 17 00:00:00 2001 From: OwnedByWuigi Date: Wed, 4 Mar 2026 02:24:14 +0000 Subject: [PATCH] remove translation for will-change memory consumption --- application/basilisk/extensions/moz.build | 2 +- dom/locales/en-US/chrome/dom/dom.properties | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/application/basilisk/extensions/moz.build b/application/basilisk/extensions/moz.build index dea5bb5095..763d0d98a0 100644 --- a/application/basilisk/extensions/moz.build +++ b/application/basilisk/extensions/moz.build @@ -4,6 +4,6 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. DIRS += [ - 'pdfjs', + 'pdfjs' ] diff --git a/dom/locales/en-US/chrome/dom/dom.properties b/dom/locales/en-US/chrome/dom/dom.properties index 4ae891f327..0cce97383d 100644 --- a/dom/locales/en-US/chrome/dom/dom.properties +++ b/dom/locales/en-US/chrome/dom/dom.properties @@ -187,8 +187,6 @@ ImportXULIntoContentWarning=Importing XUL nodes into a content document is depre XMLDocumentLoadPrincipalMismatch=Use of document.load forbidden on Documents that come from other Windows. Only the Window in which a Document was created is allowed to call .load on that Document. Preferably, use XMLHttpRequest instead. # LOCALIZATION NOTE: Do not translate "IndexedDB". IndexedDBTransactionAbortNavigation=An IndexedDB transaction that was not yet complete has been aborted due to page navigation. -# LOCALIZATION NOTE: Do not translate Will-change, %1$S,%2$S are numbers. -IgnoringWillChangeOverBudgetWarning=Will-change memory consumption is too high. Budget limit is the document surface area multiplied by %1$S (%2$S px). Occurrences of will-change over the budget will be ignored. # LOCALIZATION NOTE: Do not translate "Worker". HittingMaxWorkersPerDomain2=A Worker could not be started immediately because other documents in the same origin are already using the maximum number of workers. The Worker is now queued and will be started after some of the other workers have completed. # LOCALIZATION NOTE: Do not translate "setVelocity", "PannerNode", "AudioListener", "speedOfSound" and "dopplerFactor"