mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
remove translation for will-change memory consumption
This commit is contained in:
parent
13ef0d4855
commit
4539e85bf5
2 changed files with 1 additions and 3 deletions
|
|
@ -4,6 +4,6 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
DIRS += [
|
||||
'pdfjs',
|
||||
'pdfjs'
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue