Commit Graph

803497 Commits

Author SHA1 Message Date
Antonio Sartori
08f76e786d Bug 1781197 [wpt PR 35231] - [CSP] Fix outdated comment in WPT, a=testonly
Automatic update from web-platform-tests
[CSP] Fix outdated comment in WPT

The WPT about inheritance of CSP for srcdoc iframes on history
navigations had been changed: first we wanted to always inherit CSP
from the parent, then we agreed to actually store the CSPs in history.
The comments on the test are still outdated and confusing, so let's
fix them.

Bug: 1329190
Change-Id: I366be21a1b845f2b22c1555874ae4433b57e6069
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3779760
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Auto-Submit: Antonio Sartori <antoniosartori@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1028186}

--

wpt-commits: a0058bfc42ac18dd866188c2d1949b7aa0fadde0
wpt-pr: 35231
2022-08-03 10:10:01 +00:00
moz-wptsync-bot
c3bd2a74b5 Bug 1779783 [wpt PR 34860] - Update wpt metadata, a=testonly
wpt-pr: 34860
wpt-type: metadata
2022-08-03 10:10:00 +00:00
Delan Azabani
1f58f3d2b4 Bug 1779783 [wpt PR 34860] - HighlightInheritance: fix implicit defaulting of ‘color’ at :root, a=testonly
Automatic update from web-platform-tests
HighlightInheritance: fix implicit defaulting of ‘color’ at :root

Highlight pseudos redefine the inherited value of ‘color’ for :root to
be ‘currentColor’ (which is special for highlights) rather than the
initial value, such that the implicit default and ‘inherit’ and
‘unset’ all mean ‘currentColor’, while ‘initial’ still refers to the
initial value (‘CanvasText’).

The special concept of ‘currentColor’ for highlights is encoded in the
ColorIsCurrentColor extra field, with the help of css_longhand::Color
methods (for explicit defaults) and the default value of the field
itself (for implicit defaulting at :root).

This works if we actually resolve highlight styles at :root, such as
with getComputedStyle(document.documentElement) or if there are rules
for the :root highlight setting other properties. But if the :root
highlight is completely unstyled, the StyleResolverState ctor will
default its parent style to the ElementResolveContext’s parent style,
that is, the originating(!) parent element style.

This patch fixes that “initial-value bug” (CL:3173223), by making the
StyleResolverState ctor leave the parent and layout parent unset when
resolving highlight styles with highlight inheritance.

To keep tests passing, we also need to fix a bug where highlighting a
visited link yields a currentColor foreground when the visited style
isn’t currentColor but the unvisited style is currentColor. This patch
does so by splitting ColorIsCurrentColor (CL:3506351, CL:3563099) into
a pair of flags, one visited and one unvisited.

Fixed: 1341621
Change-Id: I2ac356ef8c69756d5d95cd09e639ad32980d41bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3763095
Commit-Queue: Delan Azabani <dazabani@igalia.com>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1028184}

--

wpt-commits: 48cf93337096b093fa94c13c484b5ad87a33b3f7
wpt-pr: 34860
2022-08-03 10:10:00 +00:00
Rob Buis
a03e3f68e8 Bug 1781211 [wpt PR 35232] - Upstream changes from WebKit bug 242052, a=testonly
Automatic update from web-platform-tests
Upstream changes from WebKit bug 242052 (#35232)

https://bugs.webkit.org/show_bug.cgi?id=242052
--

wpt-commits: a61589e7594684f7fe50cf3f7f2a28135a27309c
wpt-pr: 35232
2022-08-03 10:09:59 +00:00
Xianzhu Wang
bd46a98461 Bug 1780660 [wpt PR 34930] - Set contents_opaque(false) if the background color is transparent, a=testonly
Automatic update from web-platform-tests
Set contents_opaque(false) if the background color is transparent

Previously if a layer's background was transparent and the layer is
opaque, we used the layer_tree_host's background as
SafeOpaqueBackgroundColor(). One of the usages of
SafeOpaqueBackgroundColor() is to fill the otherwise translucent
antialiased pixels along the edge of rasterization, when the layer
has non-integral raster transform, to ensure the layer is still
fully opaque. However, the color might be dramatically
different from the normal color in the layer, causing edge artifacts.

Now set contents_opaque(false) in the case.

The case of opaque layer not having a background color only happens
in cases such as the layer has an opaque background image. In such
cases, using any heuristic color as the
SafeOpaqueBackgroundColor() may be inappropriate because the color
may be visibly different from the background image.

This also prevents seams between adjacent image layers when the layers
layer have non-integral to-screen transforms.

Bug: 1330509
Change-Id: I91edeb1c02da5eaa38ea0431f0559775b273f418
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3779000
Reviewed-by: Stefan Zager <szager@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1028113}

