Commit Graph

939674 Commits

Author SHA1 Message Date
Kagami Sascha Rosylight
1d5d28dfbc Bug 1928702 - Part 6: Move NotificationObserver functions to NotificationUtils r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D227691
2024-11-11 20:34:13 +00:00
Kagami Sascha Rosylight
042f87e241 Bug 1928702 - Part 5: Implement RecvShow r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D227690
2024-11-11 20:34:13 +00:00
Kagami Sascha Rosylight
0692c5d465 Bug 1928702 - Part 4: Implement ActorDestroy r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D227689
2024-11-11 20:34:12 +00:00
Kagami Sascha Rosylight
32859ae3d3 Bug 1928702 - Part 3: Move more functions to NotificationUtils r=asuth
Moving functions that can be called from both Notification and IPC actors, that are needed for ActorDestroy.

Differential Revision: https://phabricator.services.mozilla.com/D227688
2024-11-11 20:34:12 +00:00
Kagami Sascha Rosylight
21033fe93d Bug 1928702 - Part 2: Create PNotification via PBackground r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D227687
2024-11-11 20:34:11 +00:00
Kagami Sascha Rosylight
b9e417e526 Bug 1928702 - Part 1: Add skeleton PNotification r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D227686
2024-11-11 20:34:11 +00:00
Updatebot
3f7b4a180a Bug 1929709 - Update PDF.js to bff673896614b4b8c30f28397471cb89922a9a31 r=pdfjs-reviewers,marco
Differential Revision: https://phabricator.services.mozilla.com/D228261
2024-11-11 19:14:23 +00:00
Glenn Watson
5a111ff5a1 Bug 1930411 - Split composite_simple to the occlusion + setup and a separate composite_pass method r=gfx-reviewers,lsalzman
No functional change here - but will make it easier to review follow
up patches that call `composite_pass` once per swapchain when using
the `Compositor2` trait.

Differential Revision: https://phabricator.services.mozilla.com/D228558
2024-11-11 19:10:13 +00:00
moz-wptsync-bot
65180c5818 Bug 1930438 - [wpt-sync] Update web-platform-tests to 149cab5a6aa06828c0ddaf7c2609b66b820b9ceb, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 149cab5a6aa06828c0ddaf7c2609b66b820b9ceb
wpt-type: landing
2024-11-11 19:07:42 +00:00
Kent Tamura
7edd3e024f Bug 1930413 [wpt PR 49091] - Add WebDX feature mapping for ruby-align and ruby-position, a=testonly
Automatic update from web-platform-tests
Add WebDX feature mapping for ruby-align and ruby-position

This CL should have no user-visible behavior changes.

Change-Id: I212d4383afd7c6ad8ca1495b024267695db2e806
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6007802
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1381026}

--

wpt-commits: 149cab5a6aa06828c0ddaf7c2609b66b820b9ceb
wpt-pr: 49091
2024-11-11 19:07:42 +00:00
Wei Wang
e6acdab72a Bug 1930406 [wpt PR 49090] - [Presentation] Make PresentationRequest.getAvailability() return a new Promise, a=testonly
Automatic update from web-platform-tests
[Presentation] Make PresentationRequest.getAvailability() return a new Promise

According to the spec[1], PresentationRequest.getAvailability() should
return a new Promise when called each time.

[1] https://www.w3.org/TR/presentation-api/#dom-presentationrequest-getavailability

Bug: 41455951
Change-Id: I28611ea114d760d72cc395be48f7b028ee626a91
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5986368
Commit-Queue: Wei4 Wang <wei4.wang@intel.com>
Reviewed-by: Mark Foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1381009}

--

wpt-commits: ea9ca56cf7af0075cc37afaab11c4948d4bd061d
wpt-pr: 49090
2024-11-11 19:07:41 +00:00
Kent Tamura
a498df7d02 Bug 1930401 [wpt PR 49089] - Revert "layout: Fix trailing collapsible space handling with <ruby>", a=testonly
Automatic update from web-platform-tests
Revert "layout: Fix trailing collapsible space handling with <ruby>"

