diff options
author | Job Bautista <jobbautista9@aol.com> | 2023-05-12 11:42:59 +0800 |
---|---|---|
committer | Job Bautista <jobbautista9@aol.com> | 2023-05-12 16:26:05 +0800 |
commit | 286e18e40ca01418725b978e4cd140f085b63079 (patch) | |
tree | 391d8a6cfe75ccc702b6be316be111b2cc746351 /dom/locales | |
parent | 4c2a1920b821645f1766dec320d83f1ffb97ce35 (diff) | |
download | uxp-286e18e40ca01418725b978e4cd140f085b63079.tar.gz |
Issue #2241 - Part 4.2: Resurrect DOMQuad.bounds, but deprecated.
This also forces DOMQuad.toJSON() to only return the points.
Backported from Mozilla bug 1186265.
Diffstat (limited to 'dom/locales')
-rw-r--r-- | dom/locales/en-US/chrome/dom/dom.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/locales/en-US/chrome/dom/dom.properties b/dom/locales/en-US/chrome/dom/dom.properties index 60104a63ad..27b4eebf12 100644 --- a/dom/locales/en-US/chrome/dom/dom.properties +++ b/dom/locales/en-US/chrome/dom/dom.properties @@ -320,3 +320,4 @@ LargeAllocationNonE10S=A Large-Allocation header was ignored due to the document PushStateFloodingPrevented=Call to pushState or replaceState ignored due to excessive calls within a short timeframe. # LOCALIZATION NOTE: Do not translate "Reload" ReloadFloodingPrevented=Call to Reload ignored due to excessive calls within a short timeframe. +DOMQuadBoundsAttrWarning=DOMQuad.bounds is deprecated in favor of DOMQuad.getBounds() |