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

926941 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey 90ded5b6df Bug 1911714 - Enable sccache on base-toolchains-clang tasks. r=firefox-build-system-reviewers,sergesanspaille
It was disabled in bug 1525760 because of https://github.com/rust-lang/rust/issues/58393
but since then we actually implemented a workaround (in bug 1601704)

That workaround, however, is also needed on the newly added
crashreporter crate.

Ironically, if these tasks had had sccache enabled in the first place,
bug 1911513 wouldn't have been caught.

Differential Revision: https://phabricator.services.mozilla.com/D218611
2024-08-07 01:39:52 +00:00
Mike Hommey 4cbd3256d4 Bug 1911708 - Add missing serde feature to hex that gets pulled in via gkrust-gtest. r=firefox-build-system-reviewers,sergesanspaille
Also enable the default feature for indexmap.

Differential Revision: https://phabricator.services.mozilla.com/D218609
2024-08-07 01:38:17 +00:00
Mike Hommey 9dc561524d Bug 1910056 - Change the windows-rs hack to be more future proof. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D218009
2024-08-07 00:33:44 +00:00
Fatih 2983c483d9 Bug 1904964: Collect audio device information lighter. r=media-playback-reviewers,padenot
Differential Revision: https://phabricator.services.mozilla.com/D215031
2024-08-07 00:31:46 +00:00
Fatih 7670d63768 Bug 1900828: Collect test canvas software renderings. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D212714
2024-08-07 00:31:45 +00:00
Tom Ritter ca7ffe0a4f Bug 1899874: Plumb forceSoftwareRendering down the stack. r=jgilbert
willReadFrequently already implies this; however that can't
be enabled on Windows. We can use our own attribute to control
the value as it plumbs into the depths of Canvas2D and WebGL

Differential Revision: https://phabricator.services.mozilla.com/D212178
2024-08-07 00:31:45 +00:00
Tom Ritter e785cc4053 Bug 1899874: Add a privileged forceSoftwareRendering attribute to Canvas Attributes. r=jgilbert,webidl,smaug
willReadFrequently does basically what we want for Canvas2D;
however it won't work on Windows _and_ it doesn't exist for WebGL

So we will just add our own (privileged) attribute we can set

Differential Revision: https://phabricator.services.mozilla.com/D212177
2024-08-07 00:31:45 +00:00
Mozilla Releng Treescript eb3c2e643b no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-08-07 00:23:42 +00:00
Emilio Cobos Álvarez ad68594652 Bug 1911605 - Make insertion into non-picture elements not a relevant mutation. r=smaug
This seems to be what Blink does in this case. Added some tests.

Differential Revision: https://phabricator.services.mozilla.com/D218570
2024-08-06 23:38:25 +00:00
sotaro 1549859da8 Bug 1911237 - Disable SurfaceDescriptorD3D10 fast path of CanvasRenderingContext2D::DrawImage() with remote Canvas2d r=gfx-reviewers,lsalzman
STR of Bug 1911237 caused different flickering on different GPUs.  It is better to disable the SurfaceDescriptorD3D10  video rendering optimization of CanvasRenderingContext2D::DrawImage() for now. Though it causes huge performance regression.

Differential Revision: https://phabricator.services.mozilla.com/D218631
2024-08-06 23:18:34 +00:00
Yanis Lagha a3e0575036 Bug 1910167 - Deleted nsIASN1Tree.idl unused file. r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D218687
2024-08-06 22:53:39 +00:00
Roger Yang 807e7e5897 Bug 1911145 - Always enable privacy mask badge on the tabs tray button r=android-reviewers,petru
Differential Revision: https://phabricator.services.mozilla.com/D218438
2024-08-06 22:28:34 +00:00
Mike Hommey cbef80b116 Bug 1911513 - Avoid base include flags spreading to the cc crate, crashreporter edition. r=firefox-build-system-reviewers,sergesanspaille
This is extending what was done in bug 1868980 to apply to the crashreporter
crate that was recently added.

Differential Revision: https://phabricator.services.mozilla.com/D218610
2024-08-06 22:20:36 +00:00
Noah Bond 47e6c830da Bug 1906528 - Fix restoration location of tabs restored from disk r=android-reviewers,calu
Differential Revision: https://phabricator.services.mozilla.com/D218581
2024-08-06 21:54:32 +00:00
Rob Wu 9a530984b1 Bug 1825943 - Remove unused MozContentPolicyType::fetch in ChannelWrapper r=rpl
MozContentPolicyType::fetch was never used nor exposed. "fetch" requests
have always mapped to "xmlhttprequest".

