Граф коммитов

932210 Коммитов

Автор SHA1 Сообщение Дата
Mike Conley be8b0da446 Bug 1914936 - Do not back up cookies if the browser is not configured to remember history, or to clear history on shutdown. r=backup-reviewers,kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D221551
2024-09-17 13:54:27 +00:00
Mike Conley 8f6d1128b5 Bug 1914926 - Do not back up form history if the browser is not configured to remember history, or to clear history on shutdown. r=backup-reviewers,places-reviewers,mak,kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D221550
2024-09-17 13:54:27 +00:00
Paul Adenot ecdd12844e Bug 1917579 - Add a test for flac decoding. r=chunmin
Differential Revision: https://phabricator.services.mozilla.com/D221655
2024-09-17 13:36:18 +00:00
Paul Adenot e9bccbd55a Bug 1917579 - Don't crash when Flac description isn't from the Flac demuxer. r=chunmin
When it's from Web Codecs, it's raw, and not the Flac variant.

Differential Revision: https://phabricator.services.mozilla.com/D221654
2024-09-17 13:36:18 +00:00
Sandor Molnar 5ac4c52a7e Backed out changeset 230299b03e10 (bug 1905843) for causing build bustages @ nsContentSecurityManager.cpp CLOSED TREE 2024-09-17 16:40:05 +03:00
Paul Adenot 1eb87c8a93 Bug 1918602 - Allow screen recording on macOS for tests. r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D222323
2024-09-17 13:04:57 +00:00
Olli Pettay 5c584eed59 Bug 1905843, prevent unexpected use of result site origin, r=nika
Differential Revision: https://phabricator.services.mozilla.com/D215496
2024-09-17 12:55:39 +00:00
Sandor Molnar aa1d7cc598 Bug 1918287 - [wdspec] Fix linter failure for webdriver/bidi/browsing_context/set_viewport/viewport.py.. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D222464
2024-09-17 15:57:35 +03:00
William Durand 3af9bf68a0 Bug 1910202 - Ensure extension widgets cannot be placed in a hidden area. r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D222105
2024-09-17 12:36:57 +00:00
Otto Länd 67cec2c12b Bug 1918287: apply code formatting via Lando
# ignore-this-changeset
2024-09-17 12:32:56 +00:00
Henrik Skupin 3ff5af8fa9 Bug 1918287 - [wdspec] Test for "browsingContext.setViewport" to check it's not failing on browsing context replacement. r=webdriver-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D222369
2024-09-17 12:30:14 +00:00
Henrik Skupin 64c142ef73 Bug 1918287 - [webdriver-bidi] Retry viewport being resized check in "browsingContext.setViewport" when browsing context gets replaced. r=webdriver-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D222368
2024-09-17 12:30:13 +00:00
Updatebot f66aabab83 Bug 1919195 - Update android nightly application-services version bump to 8be45cd32354c1ed808271cb0f2212b7bffce317 r=release-managers,RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D222396
2024-09-17 12:24:24 +00:00
groovecoder 47bf02f81d Bug 1914669 handle existing FxA users signing in thru Relay UI r=credential-management-reviewers,dimi
Differential Revision: https://phabricator.services.mozilla.com/D221669
2024-09-17 12:19:49 +00:00
Andreas Farre ff63578440 Bug 1909698 - Use URI from session history when coming out from bfcache. r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D222118
2024-09-17 12:17:38 +00:00
Mugurell 52ec377ade Bug 1919200 - Restore the toolbar background after the microsurvey is dismissed r=android-reviewers,twhite
Use `isMicrosurveyPromptDismissed.value` to know when either of the survey prompt
or survey options dialog was closed.
Reapplying the default background when the survey is closed will mean a small
divider line included in the background shape will also be shown.

Differential Revision: https://phabricator.services.mozilla.com/D222423
2024-09-17 12:15:17 +00:00
Manuel Bucher 90e93d430d Bug 1452899 - Update the certificate security info on changed certificate in url bar lock icon r=pbz
This removes the security information cache from the lock icon.
Basic testing of how often the cache is used showed that it was only
used rarly (2%-3% of the function calls).