This reverts commit 1ff996297a57783a387e0031bc40d3343db3cfcb.

Reason for revert: It introduced new crashes.

Original change's description:
> layout: Fix trailing collapsible space handling with <ruby>
>
> * Trailing collapsible space should not be handled in ruby-base lines
>   because such lines are contained by another line.
>   This CL introduces `LineBreaker::
>   disable_trailing_whitespace_collapsing_`.
>
> * ComputeTrailingCollapsibleSpace() should iterate inside ruby columns
>   recursively.
>
> * RemoveTrailingCollapsibleSpace() and TrailingCollapsibleSpaceWidth()
>   should compute ruby column widths correctly.
>
> * ruby-intra-level-whitespace-001.html passed accidentally. It requires
>   <rb> and table-like pairing.
>
> Bug: 376097115
> Change-Id: I55e4559012ec08c9b423ad8a518890c02862d857
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5996911
> Commit-Queue: Koji Ishii <kojii@chromium.org>
> Auto-Submit: Kent Tamura <tkent@chromium.org>
> Reviewed-by: Koji Ishii <kojii@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1379515}

Bug: 376097115, 377943756, 378102636
Change-Id: Ibe208a30d6c1b5bc01b73374970d3b25275e1138
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6009080
Commit-Queue: Kent Tamura <tkent@chromium.org>
Auto-Submit: Kent Tamura <tkent@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1380999}

--

wpt-commits: eb9036b30bdf58bb79406f1b94658bf8d9668d03
wpt-pr: 49089
2024-11-11 19:07:40 +00:00
Mozilla Releng Treescript
f8c2e0e222 no bug - Bumping Mobile l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
an -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ar -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ast -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
az -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
be -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
bg -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
bn -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
br -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
bs -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ca -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
cak -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
cs -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
cy -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
da -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
de -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
dsb -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
el -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
en-CA -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
en-GB -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
eo -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
es-AR -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
es-CL -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
es-ES -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
es-MX -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
et -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
eu -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
fa -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ff -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
fi -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
fr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
fy-NL -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ga-IE -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
gd -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
gl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
gn -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
gu-IN -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
he -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hi-IN -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hsb -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hu -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hy-AM -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ia -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
id -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
is -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
it -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ja -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ka -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
kab -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
kk -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
km -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
kn -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ko -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
lij -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
lo -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
lt -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ltg -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
lv -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
meh -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
mix -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ml -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
mr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ms -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
my -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
nb-NO -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ne-NP -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
nl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
nn-NO -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
oc -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
pa-IN -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
pl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
pt-BR -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
pt-PT -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
rm -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ro -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ru -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sk -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
son -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sq -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sv-SE -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ta -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
te -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
th -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
tl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
tr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
trs -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
uk -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ur -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
uz -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
vi -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
wo -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
xh -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
zam -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
zh-CN -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
zh-TW -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
2024-11-11 19:05:45 +00:00
Mozilla Releng Treescript
7f4f5456b8 no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
af -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
an -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ar -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ast -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
az -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
be -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
bg -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
bn -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
bo -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
br -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
brx -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
bs -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ca -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ca-valencia -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
cak -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ckb -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
cs -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
cy -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
da -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
de -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
dsb -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
el -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
en-CA -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
en-GB -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
eo -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
es-AR -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
es-CL -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
es-ES -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
es-MX -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
et -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
eu -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
fa -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ff -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
fi -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
fr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
fur -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
fy-NL -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ga-IE -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
gd -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
gl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
gn -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
gu-IN -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
he -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hi-IN -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hsb -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hu -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hy-AM -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
hye -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ia -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
id -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
is -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
it -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ja -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ja-JP-mac -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ka -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
kab -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
kk -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
km -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
kn -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ko -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
lij -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
lo -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
lt -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ltg -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
lv -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
meh -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
mk -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
mr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ms -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
my -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
nb-NO -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ne-NP -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
nl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
nn-NO -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
oc -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
pa-IN -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
pl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
pt-BR -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
pt-PT -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
rm -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ro -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ru -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sat -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sc -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
scn -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sco -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
si -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sk -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
skr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
son -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sq -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
sv-SE -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
szl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ta -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
te -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
tg -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
th -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
tl -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
tr -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
trs -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
uk -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
ur -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
uz -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
vi -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
wo -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
xh -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
zh-CN -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
zh-TW -> e8ef8056bcbb00a3f96233c3ac0df5c76876f191
2024-11-11 19:05:36 +00:00
Rob Wu
83185e3651 Bug 1930518 - Log result when signedState is SIGNEDSTATE_UNKNOWN r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D228604
2024-11-11 18:54:59 +00:00
negin
f732a16510 Bug 1927515 - [FxMS Docs] Updates Spotlight UI template documentation in source doc r=omc-reviewers,mviar
Differential Revision: https://phabricator.services.mozilla.com/D227745
2024-11-11 16:17:00 +00:00
Gijs Kruitbosch
707a207edb Bug 1842187 r=mak,pbz
Differential Revision: https://phabricator.services.mozilla.com/D223948
2024-11-11 15:50:46 +00:00
Ben Visness
3391289ea8 Bug 1926357: Don't ignore destination index on array.init_data. r=rhunt
The value is tired of being ignored. It wants to be known. It wants to
be seen and acknowledged and loved.