Differential Revision: https://phabricator.services.mozilla.com/D174511
2024-08-06 21:49:18 +00:00
Rob Wu c1a53cbf61 Bug 1825943 - Update comments in ChannelWrapper.webidl r=rpl
- All channels have a loadInfo (since bug 1528677)
- outerWindowID replaced with browsingContextId in bug 1580764
- Fix indentation of multi-line method definitions; these became
  unaligned after replacing "void" with "undefined" in bug 1659158.
- Document::AncestorPrincipals does not exist, refer to nsILoadInfo.

Differential Revision: https://phabricator.services.mozilla.com/D174510
2024-08-06 21:49:17 +00:00
Rob Wu 8dd6308e21 Bug 1825882 - Remove (now) unused ChannelWrapper::IsSystemLoad r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D174509
2024-08-06 21:49:17 +00:00
Rob Wu bd5d0e5ff6 Bug 1825882 - Replace IsSystemLoad() with CanModify() in ChannelWrapper r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D174508
2024-08-06 21:49:17 +00:00
Rob Wu 07c3b54a33 Bug 1825882 - Remove redundant canModify checks from WebRequest.sys.mjs r=rpl
See the bug for an explanation on why these checks are redundant.
In short, ChannelWrapper::Matches already covers the checks.

Differential Revision: https://phabricator.services.mozilla.com/D174507
2024-08-06 21:49:16 +00:00
Narcis Beleuzu e754b43836 Backed out 3 changesets (bug 1911476) for Doc failure on ExtensionContent.sys . CLOSED TREE
Backed out changeset 7b9ecfe3dbd7 (bug 1911476)
Backed out changeset 572021f43119 (bug 1911476)
Backed out changeset 902189c3c03b (bug 1911476)
2024-08-07 01:12:26 +03:00
Narcis Beleuzu f1d110fa32 Backed out changeset 393ab27c060b (bug 1906744) for Hazard bustages on Localization.cpp 2024-08-07 00:57:51 +03:00
Daisuke Akatsuka 501ed2bbfe Bug 1910338: Remove PlacesUIUtils.loadFavicon() function r=places-reviewers,mak
Differential Revision: https://phabricator.services.mozilla.com/D218041
2024-08-06 21:36:19 +00:00
Daisuke Akatsuka 3c9b3372cc Bug 1910338: Only store favicons having data URL r=mak
Differential Revision: https://phabricator.services.mozilla.com/D218040
2024-08-06 21:36:19 +00:00
Gabriel Luong 1c9a88b245 Bug 1907370 - Remove browser-toolbar2 r=android-reviewers,Roger
Differential Revision: https://phabricator.services.mozilla.com/D216316
2024-08-06 21:33:09 +00:00
Mike Kaply b58128c3d5 Bug 1911826 - Update UserMessaging policy for Firefox Labs. r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D218651
2024-08-06 20:26:40 +00:00
Narcis Beleuzu 0fb8ac8e50 Backed out changeset de9fbd4835b7 (bug 1900668) for mochitest leakchecks. CLOSED TREE 2024-08-06 23:53:19 +03:00
Emilio Cobos Álvarez 55d90439fb Bug 1905646 - Don't trigger src="" load sync if there's no current request. r=smaug
Seems to match what other browsers do. Other browsers seem to fire
events at random some of the time tho, fun stuff as usual.

Differential Revision: https://phabricator.services.mozilla.com/D218603
2024-08-06 20:04:27 +00:00
Mike Hommey 5d38712a28 Bug 1910501 - Update taskgraph vendor to v10.0.2. r=taskgraph-reviewers,mach-reviewers,bhearsum,ahal
Differential Revision: https://phabricator.services.mozilla.com/D218586
2024-08-06 20:02:44 +00:00
Nico Grunbaum 054a814d51 Bug 1911869 - add missing aom_codec_enc_config_set symbol to gkcodecs.symbols;r=chunmin
Differential Revision: https://phabricator.services.mozilla.com/D218660
2024-08-06 19:53:19 +00:00
Lee Salzman 5fb5adce60 Bug 1910138 - Re-enable Direct2D on Windows nightly. r=jrmuizel
Temporarily re-enabling Direct2D on Windows nightly to address some bugs before
we re-enable this.

Differential Revision: https://phabricator.services.mozilla.com/D218664
2024-08-06 19:32:30 +00:00
Tomislav Jovanovic bd11e6fed7 Bug 1911476 - Fix extension types after latest ts declarations r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D218505
2024-08-06 18:42:19 +00:00
Tomislav Jovanovic f4ba248029 Bug 1911476 - Fix nsIScriptError initialization r=geckoview-reviewers,emilio,m_kato
This was regressed/missed in bug 1910698, cought by ts check in
extensions code, and I also fixed a couple other places.