The alternative approach would be to also check whether the cert changed
using `gBrowser.securityUI.secInfo.serverCert`. However, caching the
security information doesn't seem worth the effort here. The cache only
gets used when url is exactly the same (uri.spec). And checking
whether the cert is exactly the same looks more expensive to do each
time vs the slim benefit of rarely not needing to update the UI.

Differential Revision: https://phabricator.services.mozilla.com/D214549
2024-09-17 12:01:51 +00:00
Florian Quèze fcf1f7959c Bug 1919146 - Check that all Glean.* calls made in Firefox desktop's JavaScript code are free of typos, r=chutten.
Differential Revision: https://phabricator.services.mozilla.com/D222361
2024-09-17 11:58:46 +00:00
Sandor Molnar d1e30a2fec Backed out changeset bb76d1d7c426 (bug 1572655) for causing dt failures @ browser_fontinspector_reveal-in-page.js CLOSED TREE 2024-09-17 14:32:02 +03:00
Anna Weine b6bf25a4ba Bug 1917228 - WebCrypto: X25519 public key should be copied so it can be exported as jwk r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D221308
2024-09-17 11:11:39 +00:00
Jan Varga c9e9c193c8 Bug 1917466 - Cache: Add handling for invalidated directory locks; r=dom-storage-reviewers,asuth
Differential Revision: https://phabricator.services.mozilla.com/D219737
2024-09-17 11:11:34 +00:00
Jan Varga 431299237f Bug 1917466 - Add a test for origin clearing requested right after starting client directory opening for Cache; r=dom-storage-reviewers,jari
Differential Revision: https://phabricator.services.mozilla.com/D219736
2024-09-17 11:11:34 +00:00
Mugurell faca1a8a6b Bug 1919224 - Restore the toolbar background after the microsurvey options dialog is dismissed r=android-reviewers,twhite
We were already showing the divider when the survey prompt is closed.
Now using `isMicrosurveyPromptDismissed.value` to know when either of the survey prompt
or the survey options dialog was closed to show the default toolbar divider.

Differential Revision: https://phabricator.services.mozilla.com/D222426
2024-09-17 11:08:33 +00:00
Nicolas Chevobbe fdc4e6f8a8 Bug 1572655 - [devtools] Make FontsHighlighter compatible with fission. r=devtools-reviewers,ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D222312
2024-09-17 10:28:16 +00:00
Updatebot 5bd52a5b9c Bug 1918647 - Update libjxl to v0.11.0 r=saschanaz
Differential Revision: https://phabricator.services.mozilla.com/D222104
2024-09-17 10:19:32 +00:00
Nicolas Chevobbe 6cc15139bc Bug 1916589 - Add forcedColorsOverride flag to BrowsingContext. r=emilio.
Depends on D221773

Differential Revision: https://phabricator.services.mozilla.com/D221334
2024-09-17 10:17:57 +00:00
Emilio Cobos Álvarez a59875874c Bug 1916589 - Move forced-colors computation to nsPresContext. r=nchevobbe
Untested, but something like this is what I meant above.

Differential Revision: https://phabricator.services.mozilla.com/D221773
2024-09-17 10:17:56 +00:00
Sandor Molnar 13b898da0f Backed out changeset 861f44128431 (bug 1919040) for causing perma android reftest failures. CLOSED TREE 2024-09-17 13:33:25 +03:00
Nicolas Chevobbe e2e2d53d98 Bug 1919211 - [devtools] Point to codetribute instead of devtools-only tool. r=devtools-reviewers,ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D222410
2024-09-17 10:05:20 +00:00
Debadree Chatterjee 0fcc8cbce2 Bug 1913151 - Implement %AsyncIteratorPrototype%[@@asyncDispose](). r=arai
Differential Revision: https://phabricator.services.mozilla.com/D222030
2024-09-17 09:55:08 +00:00
Sandor Molnar 3972815b45 Bug 1918107 - Update wpt @ unset-and-initial-view-transition-name.html.ini r=jgraham DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D222052
2024-09-17 09:40:56 +00:00
Olli Pettay 782910cd6b Bug 1918849 - Tweak NotifyTargetUserActivation handling, r=masayuki
This patch shouldn't change the current behavior, since the pref dom.popup.experimental is still disabled, but tweaks the
behavior and tests so that we could endable the new behavior (hopefully soon).