Differential Revision: https://phabricator.services.mozilla.com/D227577
2024-11-11 15:38:46 +00:00
Ben Visness
49858d8fb1 Bug 1926357: Fix up types around ref.func and elem segments. r=rhunt
Now that function references are standard, our handling of ref.func
should produce the most specific possible type instead of the broad
"funcref" type. This also applies to globals and elem segments.

Differential Revision: https://phabricator.services.mozilla.com/D227576
2024-11-11 15:38:46 +00:00
Ben Visness
5d7a719623 Bug 1926357: Tweak message about globals in constant exprs. r=rhunt
This was intended to ship in a prior patch but I missed it.

Differential Revision: https://phabricator.services.mozilla.com/D227575
2024-11-11 15:38:45 +00:00
Ben Visness
4046d2e645 Bug 1926357: Rework wasm tag types and result types. r=rhunt
The intersection of tag types and rec groups causes a subtle situation
where two structurally-identical tag types should not match because
the tag types are not *the same*. This patch changes tag types to store
TypeDef* instead of a vector of val types. This disallows some module
linking that was allowed before, but only in cases where the types were
equal anyway and therefore no incorrect behavior would occur.

This patch also fixes one other situation where ResultTypes were being
compared for equality, instead of subtyping being used. This fixes a
subtle validation issue with if statements lacking an else.

Differential Revision: https://phabricator.services.mozilla.com/D227574
2024-11-11 15:38:45 +00:00
Ben Visness
706a47f6ed Bug 1926357: Rework wasmFailValidateText and assertErrorMessage for clarity. r=rhunt
The message for wasmFailValidateText made it sound like the compile had
not failed, when in fact it just did not fail "as expected", i.e. in the
expected way. That message is now clearer.

The message printing for assertErrorMessage mixed up the order in a
confusing way that made it seem like the top-level user message was
actually the most proximal cause of the exception. This was weird and
has been reordered. The code has also been reworked for clarity, making
it obvious that no exception can slip through, and handling the common
mistake of forgetting to provide an error message. (It is at least a
common mistake for me.)

Differential Revision: https://phabricator.services.mozilla.com/D227682
2024-11-11 15:38:44 +00:00
Ben Visness
41ca5a38b6 Bug 1926357: Update wasm spec tests to wasm-3.0. r=rhunt,supply-chain-reviewers
Many proposals have been merged into the wasm-3.0 branch of the
WebAssembly spec repo. It currently represents the state of the art of
wasm, which we keep up with - proposals that are officially standardized
but not yet super widely implemented.

Basing our spec tests on this reduces duplication across proposal repos
and should help us catch spec problems earlier.

This patch reworks the spec test generator slightly to handle some new
module definition syntax, and removes proposals which have already been
merged into wasm-3.0.