Differential Revision: https://phabricator.services.mozilla.com/D218504
2024-08-06 18:42:18 +00:00
Tomislav Jovanovic eccbccd217 Bug 1911476 - Enable basic IDE types support in toolkit/ and browser/ r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D218503
2024-08-06 18:42:17 +00:00
Eitan Isaacson 17d06ccb0d Bug 1900668 - Use GDBusProxy for platform a11y enabled check. r=Jamie
Also, listen for changes in IsEnabled property.

Differential Revision: https://phabricator.services.mozilla.com/D212593
2024-08-06 18:36:11 +00:00
Boris Chiou 5d0121968c Bug 1804574 - Part 2: Fix the normalized iteration duration for scroll animations. r=layout-reviewers,emilio
So we can run scroll animation with `animation-duration:auto`.

Note that the active duration is still 0s (when calling
`AnimationEffect::getComputedTiming()`) because we haven't changed our time
type from double [1] to CSSNumberish [2] (Bug 1762238).

[1] https://drafts.csswg.org/web-animations-1/#the-computedeffecttiming-dictionary
[2] https://drafts.csswg.org/web-animations-2/#the-computedeffecttiming-dictionary

Differential Revision: https://phabricator.services.mozilla.com/D217872
2024-08-06 18:23:14 +00:00
Boris Chiou b17423ff3b Bug 1804574 - Part 1: Add auto to animation-duration longhand. r=firefox-style-system-reviewers,layout-reviewers,emilio
Also, in order to backwards-compatibility with Level 1, we have to
serialize auto as 0s for getComputedStyle in some cases, which depend on
the value of animation-timeline.

Differential Revision: https://phabricator.services.mozilla.com/D217871
2024-08-06 18:23:14 +00:00
Fatih 7aa1a52024 Bug 1899736: Use MediaManager::AnonymizeDevices for MediaDevices RFP target. r=timhuang
This patch will
- Remove the use the of MediaEngineFake by RFPTarget::MediaDevices.
- Make all the devices of each kind have the same id.
- Allow facing mode constraint on mobile devices.
- Disable origin key persistence if RFPTarget::MediaDevices is enabled.

Differential Revision: https://phabricator.services.mozilla.com/D215670
2024-08-06 18:22:47 +00:00
Stephen Thompson 6c1381ca4b Bug 1901308 - Show profile backup errors and keep modals open r=backup-reviewers,fluent-reviewers,firefox-desktop-core-reviewers ,mconley,bolsson
Currently, clicking "confirm" buttons on modals in the profile backup settings menu will always close the modals regardless of whether the operation succeeded or failed. In the case of errors, users don't know that something went wrong. It's better to keep the modals open and display an error so that the user knows what to do next and can try to fix the issue, if applicable.