--

wpt-commits: f7dc9fa74af1107a161755d004e4ae31a54e756b
wpt-pr: 34930
2022-08-03 10:09:59 +00:00
Rune Lillesveen
8778980136 Bug 1781060 [wpt PR 35223] - [@container] Clear ContainerQueryData on detach, a=testonly
Automatic update from web-platform-tests
[@container] Clear ContainerQueryData on detach

If not re-attaching, there should be no reason to keep the container
query data. Also fixes a DCHECK/crash that if the element had a
container query evaluator the last lifecycle update, and still has the
same one, the old ComputedStyle should be non-null.

Bug: 1342750
Change-Id: I743abe62ec7597eccf1f9b146d60668d861b62d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3782882
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1027777}

--

wpt-commits: 6c4231c465fc3ed7b928ad662b8f29a5ed29e1fb
wpt-pr: 35223
2022-08-03 10:09:58 +00:00
moz-wptsync-bot
c4c265eba5 Bug 1781040 [wpt PR 35222] - Update wpt metadata, a=testonly
wpt-pr: 35222
wpt-type: metadata
2022-08-03 10:09:57 +00:00
Noam Rosenthal
1e216abdee Bug 1781040 [wpt PR 35222] - Report resource timing entries for worklets, a=testonly
Automatic update from web-platform-tests
Report resource timing entries for worklets

Bug: 1290356
Change-Id: I558ccdab685267033c760b75e9835587ac97104b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3780910
Commit-Queue: Noam Rosenthal <nrosenthal@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1027768}

--

wpt-commits: d38be94a4f0219b35ba7749fc7ab2e5d350545f5
wpt-pr: 35222
2022-08-03 10:09:56 +00:00
moz-wptsync-bot
2e019c147e Bug 1780836 [wpt PR 34940] - Update wpt metadata, a=testonly
wpt-pr: 34940
wpt-type: metadata
2022-08-03 10:09:56 +00:00
Julian Descottes
d5541b0579 Bug 1780836 [wpt PR 34940] - Create dedicated tests for script.callFunction awaitPromise, a=testonly
Automatic update from web-platform-tests
Create dedicated tests for script.callFunction awaitPromise

--

wpt-commits: f946202a7a59fe703dbead2eed5b77b68c26e3f6
wpt-pr: 34940
2022-08-03 10:09:55 +00:00
moz-wptsync-bot
3979ac9833 Bug 1781039 [wpt PR 35221] - Update wpt metadata, a=testonly
wpt-pr: 35221
wpt-type: metadata
2022-08-03 10:09:54 +00:00
Rune Lillesveen
20c41c8de7 Bug 1781039 [wpt PR 35221] - [@container] Align with spec syntax update from March, a=testonly
Automatic update from web-platform-tests
[@container] Align with spec syntax update from March

Allow container-condition at top level without requiring parentheses.

Bug: 1344577
Change-Id: Ie3d9866f25a3ee2903758a04991fea9fa8daede2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3784371
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1027724}

--

wpt-commits: 757400b74c36b839062534188440fb4e096541eb
wpt-pr: 35221
2022-08-03 10:09:53 +00:00
moz-wptsync-bot
5c27671b91 Bug 1780760 [wpt PR 34933] - Update wpt metadata, a=testonly
wpt-pr: 34933
wpt-type: metadata
2022-08-03 10:09:53 +00:00
Julian Descottes
81ea49ae21 Bug 1780760 [wpt PR 34933] - Create dedicated tests for script.callFunction exceptionDetails, a=testonly
Automatic update from web-platform-tests
Create dedicated tests for script.callFunction exceptionDetails

--
Update script.evaluate exceptionDetails test to match the callFunction test

--

wpt-commits: db107635bedbe38a7de852321b29eeccb4a5eced, afebdf7858e2e60232efc2e6156c6d173e78f669
wpt-pr: 34933
2022-08-03 10:09:52 +00:00
James Graham
f7f56fb052 Bug 1780862 [wpt PR 34944] - Fix Firefox infrastructure metadata, a=testonly
Automatic update from web-platform-tests
Fix Firefox infrastructure metadata

--

wpt-commits: 4cdfa9f6f45f852cecee3deca751360586d0de08
wpt-pr: 34944
2022-08-03 10:09:51 +00:00
Philip Rogers
9ea62daf9a Bug 1780891 [wpt PR 34975] - Fix DCHECK with pathLength/-0.0 being -infinity, a=testonly
Automatic update from web-platform-tests
Fix DCHECK with pathLength/-0.0 being -infinity