Differential Revision: https://phabricator.services.mozilla.com/D227573
2024-11-11 15:38:43 +00:00
Jonathan Kew
3aa3ba17b5 Bug 1926732 - Relax assertion in FindLineClampTarget because line-clamp may already have been evaluated by a descendant block. r=layout-reviewers,emilio
Differential Revision: https://phabricator.services.mozilla.com/D228579
2024-11-11 14:37:59 +00:00
Jonathan Kew
e6d0f8c014 Bug 1926732 - Return a pair of <frame, line> from FindLineClampTarget, to make its API clearer. r=layout-reviewers,emilio
No change in behavior.

Differential Revision: https://phabricator.services.mozilla.com/D228578
2024-11-11 14:37:58 +00:00
Jonathan Kew
42987a1884 Bug 1926732 - Add crashtest. r=layout-reviewers,emilio
Differential Revision: https://phabricator.services.mozilla.com/D228577
2024-11-11 14:37:58 +00:00
kycn
e2213aa90c Bug 1907288 - Enable process priority manager grace periods on all channels on Android. r=geckoview-reviewers,calu
The grace periods were enabled on Fenix Nightly long time ago. This patch enables them on all channels.

Differential Revision: https://phabricator.services.mozilla.com/D228333
2024-11-11 14:18:04 +00:00
ffxbld
d3970aeacb No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes mobile-experiments ct-logs - r=release-managers,dmeehan
Differential Revision: https://phabricator.services.mozilla.com/D228572
2024-11-11 14:06:19 +00:00
rahulsainani
56773b91f9 Bug 1929567 - Show privacy badge on tabcounter in private mode r=android-reviewers,007
Differential Revision: https://phabricator.services.mozilla.com/D228420
2024-11-11 13:08:25 +00:00
Chris H-C
d05d8d125d Bug 1786077 - Document how to update application-services when updating Glean's major version number r=TravisLong,janerik
Differential Revision: https://phabricator.services.mozilla.com/D228094
2024-11-11 13:07:48 +00:00
Jan-Erik Rediger
c882ef6160 Bug 1928630 - Vendor Glean SDK v62.0.0 r=janerik,supply-chain-reviewers,mach-reviewers,android-reviewers,ahal,boek
Differential Revision: https://phabricator.services.mozilla.com/D228093
2024-11-11 13:07:47 +00:00
Jan-Erik Rediger
73bed99af9 Bug 1928630 - Update glean_parser to v15.2.1 r=janerik,mach-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D228092
2024-11-11 13:07:47 +00:00
Updatebot
0dfacefc45 Bug 1930298 - Update android nightly application-services version bump to 775da2115b1f532b332fdedbae4c7e4a21488633 r=release-managers,RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D228532
2024-11-11 13:07:46 +00:00
Jan de Mooij
f0c347809d Bug 1930117 - Report OOM in ShapeListObject::create if registerObjectWithWeakPointers fails. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D228565
2024-11-11 12:15:47 +00:00
t-p-white
0bb330d5d0 Bug 1928949 - Ensure Firefox shortcuts are not removed during the icon update. r=android-reviewers,gmalekpour,amejiamarmol
Differential Revision: https://phabricator.services.mozilla.com/D228309
2024-11-11 11:53:40 +00:00
Emilio Cobos Álvarez
1c3509dcfd Bug 1930284 - Also clean-up toolbar color variables. r=desktop-theme-reviewers,dao
Unlike the previous patch this does change behavior, but I think it's
fine.

The reason we used the non-lwt toolbar colors for customize mode is to
guarantee full opacity, see bug 1762379 and bug 1765685.

However, we need to do the same on the sidebar, and there we chose a
more theme-friendly way of doing that, which allows this simplification.

So do that instead.

Differential Revision: https://phabricator.services.mozilla.com/D228523
2024-11-11 11:10:42 +00:00
Julian Seward
eb7c0a4e97 Bug 1929493 - Minor cleanups to the wasm inlining budget logic. r=rhunt.
Bug 1927061 introduced inlining budgets for functions and for entire modules.
That has unfortunately a couple of rough edges that this patch fixes.