Differential Revision: https://phabricator.services.mozilla.com/D218358
2024-08-06 18:21:16 +00:00
Alex Franchuk ab8fa1ab81 Bug 1454819 - Simplify SharedMemory classes r=ipc-reviewers,nika
Differential Revision: https://phabricator.services.mozilla.com/D217487
2024-08-06 18:16:08 +00:00
Narcis Beleuzu 1f68e6ad0c Backed out 9 changesets (bug 1880805, bug 1880792) for gradle-dependencies TL bustages. CLOSED TREE
Backed out changeset f94e6acf0cd3 (bug 1880805)
Backed out changeset 22e14524bf1f (bug 1880805)
Backed out changeset 774b263652b5 (bug 1880805)
Backed out changeset 77fe8fb48620 (bug 1880805)
Backed out changeset 3ae77f91197e (bug 1880805)
Backed out changeset 1ffaa88f56da (bug 1880805)
Backed out changeset 1dee3246c6a2 (bug 1880805)
Backed out changeset 9abb09c562ef (bug 1880792)
Backed out changeset 24a1c7a574c4 (bug 1880792)
2024-08-06 22:41:06 +03:00
Mozilla Releng Treescript fe1b1a597b no bug - Bumping Mobile l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
an -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ar -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ast -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
az -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
be -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
bg -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
bn -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
br -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
bs -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ca -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
cak -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
cs -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
cy -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
da -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
de -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
dsb -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
el -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
en-CA -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
en-GB -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
eo -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
es-AR -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
es-CL -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
es-ES -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
es-MX -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
et -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
eu -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
fa -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ff -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
fi -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
fr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
fy-NL -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ga-IE -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
gd -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
gl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
gn -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
gu-IN -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
he -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hi-IN -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hsb -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hu -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hy-AM -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ia -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
id -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
is -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
it -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ja -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ka -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
kab -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
kk -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
km -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
kn -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ko -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
lij -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
lo -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
lt -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ltg -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
lv -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
meh -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
mix -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ml -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
mr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ms -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
my -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
nb-NO -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ne-NP -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
nl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
nn-NO -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
oc -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
pa-IN -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
pl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
pt-BR -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
pt-PT -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
rm -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ro -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ru -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sk -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
son -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sq -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sv-SE -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ta -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
te -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
th -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
tl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
tr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
trs -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
uk -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ur -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
uz -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
vi -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
wo -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
xh -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
zam -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
zh-CN -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
zh-TW -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
2024-08-06 19:00:52 +00:00
Mozilla Releng Treescript c60c376a0f no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
af -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
an -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ar -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ast -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
az -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
be -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
bg -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
bn -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
bo -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
br -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
brx -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
bs -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ca -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ca-valencia -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
cak -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ckb -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
cs -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
cy -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
da -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
de -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
dsb -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
el -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
en-CA -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
en-GB -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
eo -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
es-AR -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
es-CL -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
es-ES -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
es-MX -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
et -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
eu -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
fa -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ff -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
fi -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
fr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
fur -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
fy-NL -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ga-IE -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
gd -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
gl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
gn -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
gu-IN -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
he -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hi-IN -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hsb -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hu -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hy-AM -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
hye -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ia -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
id -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
is -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
it -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ja -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ja-JP-mac -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ka -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
kab -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
kk -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
km -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
kn -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ko -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
lij -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
lo -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
lt -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ltg -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
lv -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
meh -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
mk -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
mr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ms -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
my -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
nb-NO -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ne-NP -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
nl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
nn-NO -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
oc -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
pa-IN -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
pl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
pt-BR -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
pt-PT -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
rm -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ro -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ru -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sat -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sc -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
scn -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sco -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
si -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sk -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
skr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
son -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sq -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
sv-SE -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
szl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ta -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
te -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
tg -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
th -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
tl -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
tr -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
trs -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
uk -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
ur -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
uz -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
vi -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
wo -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
xh -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
zh-CN -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
zh-TW -> 666d93ae8ba9ee9e2fdd92d6d51980d570306cdc
2024-08-06 19:00:46 +00:00
Narcis Beleuzu 58825dea6d Backed out 5 changesets (bug 1909346, bug 1911353, bug 1900233) for Bp bustages on ServoStyleSet.cpp . CLOSED TREE
Backed out changeset f6e3cddaa98e (bug 1911353)
Backed out changeset d8ec18178fed (bug 1900233)
Backed out changeset f6e45aa1a0f9 (bug 1909346)
Backed out changeset 7903b612930c (bug 1909346)
Backed out changeset c400d8d1a91f (bug 1900233)
2024-08-06 21:34:13 +03:00
Fatih 9429216cdb Bug 1891690: Return GMT when RFPTarget::JSDateTimeUTC is enabled. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D216411
2024-08-06 18:02:05 +00:00
Debadree Chatterjee 708e6e2ae5 Bug 1908292 - Part 3: Split up DisposeDisposables bytecode. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D218361
2024-08-06 17:53:55 +00:00
mcarare 8380a965aa Bug 1880805 - Ensure we use Kotlin's removeFirst. r=android-reviewers,gl
This would otherwise throw java.lang.NoSuchMethodError: 'java.lang.Object java.util.List.removeFirst()

Differential Revision: https://phabricator.services.mozilla.com/D217436
2024-08-06 17:38:55 +00:00
mcarare 87c60cfa48 Bug 1880805 - Suppress ComponentCallbacks2 levels deprecation. r=android-reviewers,kaya
Differential Revision: https://phabricator.services.mozilla.com/D217435
2024-08-06 17:38:55 +00:00
mcarare 6ac91e5519 Bug 1880805 - Suppress Slice deprecation. r=android-reviewers,gl
Differential Revision: https://phabricator.services.mozilla.com/D217434
2024-08-06 17:38:54 +00:00
mcarare 41edf5f64e Bug 1880805 - Handle Window methods deprecation. r=android-reviewers,avirvara
Differential Revision: https://phabricator.services.mozilla.com/D217433
2024-08-06 17:38:54 +00:00
mcarare 9c8af7b7e0 Bug 1880805 - Handle WebSettings.databaseEnabled deprecation. r=android-reviewers,petru
Differential Revision: https://phabricator.services.mozilla.com/D217432
2024-08-06 17:38:53 +00:00