This comment did not account for the behavior of negative zero:
  A value of zero is valid and must be treated as a scaling factor of
  infinity.

Bug: 1345806
Change-Id: Ib780c7201a6edffdc897ec63f79c1ff53e276ab5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3781420
Auto-Submit: Philip Rogers <pdr@chromium.org>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1027491}

--

wpt-commits: 75ce9176fdca196bcc9d57fc15b5ea72288e75a0
wpt-pr: 34975
2022-08-03 10:09:51 +00:00
Cameron McCormack
8f2c309b8f Bug 1780897 [wpt PR 34977] - Upstream changes from WebKit bug 241048, a=testonly
Automatic update from web-platform-tests
Upstream changes from WebKit bug 241048 (#34977)

https://bugs.webkit.org/show_bug.cgi?id=241048
--

wpt-commits: 8543c2a92de806aa6e7f0494e574e668e57e60dd
wpt-pr: 34977
2022-08-03 10:09:50 +00:00
Di Zhang
1f4f25e777 Bug 1780490 [wpt PR 34923] - Add WPT-based <slot> fallback reference tests, a=testonly
Automatic update from web-platform-tests
Add WPT-based <slot> fallback reference tests

During release M89, a bug was noticed after release and affected users
in production. Postmortem [1] was created to resolve this bug quickly.
This shows holes in the existing slots fallback tests, especially
when it comes to the dynamically rendered output.

To remediate this, we are adding reference tests for slot
fallback contents that cover most common use cases.

[1] https://docs.google.com/document/d/1IsypzwRE3-MLLFhz6ldaxxIYsn_vLRGPzvv9ftZSoqU/

Change-Id: Ib76d516178ac055591fb51bd04f9be4cd96addc6
Fixed: 1185209
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3778444
Reviewed-by: Mason Freed <masonf@chromium.org>
Commit-Queue: Di Zhang <dizhangg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1027425}

--

wpt-commits: 492ebc31d077bcfdd20dfb22f784d20f14a0e529
wpt-pr: 34923
2022-08-03 10:09:50 +00:00
Sam Sneddon
666591f209 Bug 1780851 [wpt PR 34942] - Fix #34926: set SYSTEM_VERSION_COMPAT=0 when installing STP, a=testonly
Automatic update from web-platform-tests
Fix #34926: set SYSTEM_VERSION_COMPAT=0 when installing STP

Presumably Azure Pipelines (temporarily?) had an image which didn't
set SYSTEM_VERSION_COMPAT=1 by default, hence this previously appeared
to work without this.

--

wpt-commits: a2871e42d099de3bc40fe6eec937a8fc99eebb53
wpt-pr: 34942
2022-08-03 10:09:49 +00:00
Nicolás Peña Moreno
e5c7bd31c8 Bug 1780603 [wpt PR 34928] - [FedCM] Rename LogoutRps -> LogoutRPs, a=testonly
Automatic update from web-platform-tests
[FedCM] Rename LogoutRps -> LogoutRPs

Bug: 1346079
Change-Id: I8d8fcc122866d4b01fac806aa8193a9d03ad6fd6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3777601
Reviewed-by: Yi Gu <yigu@chromium.org>
Reviewed-by: danakj <danakj@chromium.org>
Commit-Queue: Nicolás Peña <npm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1027267}

--

wpt-commits: 7d1c8152baa7c04ab1d72f88046b6dd2edcb11ed
wpt-pr: 34928
2022-08-03 10:09:48 +00:00
moz-wptsync-bot
aa404aaaba Bug 1779393 [wpt PR 34830] - Update wpt metadata, a=testonly
wpt-pr: 34830
wpt-type: metadata
2022-08-03 10:09:48 +00:00
Maksim Sadym
65f5219ff3 Bug 1779393 [wpt PR 34830] - Add "arguments" deserialization tests for "script.callFunction", a=testonly
Automatic update from web-platform-tests
Add "arguments" deserialization tests for "script.callFunction" (#34830)

* Add deserialization tests
* Use `recursive_compare` to assert result

Co-authored-by: Maksim Sadym <sadym@google.com>
--

wpt-commits: 073bed005f5f5a7f2772c83db772a04108c7925d
wpt-pr: 34830
2022-08-03 10:09:47 +00:00
moz-wptsync-bot
f1c94a27f6 Bug 1780402 [wpt PR 34914] - Update wpt metadata, a=testonly
wpt-pr: 34914
wpt-type: metadata
2022-08-03 10:09:46 +00:00
Yifan Luo
9bad34a416 Bug 1780402 [wpt PR 34914] - [Private Network Access] Skip mixed content check for private access requests., a=testonly
Automatic update from web-platform-tests
[Private Network Access] Skip mixed content check for private access requests.

In this patch, we skip the mixed-content check for HTTPS websites
requesting to HTTP private/local devices if there's a local/private
targetAddressSpace provided as a fetch option.

This patch also combines the blink feature with chrome feature flag for
PrivateNetworkAccessPermissionPrompt.

In a following patch, we would check if the targetAddressSpace meets
the real IPAddressSpace in network services. If false, the request would
be denied in the network services.

This is part of the private network access permission prompt project.
See: https://docs.google.com/document/d/1Q18g4fZoDIYQ9IuxlZTaItgkzfiz_tCqaEAI8J3Y1WY/edit#

Bug: 1338439
Change-Id: I908ca9ee01a0415e58541b094416e22558e05a5e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3766742
Reviewed-by: Yifan Luo <lyf@chromium.org>
Reviewed-by: Camille Lamy <clamy@chromium.org>
Commit-Queue: Yifan Luo <lyf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1027158}