* The situation where a per-function or per-module budget is exactly zero is
  ambiguous.  As a result the logging machinery (MOZ_LOG=wasmPerf:3) can print
  the "Inlining budget for fI=... exceeded" message a different number of
  times from the number shown in the final "... functions overran inlining
  budget" message.

  It also causes the "Inlining budget for fI=... exceeded" message to be
  printed for all functions when we have --wasm-compiler=ion.

  This patch removes the ambiguity and fixes the above by having a value of
  zero mean "budget not exceeded"; hence it is the zero-to-negative transition
  that is important.

* two JS_LOGs were not protected by #ifdef JS_JITSPEW as they should have
  been.

Differential Revision: https://phabricator.services.mozilla.com/D228197
2024-11-11 11:10:12 +00:00
Emilio Cobos Álvarez
7779560e29 Bug 1930284 - Clean up toolbox color variables. r=desktop-theme-reviewers,dao
While writing bug 1928151, I realized we really don't need the separate
non-lwt versions of this. We only use them to set the general variables,
so they can just go away.

Differential Revision: https://phabricator.services.mozilla.com/D228521
2024-11-11 10:47:23 +00:00
Stephen Thompson
fbc6382c6c Bug 1929384 - do not close window if there are still collapsed tab groups r=dao,tabbrowser-reviewers
When closing the last visible tab, if there are any collapsed tab groups, make one of the tabs in a tab group active. Based on pre-existing behavior, activating a tab in a collapsed tab group causes the tab group to expand.

Currently, if you close the last visible tab while you still have collapsed tab groups present on the tab bar, the browser window will close. This is surprising and sad behavior for users.

Differential Revision: https://phabricator.services.mozilla.com/D228274
2024-11-11 10:39:11 +00:00
Dão Gottwald
0ba8092499 Bug 1925258 - Remove comment pretending we could soon have a transition between connecting and loading throbber states. r=emilio,desktop-theme-reviewers,tabbrowser-reviewers,dwalker,mconley
Due to performance regressions, we've backed out the attempt to enable this.

Differential Revision: https://phabricator.services.mozilla.com/D225960
2024-11-11 10:37:23 +00:00
rahulsainani
1c50cd8dda Bug 1930104 - Add abstract ComposeFragment r=android-reviewers,007
Differential Revision: https://phabricator.services.mozilla.com/D228419
2024-11-11 10:28:33 +00:00
rahulsainani
c99108c911 Bug 1929611 - Update tabstrip item min width and close button logic r=android-reviewers,007
Differential Revision: https://phabricator.services.mozilla.com/D228199
2024-11-11 09:57:51 +00:00
iorgamgabriel
73af5482be Bug 1929334 - [Menu Redesign] [Webcompat Reporter] Hide "Report Broken Site" menu item and preview text in the new menu in Release. r=android-reviewers,calu
Differential Revision: https://phabricator.services.mozilla.com/D228177
2024-11-11 09:42:43 +00:00
andrei popa
8f92d6d85b Bug 1851037 - changed fun to operator fun and refactored all callers to avoid explicitly call invoke r=android-reviewers,avirvara
Differential Revision: https://phabricator.services.mozilla.com/D228161
2024-11-11 09:26:43 +00:00
Moritz Beier
7de02600af Bug 1655066 - Search Engine icons should be indexed by width only. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D226921
2024-11-11 09:09:18 +00:00
André Bargull
b73b36214d Bug 1928407: Store segmenter string chars in a tagged pointer. r=sfink
Differential Revision: https://phabricator.services.mozilla.com/D228164
2024-11-11 08:29:06 +00:00
AndiAJ
07ad6a19e1 Bug 1930123 - Add missing steps to homeMainMenuItemsTest UI test r=aaronmt
Based on the toDoAutomation notes added by my fellow colleagues in testRail, I've added some missing steps that verify the main menu "Passwords" option

The UI test successfully passed 50x on Firebase 