Differential Revision: https://phabricator.services.mozilla.com/D222201
2024-09-17 09:39:27 +00:00
Dale Harvey 76a67d3ffc Bug 1908922 - Update dedicated search button paddings to match UX spec. r=mak,desktop-theme-reviewers,urlbar-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D221026
2024-09-17 09:33:28 +00:00
Emilio Cobos Álvarez b031172ef8 Bug 1919040 - Allow choosing scales < 1.0 for SVG text. r=longsonr
This matches the previous behavior. The test in question has a
scale of 0.1 in the test, which changes our font choice and uses simpler
glyph advances.

Differential Revision: https://phabricator.services.mozilla.com/D222422
2024-09-17 09:25:24 +00:00
Mugurell f063c390a4 Bug 1917757 - Update NewApi lint suppression r=android-reviewers,sfamisa
Fix the reported Lint error when trying to uplift:
Error: The @SuppressLint annotation cannot be used on a local variable with the
lint check 'NewApi': move out to the surrounding method.

Differential Revision: https://phabricator.services.mozilla.com/D222399
2024-09-17 08:53:30 +00:00
Julien Cristau dab34077b9 Bug 1913904 - update evolve during `mach vcs-setup --update-only`. r=sheehan
Differential Revision: https://phabricator.services.mozilla.com/D219642
2024-09-17 08:49:35 +00:00
Vlad Dreghici c6402395ba Bug 1910872 - Add behavioral targeting trigger for number of devices connected r=android-reviewers,twhite,gmalekpour
Differential Revision: https://phabricator.services.mozilla.com/D221486
2024-09-17 08:43:59 +00:00
Jonatan Klemets 42bb78498d Bug 1914242 - Part 2: Update WPT test expectations for import attributes r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D222000
2024-09-17 08:25:48 +00:00
Jonatan Klemets d838025f2f Bug 1914242 - Part 1: Update WPT prefs to enable import attributes tests r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D221999
2024-09-17 08:25:48 +00:00
Jonatan Klemets f37966e2da Bug 1917899 - Check unsupported import attributes before resolving specifier r=jonco
We need to check if we have an unsupported attribute before resolving the
specifier because, according to the spec, the unknown attribute should be
reported before the invalid specifier.

Differential Revision: https://phabricator.services.mozilla.com/D221998
2024-09-17 08:25:46 +00:00
Dão Gottwald 7cd2b6b523 Bug 1918638 - [Vertical tabs] Stop clipping the tab-background shadow. r=sidebar-reviewers,tabbrowser-reviewers,sclements,kcochrane,dwalker
Differential Revision: https://phabricator.services.mozilla.com/D222209
2024-09-17 08:21:25 +00:00
Dão Gottwald ed5c86c8ca Bug 1918676 - Disable tab opening / closing animations and tab size locking in vertical mode, properly set --tab-min-width rather than overriding min-width in vertical mode, and restrict some styles to horizontal mode. r=sidebar-reviewers,desktop-theme-reviewers,tabbrowser-reviewers,emilio,kcochrane,sclements,dwalker
Differential Revision: https://phabricator.services.mozilla.com/D222202
2024-09-17 08:21:24 +00:00
Emilio Cobos Álvarez 9067a5448d Bug 1918762 - Use ElementState rather than the hover attribute to determine scrollbar hover state. r=mac-reviewers,mstange
That's what we use for painting in all platforms except macOS with
overlay scrollbars, where we make it sticky. Make the stickiness more
explicit (this also fixes the sticky state getting cleaned up too
early).

Differential Revision: https://phabricator.services.mozilla.com/D222161
2024-09-17 08:08:20 +00:00
tannal 45ff1c86c6 Bug 1917924 - Remove network.http.reject_NULs_in_response_header_values pref. r=necko-reviewers,gregp,valentin
Differential Revision: https://phabricator.services.mozilla.com/D222271
2024-09-17 07:12:44 +00:00
oana.horvath 6f6b4ffe96 Bug 1918987 - Isolate network-disabling tests to API 34 r=ajoltan
Try run https://treeherder.mozilla.org/jobs?repo=try&revision=cbf5b1130bfb67f7eceba33ed3684496328f69f4