--

wpt-commits: 5351921c7f494293594629624193592d7a01fbff
wpt-pr: 34914
2022-08-03 10:09:46 +00:00
moz-wptsync-bot
f2fe3d82fc Bug 1779961 [wpt PR 34869] - Update wpt metadata, a=testonly
wpt-pr: 34869
wpt-type: metadata
2022-08-03 10:09:45 +00:00
Ryosuke Niwa
0ed7576bfa Bug 1779961 [wpt PR 34869] - Add a CEReaction test for Animation.prototype.commitStyles., a=testonly
Automatic update from web-platform-tests
Add a CEReaction test for Animation.prototype.commitStyles. (#34869)

* Add a CEReaction test for Animation.prototype.commitStyles.

Co-authored-by: Marcos Cáceres <marcos@marcosc.com>

--

wpt-commits: 907be0e72eef2687b3c320c1cb1acebf525648b2
wpt-pr: 34869
2022-08-03 10:09:44 +00:00
Jihwan Kim
25f2767373 Bug 1777711 [wpt PR 34676] - Implement support for :modal pseudo class, a=testonly
Automatic update from web-platform-tests
Implement support for :modal pseudo class

Currently :modal pseudo class is not working.
This CL fully implements it.
This CL also fixes WPT tests that are failling.

Bug: 1325861
Change-Id: I3097830c576cb71b2505db9aabc89d57a5bc608b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3655618
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Mason Freed <masonf@chromium.org>
Commit-Queue: Jihwan Kim <bluewhale.marc@gmail.com>
Cr-Commit-Position: refs/heads/main@{#1026764}

--

wpt-commits: 6cc880d5283965ca9c9b6eb2a8af4ba0c024f872
wpt-pr: 34676
2022-08-03 10:09:44 +00:00
Francesco Lodolo (:flod)
ea3fb60843 Bug 1775309 - Move firefoxView.ftl to locales/en-US for localization, r=Gijs,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D153462
2022-08-03 10:04:47 +00:00
Shane Hughes
7a051f00ca Bug 1782717 - Fix back/forward menu tooltip string for current page item to indicate it will reload page. r=Gijs,flod
The back/forward menu shows tooltips when hovering menuitems. For the
current page, the tooltip says Stay on this page, but the effect of the
menuitem is actually to reload the current page. So change the tooltip
string to reflect that the page will reload when the item is clicked.

Differential Revision: https://phabricator.services.mozilla.com/D153468
2022-08-03 09:56:23 +00:00
smayya
de8e780d94 Bug 1782536 - Remove outdated comments from HttpChannelParent.h and ParentChannelListener.h r=necko-reviewers,valentin DONTBUILD
These comments come from bug 1219469 which had an implementation for QueryInterface that included the following:
> if (aIID.Equals(NS_GET_IID(HttpChannelParentListener))) {
>  foundInterface = static_cast<nsIInterfaceRequestor*>(this);
> } else

That has been replaced by
> NS_INTERFACE_MAP_ENTRY_CONCRETE(HttpChannelParent)

so the comments are no longer correct, and nsIInterfaceRequestor doesn't need to be the first class we extend.

Differential Revision: https://phabricator.services.mozilla.com/D153568
2022-08-03 09:49:48 +00:00
Mathew Hodson
3d04063622 Bug 1782855 - Add MSVC to required list for Windows build docs. r=glandium DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D153545
2022-08-03 09:43:32 +00:00
Norisz Fay
14346782d9 Merge mozilla-central to autoland CLOSED TREE 2022-08-03 12:47:27 +03:00
Norisz Fay
bc0a1d8dce Merge autoland to mozilla-central a=merge 2022-08-03 12:43:31 +03:00
Kershaw Chang
5d97bb4f81 Bug 1777403 - Make REL_PRELOAD_MISS_RATIO never expired, r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D153073
2022-08-03 08:54:04 +00:00
Mark Banner
4cb7265185 Bug 1782819 - Enable some ESLint rules for devtools to be consistent with the rest of mozilla-central. r=jdescottes
Depends on D153536

Differential Revision: https://phabricator.services.mozilla.com/D153537
2022-08-03 08:24:21 +00:00
Mark Banner
795c5f035b Bug 1782819 - Remove ESlint rules from devtools/.eslintrc.js where they are already turned off or obsolete. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D153536
2022-08-03 08:24:20 +00:00
Mark Banner
a335851da6 Bug 1782523 - Update NodeJS to latest versions for the branches. r=firefox-build-system-reviewers,glandium
Differential Revision: https://phabricator.services.mozilla.com/D153445
2022-08-03 07:29:08 +00:00
Bogdan Szekely
b6374e3bb1 Backed out changeset ae5c32a54dd6 (bug 1759557)for causing reftest failures on incorrect_display_in_bytestream_vp9.html CLOSED TREE 2022-08-03 10:04:59 +03:00
Bogdan Szekely
9b19959381 Backed out changeset 07e7637819ec (bug 1773712)for causing reftest failures on 1304353-text-global-composite-op-1.html 2022-08-03 10:03:39 +03:00
Bogdan Szekely
5168bab1a6 Backed out changeset 3ac703c87e3c (bug 1782838)for causing hunks failed while trying to backout 07e7637819ecd835a3e9f23e1bb23e5322a6a91 2022-08-03 10:02:24 +03:00
Mozilla Releng Treescript
27eb92bc41 no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD
de -> f9ac59c419255e8c1f198a6e54ca041eb93a829d
it -> f2bf5827adc41c8aed056920a797896e3230290d
pt-PT -> 02921b0fcd60ee2164f7cc03cd25ec73b524a865
2022-08-03 06:57:15 +00:00
André Bargull
39ec824e84 Bug 1782212 - Part 29: Enable eslint 'curly' rule for selfhosted js. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D153200
2022-08-03 06:38:06 +00:00
André Bargull
9179c28d4c Bug 1782212 - Part 28: Add curly brackets to js/src/builtin/intl/RelativeTimeFormat.js. r=tcampbell
Depends on D153198

Differential Revision: https://phabricator.services.mozilla.com/D153199
2022-08-03 06:38:06 +00:00
André Bargull
ef19b33034 Bug 1782212 - Part 27: Add curly brackets to js/src/builtin/intl/PluralRules.js. r=tcampbell
Depends on D153197

Differential Revision: https://phabricator.services.mozilla.com/D153198
2022-08-03 06:38:05 +00:00
André Bargull
63447aaa39 Bug 1782212 - Part 26: Add curly brackets to js/src/builtin/intl/NumberFormat.js. r=tcampbell
Depends on D153196

Differential Revision: https://phabricator.services.mozilla.com/D153197
2022-08-03 06:38:05 +00:00
André Bargull
e1c8a2e34b Bug 1782212 - Part 25: Add curly brackets to js/src/builtin/intl/ListFormat.js. r=tcampbell
Depends on D153195

Differential Revision: https://phabricator.services.mozilla.com/D153196
2022-08-03 06:38:05 +00:00
André Bargull
d7e10cb86f Bug 1782212 - Part 24: Add curly brackets to js/src/builtin/intl/DisplayNames.js. r=tcampbell
Depends on D153194

Differential Revision: https://phabricator.services.mozilla.com/D153195
2022-08-03 06:38:04 +00:00
André Bargull
fbf760df59 Bug 1782212 - Part 23: Add curly brackets to js/src/builtin/intl/DateTimeFormat.js. r=tcampbell
Depends on D153193

Differential Revision: https://phabricator.services.mozilla.com/D153194
2022-08-03 06:38:04 +00:00
André Bargull
f5d3a8e42e Bug 1782212 - Part 22: Add curly brackets to js/src/builtin/intl/CommonFunctions.js. r=tcampbell
Depends on D153192

Differential Revision: https://phabricator.services.mozilla.com/D153193
2022-08-03 06:38:03 +00:00
André Bargull
2eb854d92b Bug 1782212 - Part 21: Add curly brackets to js/src/builtin/intl/Collator.js. r=tcampbell
Depends on D153191

Differential Revision: https://phabricator.services.mozilla.com/D153192
2022-08-03 06:38:03 +00:00