Differential Revision: https://phabricator.services.mozilla.com/D228438
2024-11-11 07:16:06 +00:00
Mozilla Releng Treescript
bde8adc1f8 no bug - Bumping Mobile l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> bdaa3a76e69b1f17db71c35582b4012755f4e720
an -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ar -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ast -> bdaa3a76e69b1f17db71c35582b4012755f4e720
az -> bdaa3a76e69b1f17db71c35582b4012755f4e720
be -> bdaa3a76e69b1f17db71c35582b4012755f4e720
bg -> bdaa3a76e69b1f17db71c35582b4012755f4e720
bn -> bdaa3a76e69b1f17db71c35582b4012755f4e720
br -> bdaa3a76e69b1f17db71c35582b4012755f4e720
bs -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ca -> bdaa3a76e69b1f17db71c35582b4012755f4e720
cak -> bdaa3a76e69b1f17db71c35582b4012755f4e720
cs -> bdaa3a76e69b1f17db71c35582b4012755f4e720
cy -> bdaa3a76e69b1f17db71c35582b4012755f4e720
da -> bdaa3a76e69b1f17db71c35582b4012755f4e720
de -> bdaa3a76e69b1f17db71c35582b4012755f4e720
dsb -> bdaa3a76e69b1f17db71c35582b4012755f4e720
el -> bdaa3a76e69b1f17db71c35582b4012755f4e720
en-CA -> bdaa3a76e69b1f17db71c35582b4012755f4e720
en-GB -> bdaa3a76e69b1f17db71c35582b4012755f4e720
eo -> bdaa3a76e69b1f17db71c35582b4012755f4e720
es-AR -> bdaa3a76e69b1f17db71c35582b4012755f4e720
es-CL -> bdaa3a76e69b1f17db71c35582b4012755f4e720
es-ES -> bdaa3a76e69b1f17db71c35582b4012755f4e720
es-MX -> bdaa3a76e69b1f17db71c35582b4012755f4e720
et -> bdaa3a76e69b1f17db71c35582b4012755f4e720
eu -> bdaa3a76e69b1f17db71c35582b4012755f4e720
fa -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ff -> bdaa3a76e69b1f17db71c35582b4012755f4e720
fi -> bdaa3a76e69b1f17db71c35582b4012755f4e720
fr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
fy-NL -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ga-IE -> bdaa3a76e69b1f17db71c35582b4012755f4e720
gd -> bdaa3a76e69b1f17db71c35582b4012755f4e720
gl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
gn -> bdaa3a76e69b1f17db71c35582b4012755f4e720
gu-IN -> bdaa3a76e69b1f17db71c35582b4012755f4e720
he -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hi-IN -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hsb -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hu -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hy-AM -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ia -> bdaa3a76e69b1f17db71c35582b4012755f4e720
id -> bdaa3a76e69b1f17db71c35582b4012755f4e720
is -> bdaa3a76e69b1f17db71c35582b4012755f4e720
it -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ja -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ka -> bdaa3a76e69b1f17db71c35582b4012755f4e720
kab -> bdaa3a76e69b1f17db71c35582b4012755f4e720
kk -> bdaa3a76e69b1f17db71c35582b4012755f4e720
km -> bdaa3a76e69b1f17db71c35582b4012755f4e720
kn -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ko -> bdaa3a76e69b1f17db71c35582b4012755f4e720
lij -> bdaa3a76e69b1f17db71c35582b4012755f4e720
lo -> bdaa3a76e69b1f17db71c35582b4012755f4e720
lt -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ltg -> bdaa3a76e69b1f17db71c35582b4012755f4e720
lv -> bdaa3a76e69b1f17db71c35582b4012755f4e720
meh -> bdaa3a76e69b1f17db71c35582b4012755f4e720
mix -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ml -> bdaa3a76e69b1f17db71c35582b4012755f4e720
mr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ms -> bdaa3a76e69b1f17db71c35582b4012755f4e720
my -> bdaa3a76e69b1f17db71c35582b4012755f4e720
nb-NO -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ne-NP -> bdaa3a76e69b1f17db71c35582b4012755f4e720
nl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
nn-NO -> bdaa3a76e69b1f17db71c35582b4012755f4e720
oc -> bdaa3a76e69b1f17db71c35582b4012755f4e720
pa-IN -> bdaa3a76e69b1f17db71c35582b4012755f4e720
pl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
pt-BR -> bdaa3a76e69b1f17db71c35582b4012755f4e720
pt-PT -> bdaa3a76e69b1f17db71c35582b4012755f4e720
rm -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ro -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ru -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sk -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
son -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sq -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sv-SE -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ta -> bdaa3a76e69b1f17db71c35582b4012755f4e720
te -> bdaa3a76e69b1f17db71c35582b4012755f4e720
th -> bdaa3a76e69b1f17db71c35582b4012755f4e720
tl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
tr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
trs -> bdaa3a76e69b1f17db71c35582b4012755f4e720
uk -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ur -> bdaa3a76e69b1f17db71c35582b4012755f4e720
uz -> bdaa3a76e69b1f17db71c35582b4012755f4e720
vi -> bdaa3a76e69b1f17db71c35582b4012755f4e720
wo -> bdaa3a76e69b1f17db71c35582b4012755f4e720
xh -> bdaa3a76e69b1f17db71c35582b4012755f4e720
zam -> bdaa3a76e69b1f17db71c35582b4012755f4e720
zh-CN -> bdaa3a76e69b1f17db71c35582b4012755f4e720
zh-TW -> bdaa3a76e69b1f17db71c35582b4012755f4e720
2024-11-11 07:05:48 +00:00
Mozilla Releng Treescript
12584c8736 no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> bdaa3a76e69b1f17db71c35582b4012755f4e720
af -> bdaa3a76e69b1f17db71c35582b4012755f4e720
an -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ar -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ast -> bdaa3a76e69b1f17db71c35582b4012755f4e720
az -> bdaa3a76e69b1f17db71c35582b4012755f4e720
be -> bdaa3a76e69b1f17db71c35582b4012755f4e720
bg -> bdaa3a76e69b1f17db71c35582b4012755f4e720
bn -> bdaa3a76e69b1f17db71c35582b4012755f4e720
bo -> bdaa3a76e69b1f17db71c35582b4012755f4e720
br -> bdaa3a76e69b1f17db71c35582b4012755f4e720
brx -> bdaa3a76e69b1f17db71c35582b4012755f4e720
bs -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ca -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ca-valencia -> bdaa3a76e69b1f17db71c35582b4012755f4e720
cak -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ckb -> bdaa3a76e69b1f17db71c35582b4012755f4e720
cs -> bdaa3a76e69b1f17db71c35582b4012755f4e720
cy -> bdaa3a76e69b1f17db71c35582b4012755f4e720
da -> bdaa3a76e69b1f17db71c35582b4012755f4e720
de -> bdaa3a76e69b1f17db71c35582b4012755f4e720
dsb -> bdaa3a76e69b1f17db71c35582b4012755f4e720
el -> bdaa3a76e69b1f17db71c35582b4012755f4e720
en-CA -> bdaa3a76e69b1f17db71c35582b4012755f4e720
en-GB -> bdaa3a76e69b1f17db71c35582b4012755f4e720
eo -> bdaa3a76e69b1f17db71c35582b4012755f4e720
es-AR -> bdaa3a76e69b1f17db71c35582b4012755f4e720
es-CL -> bdaa3a76e69b1f17db71c35582b4012755f4e720
es-ES -> bdaa3a76e69b1f17db71c35582b4012755f4e720
es-MX -> bdaa3a76e69b1f17db71c35582b4012755f4e720
et -> bdaa3a76e69b1f17db71c35582b4012755f4e720
eu -> bdaa3a76e69b1f17db71c35582b4012755f4e720
fa -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ff -> bdaa3a76e69b1f17db71c35582b4012755f4e720
fi -> bdaa3a76e69b1f17db71c35582b4012755f4e720
fr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
fur -> bdaa3a76e69b1f17db71c35582b4012755f4e720
fy-NL -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ga-IE -> bdaa3a76e69b1f17db71c35582b4012755f4e720
gd -> bdaa3a76e69b1f17db71c35582b4012755f4e720
gl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
gn -> bdaa3a76e69b1f17db71c35582b4012755f4e720
gu-IN -> bdaa3a76e69b1f17db71c35582b4012755f4e720
he -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hi-IN -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hsb -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hu -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hy-AM -> bdaa3a76e69b1f17db71c35582b4012755f4e720
hye -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ia -> bdaa3a76e69b1f17db71c35582b4012755f4e720
id -> bdaa3a76e69b1f17db71c35582b4012755f4e720
is -> bdaa3a76e69b1f17db71c35582b4012755f4e720
it -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ja -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ja-JP-mac -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ka -> bdaa3a76e69b1f17db71c35582b4012755f4e720
kab -> bdaa3a76e69b1f17db71c35582b4012755f4e720
kk -> bdaa3a76e69b1f17db71c35582b4012755f4e720
km -> bdaa3a76e69b1f17db71c35582b4012755f4e720
kn -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ko -> bdaa3a76e69b1f17db71c35582b4012755f4e720
lij -> bdaa3a76e69b1f17db71c35582b4012755f4e720
lo -> bdaa3a76e69b1f17db71c35582b4012755f4e720
lt -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ltg -> bdaa3a76e69b1f17db71c35582b4012755f4e720
lv -> bdaa3a76e69b1f17db71c35582b4012755f4e720
meh -> bdaa3a76e69b1f17db71c35582b4012755f4e720
mk -> bdaa3a76e69b1f17db71c35582b4012755f4e720
mr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ms -> bdaa3a76e69b1f17db71c35582b4012755f4e720
my -> bdaa3a76e69b1f17db71c35582b4012755f4e720
nb-NO -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ne-NP -> bdaa3a76e69b1f17db71c35582b4012755f4e720
nl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
nn-NO -> bdaa3a76e69b1f17db71c35582b4012755f4e720
oc -> bdaa3a76e69b1f17db71c35582b4012755f4e720
pa-IN -> bdaa3a76e69b1f17db71c35582b4012755f4e720
pl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
pt-BR -> bdaa3a76e69b1f17db71c35582b4012755f4e720
pt-PT -> bdaa3a76e69b1f17db71c35582b4012755f4e720
rm -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ro -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ru -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sat -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sc -> bdaa3a76e69b1f17db71c35582b4012755f4e720
scn -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sco -> bdaa3a76e69b1f17db71c35582b4012755f4e720
si -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sk -> bdaa3a76e69b1f17db71c35582b4012755f4e720
skr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
son -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sq -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
sv-SE -> bdaa3a76e69b1f17db71c35582b4012755f4e720
szl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ta -> bdaa3a76e69b1f17db71c35582b4012755f4e720
te -> bdaa3a76e69b1f17db71c35582b4012755f4e720
tg -> bdaa3a76e69b1f17db71c35582b4012755f4e720
th -> bdaa3a76e69b1f17db71c35582b4012755f4e720
tl -> bdaa3a76e69b1f17db71c35582b4012755f4e720
tr -> bdaa3a76e69b1f17db71c35582b4012755f4e720
trs -> bdaa3a76e69b1f17db71c35582b4012755f4e720
uk -> bdaa3a76e69b1f17db71c35582b4012755f4e720
ur -> bdaa3a76e69b1f17db71c35582b4012755f4e720
uz -> bdaa3a76e69b1f17db71c35582b4012755f4e720
vi -> bdaa3a76e69b1f17db71c35582b4012755f4e720
wo -> bdaa3a76e69b1f17db71c35582b4012755f4e720
xh -> bdaa3a76e69b1f17db71c35582b4012755f4e720
zh-CN -> bdaa3a76e69b1f17db71c35582b4012755f4e720
zh-TW -> bdaa3a76e69b1f17db71c35582b4012755f4e720
2024-11-11 07:05:42 +00:00
Daisuke Akatsuka
ed306a3360 Bug 1921731: Keep actions' layout until changing the results r=urlbar-reviewers,daleharvey,adw
Differential Revision: https://phabricator.services.mozilla.com/D226107
2024-11-11 05:44:29 +00:00