Marks network-disabling tests to run only on the experimental config, on the API 34 device, to continue monitoring network issues if they're device-specific or something with our current implementation.

Differential Revision: https://phabricator.services.mozilla.com/D222262
2024-09-17 07:08:17 +00:00
Mozilla Releng Treescript e7be77a8d4 no bug - Bumping Mobile l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> 370cbff9cfa983022555ca3939fb09f722772498
an -> 370cbff9cfa983022555ca3939fb09f722772498
ar -> 370cbff9cfa983022555ca3939fb09f722772498
ast -> 370cbff9cfa983022555ca3939fb09f722772498
az -> 370cbff9cfa983022555ca3939fb09f722772498
be -> 370cbff9cfa983022555ca3939fb09f722772498
bg -> 370cbff9cfa983022555ca3939fb09f722772498
bn -> 370cbff9cfa983022555ca3939fb09f722772498
br -> 370cbff9cfa983022555ca3939fb09f722772498
bs -> 370cbff9cfa983022555ca3939fb09f722772498
ca -> 370cbff9cfa983022555ca3939fb09f722772498
cak -> 370cbff9cfa983022555ca3939fb09f722772498
cs -> 370cbff9cfa983022555ca3939fb09f722772498
cy -> 370cbff9cfa983022555ca3939fb09f722772498
da -> 370cbff9cfa983022555ca3939fb09f722772498
de -> 370cbff9cfa983022555ca3939fb09f722772498
dsb -> 370cbff9cfa983022555ca3939fb09f722772498
el -> 370cbff9cfa983022555ca3939fb09f722772498
en-CA -> 370cbff9cfa983022555ca3939fb09f722772498
en-GB -> 370cbff9cfa983022555ca3939fb09f722772498
eo -> 370cbff9cfa983022555ca3939fb09f722772498
es-AR -> 370cbff9cfa983022555ca3939fb09f722772498
es-CL -> 370cbff9cfa983022555ca3939fb09f722772498
es-ES -> 370cbff9cfa983022555ca3939fb09f722772498
es-MX -> 370cbff9cfa983022555ca3939fb09f722772498
et -> 370cbff9cfa983022555ca3939fb09f722772498
eu -> 370cbff9cfa983022555ca3939fb09f722772498
fa -> 370cbff9cfa983022555ca3939fb09f722772498
ff -> 370cbff9cfa983022555ca3939fb09f722772498
fi -> 370cbff9cfa983022555ca3939fb09f722772498
fr -> 370cbff9cfa983022555ca3939fb09f722772498
fy-NL -> 370cbff9cfa983022555ca3939fb09f722772498
ga-IE -> 370cbff9cfa983022555ca3939fb09f722772498
gd -> 370cbff9cfa983022555ca3939fb09f722772498
gl -> 370cbff9cfa983022555ca3939fb09f722772498
gn -> 370cbff9cfa983022555ca3939fb09f722772498
gu-IN -> 370cbff9cfa983022555ca3939fb09f722772498
he -> 370cbff9cfa983022555ca3939fb09f722772498
hi-IN -> 370cbff9cfa983022555ca3939fb09f722772498
hr -> 370cbff9cfa983022555ca3939fb09f722772498
hsb -> 370cbff9cfa983022555ca3939fb09f722772498
hu -> 370cbff9cfa983022555ca3939fb09f722772498
hy-AM -> 370cbff9cfa983022555ca3939fb09f722772498
ia -> 370cbff9cfa983022555ca3939fb09f722772498
id -> 370cbff9cfa983022555ca3939fb09f722772498
is -> 370cbff9cfa983022555ca3939fb09f722772498
it -> 370cbff9cfa983022555ca3939fb09f722772498
ja -> 370cbff9cfa983022555ca3939fb09f722772498
ka -> 370cbff9cfa983022555ca3939fb09f722772498
kab -> 370cbff9cfa983022555ca3939fb09f722772498
kk -> 370cbff9cfa983022555ca3939fb09f722772498
km -> 370cbff9cfa983022555ca3939fb09f722772498
kn -> 370cbff9cfa983022555ca3939fb09f722772498
ko -> 370cbff9cfa983022555ca3939fb09f722772498
lij -> 370cbff9cfa983022555ca3939fb09f722772498
lo -> 370cbff9cfa983022555ca3939fb09f722772498
lt -> 370cbff9cfa983022555ca3939fb09f722772498
ltg -> 370cbff9cfa983022555ca3939fb09f722772498
lv -> 370cbff9cfa983022555ca3939fb09f722772498
meh -> 370cbff9cfa983022555ca3939fb09f722772498
mix -> 370cbff9cfa983022555ca3939fb09f722772498
ml -> 370cbff9cfa983022555ca3939fb09f722772498
mr -> 370cbff9cfa983022555ca3939fb09f722772498
ms -> 370cbff9cfa983022555ca3939fb09f722772498
my -> 370cbff9cfa983022555ca3939fb09f722772498
nb-NO -> 370cbff9cfa983022555ca3939fb09f722772498
ne-NP -> 370cbff9cfa983022555ca3939fb09f722772498
nl -> 370cbff9cfa983022555ca3939fb09f722772498
nn-NO -> 370cbff9cfa983022555ca3939fb09f722772498
oc -> 370cbff9cfa983022555ca3939fb09f722772498
pa-IN -> 370cbff9cfa983022555ca3939fb09f722772498
pl -> 370cbff9cfa983022555ca3939fb09f722772498
pt-BR -> 370cbff9cfa983022555ca3939fb09f722772498
pt-PT -> 370cbff9cfa983022555ca3939fb09f722772498
rm -> 370cbff9cfa983022555ca3939fb09f722772498
ro -> 370cbff9cfa983022555ca3939fb09f722772498
ru -> 370cbff9cfa983022555ca3939fb09f722772498
sk -> 370cbff9cfa983022555ca3939fb09f722772498
sl -> 370cbff9cfa983022555ca3939fb09f722772498
son -> 370cbff9cfa983022555ca3939fb09f722772498
sq -> 370cbff9cfa983022555ca3939fb09f722772498
sr -> 370cbff9cfa983022555ca3939fb09f722772498
sv-SE -> 370cbff9cfa983022555ca3939fb09f722772498
ta -> 370cbff9cfa983022555ca3939fb09f722772498
te -> 370cbff9cfa983022555ca3939fb09f722772498
th -> 370cbff9cfa983022555ca3939fb09f722772498
tl -> 370cbff9cfa983022555ca3939fb09f722772498
tr -> 370cbff9cfa983022555ca3939fb09f722772498
trs -> 370cbff9cfa983022555ca3939fb09f722772498
uk -> 370cbff9cfa983022555ca3939fb09f722772498
ur -> 370cbff9cfa983022555ca3939fb09f722772498
uz -> 370cbff9cfa983022555ca3939fb09f722772498
vi -> 370cbff9cfa983022555ca3939fb09f722772498
wo -> 370cbff9cfa983022555ca3939fb09f722772498
xh -> 370cbff9cfa983022555ca3939fb09f722772498
zam -> 370cbff9cfa983022555ca3939fb09f722772498
zh-CN -> 370cbff9cfa983022555ca3939fb09f722772498
zh-TW -> 370cbff9cfa983022555ca3939fb09f722772498
2024-09-17 07:01:35 +00:00
Mozilla Releng Treescript e4a3c88de4 no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> 370cbff9cfa983022555ca3939fb09f722772498
af -> 370cbff9cfa983022555ca3939fb09f722772498
an -> 370cbff9cfa983022555ca3939fb09f722772498
ar -> 370cbff9cfa983022555ca3939fb09f722772498
ast -> 370cbff9cfa983022555ca3939fb09f722772498
az -> 370cbff9cfa983022555ca3939fb09f722772498
be -> 370cbff9cfa983022555ca3939fb09f722772498
bg -> 370cbff9cfa983022555ca3939fb09f722772498
bn -> 370cbff9cfa983022555ca3939fb09f722772498
bo -> 370cbff9cfa983022555ca3939fb09f722772498
br -> 370cbff9cfa983022555ca3939fb09f722772498
brx -> 370cbff9cfa983022555ca3939fb09f722772498
bs -> 370cbff9cfa983022555ca3939fb09f722772498
ca -> 370cbff9cfa983022555ca3939fb09f722772498
ca-valencia -> 370cbff9cfa983022555ca3939fb09f722772498
cak -> 370cbff9cfa983022555ca3939fb09f722772498
ckb -> 370cbff9cfa983022555ca3939fb09f722772498
cs -> 370cbff9cfa983022555ca3939fb09f722772498
cy -> 370cbff9cfa983022555ca3939fb09f722772498
da -> 370cbff9cfa983022555ca3939fb09f722772498
de -> 370cbff9cfa983022555ca3939fb09f722772498
dsb -> 370cbff9cfa983022555ca3939fb09f722772498
el -> 370cbff9cfa983022555ca3939fb09f722772498
en-CA -> 370cbff9cfa983022555ca3939fb09f722772498
en-GB -> 370cbff9cfa983022555ca3939fb09f722772498
eo -> 370cbff9cfa983022555ca3939fb09f722772498
es-AR -> 370cbff9cfa983022555ca3939fb09f722772498
es-CL -> 370cbff9cfa983022555ca3939fb09f722772498
es-ES -> 370cbff9cfa983022555ca3939fb09f722772498
es-MX -> 370cbff9cfa983022555ca3939fb09f722772498
et -> 370cbff9cfa983022555ca3939fb09f722772498
eu -> 370cbff9cfa983022555ca3939fb09f722772498
fa -> 370cbff9cfa983022555ca3939fb09f722772498
ff -> 370cbff9cfa983022555ca3939fb09f722772498
fi -> 370cbff9cfa983022555ca3939fb09f722772498
fr -> 370cbff9cfa983022555ca3939fb09f722772498
fur -> 370cbff9cfa983022555ca3939fb09f722772498
fy-NL -> 370cbff9cfa983022555ca3939fb09f722772498
ga-IE -> 370cbff9cfa983022555ca3939fb09f722772498
gd -> 370cbff9cfa983022555ca3939fb09f722772498
gl -> 370cbff9cfa983022555ca3939fb09f722772498
gn -> 370cbff9cfa983022555ca3939fb09f722772498
gu-IN -> 370cbff9cfa983022555ca3939fb09f722772498
he -> 370cbff9cfa983022555ca3939fb09f722772498
hi-IN -> 370cbff9cfa983022555ca3939fb09f722772498
hr -> 370cbff9cfa983022555ca3939fb09f722772498
hsb -> 370cbff9cfa983022555ca3939fb09f722772498
hu -> 370cbff9cfa983022555ca3939fb09f722772498
hy-AM -> 370cbff9cfa983022555ca3939fb09f722772498
hye -> 370cbff9cfa983022555ca3939fb09f722772498
ia -> 370cbff9cfa983022555ca3939fb09f722772498
id -> 370cbff9cfa983022555ca3939fb09f722772498
is -> 370cbff9cfa983022555ca3939fb09f722772498
it -> 370cbff9cfa983022555ca3939fb09f722772498
ja -> 370cbff9cfa983022555ca3939fb09f722772498
ja-JP-mac -> 370cbff9cfa983022555ca3939fb09f722772498
ka -> 370cbff9cfa983022555ca3939fb09f722772498
kab -> 370cbff9cfa983022555ca3939fb09f722772498
kk -> 370cbff9cfa983022555ca3939fb09f722772498
km -> 370cbff9cfa983022555ca3939fb09f722772498
kn -> 370cbff9cfa983022555ca3939fb09f722772498
ko -> 370cbff9cfa983022555ca3939fb09f722772498
lij -> 370cbff9cfa983022555ca3939fb09f722772498
lo -> 370cbff9cfa983022555ca3939fb09f722772498
lt -> 370cbff9cfa983022555ca3939fb09f722772498
ltg -> 370cbff9cfa983022555ca3939fb09f722772498
lv -> 370cbff9cfa983022555ca3939fb09f722772498
meh -> 370cbff9cfa983022555ca3939fb09f722772498
mk -> 370cbff9cfa983022555ca3939fb09f722772498
mr -> 370cbff9cfa983022555ca3939fb09f722772498
ms -> 370cbff9cfa983022555ca3939fb09f722772498
my -> 370cbff9cfa983022555ca3939fb09f722772498
nb-NO -> 370cbff9cfa983022555ca3939fb09f722772498
ne-NP -> 370cbff9cfa983022555ca3939fb09f722772498
nl -> 370cbff9cfa983022555ca3939fb09f722772498
nn-NO -> 370cbff9cfa983022555ca3939fb09f722772498
oc -> 370cbff9cfa983022555ca3939fb09f722772498
pa-IN -> 370cbff9cfa983022555ca3939fb09f722772498
pl -> 370cbff9cfa983022555ca3939fb09f722772498
pt-BR -> 370cbff9cfa983022555ca3939fb09f722772498
pt-PT -> 370cbff9cfa983022555ca3939fb09f722772498
rm -> 370cbff9cfa983022555ca3939fb09f722772498
ro -> 370cbff9cfa983022555ca3939fb09f722772498
ru -> 370cbff9cfa983022555ca3939fb09f722772498
sat -> 370cbff9cfa983022555ca3939fb09f722772498
sc -> 370cbff9cfa983022555ca3939fb09f722772498
scn -> 370cbff9cfa983022555ca3939fb09f722772498
sco -> 370cbff9cfa983022555ca3939fb09f722772498
si -> 370cbff9cfa983022555ca3939fb09f722772498
sk -> 370cbff9cfa983022555ca3939fb09f722772498
skr -> 370cbff9cfa983022555ca3939fb09f722772498
sl -> 370cbff9cfa983022555ca3939fb09f722772498
son -> 370cbff9cfa983022555ca3939fb09f722772498
sq -> 370cbff9cfa983022555ca3939fb09f722772498
sr -> 370cbff9cfa983022555ca3939fb09f722772498
sv-SE -> 370cbff9cfa983022555ca3939fb09f722772498
szl -> 370cbff9cfa983022555ca3939fb09f722772498
ta -> 370cbff9cfa983022555ca3939fb09f722772498
te -> 370cbff9cfa983022555ca3939fb09f722772498
tg -> 370cbff9cfa983022555ca3939fb09f722772498
th -> 370cbff9cfa983022555ca3939fb09f722772498
tl -> 370cbff9cfa983022555ca3939fb09f722772498
tr -> 370cbff9cfa983022555ca3939fb09f722772498
trs -> 370cbff9cfa983022555ca3939fb09f722772498
uk -> 370cbff9cfa983022555ca3939fb09f722772498
ur -> 370cbff9cfa983022555ca3939fb09f722772498
uz -> 370cbff9cfa983022555ca3939fb09f722772498
vi -> 370cbff9cfa983022555ca3939fb09f722772498
wo -> 370cbff9cfa983022555ca3939fb09f722772498
xh -> 370cbff9cfa983022555ca3939fb09f722772498
zh-CN -> 370cbff9cfa983022555ca3939fb09f722772498
zh-TW -> 370cbff9cfa983022555ca3939fb09f722772498
2024-09-17 07:01:29 +00:00
Sylvestre Ledru 05a50bfc19 Bug 1919088 - mozharness: remove the author name r=jlorenzo DONTBUILD
It isn't something that we do currently at Mozilla
Author information can be found in the VCS blame.

Differential Revision: https://phabricator.services.mozilla.com/D222314
2024-09-17 06:46:04 +00:00
iorgamgabriel 56c4d25e32 Bug 1909149 - [Menu Redesign] Implement accessibility reading order in the save submenu r=android-reviewers,ohall
Differential Revision: https://phabricator.services.mozilla.com/D222097
2024-09-17 06:11:59 +00:00
AndiAJ 9bfe9cf4ba Bug 1919003 - Fix verifyVideoPlaybackSystemNotificationTest and verifyAudioPlaybackSystemNotificationTest UI tests on API 34 r=ohorvath
Made a change in the way we check that the system notification doesn't exist.

The UI tests successfully passed 25x on both API 30 and API 34. 

Differential Revision: https://phabricator.services.mozilla.com/D222272
2024-09-17 06:09:29 +00:00