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

938929 Коммитов

Автор SHA1 Сообщение Дата
Eitan Isaacson 7d97cea358 Bug 1440950 - Remove unslotted subtree even when its root has no accessible. r=nlapre
Differential Revision: https://phabricator.services.mozilla.com/D228101
2024-11-06 22:31:09 +00:00
Simon Friedberger 7f7ad207fa Bug 1929571: change PSL branch from master to main, r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D228176
2024-11-06 22:01:37 +00:00
Goloman Adrian 8b9e129a4b Backed out changeset fe24b8ac5257 (bug 1929626) for causing build bustages @StackArena.cpp. CLOSED TREE 2024-11-07 01:28:24 +02:00
Mark Striemer 2a2fd3c3f0 Bug 1847936 - Round out radio focusring r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D227719
2024-11-06 21:36:52 +00:00
Erich Gubler 65da1f2489 Bug 1927077 - refactor(webgpu): `cargo +1.82.0 fix --clippy` in CTS re-vendoring bin. r=webgpu-reviewers,nical
Differential Revision: https://phabricator.services.mozilla.com/D228168
2024-11-06 21:33:45 +00:00
Edwyn Zhou 7a55731da0 Bug 1926989 - Fixed typo in pref dom.security.https_first_add_exception_on_failiure. r=valentin,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D228219
2024-11-06 21:31:18 +00:00
KS 0555343742 Bug 1922364 - remove loadtime metric in tp6-bench r=perftest-reviewers,sparky
The loadtime metric has not been to useful so let's remove it

Differential Revision: https://phabricator.services.mozilla.com/D227754
2024-11-06 21:18:52 +00:00
Mike Conley b83cb41f85 Bug 1924095 - Don't regenerate backups when cookies are removed by the site. r=backup-reviewers,sthompson
Differential Revision: https://phabricator.services.mozilla.com/D227865
2024-11-06 21:18:18 +00:00
longsonr 7b5285c7fa Bug 1929626 - Remove more uses/includes of nsAlgorithm.h r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D228203
2024-11-06 21:15:52 +00:00
Sean d2055dd0d4 Bug 1929622 - Handle missing device_headers in Microsoft Entra SSO cookies r=kershaw,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D228200
2024-11-06 21:03:16 +00:00
Edgar Chen 4fe0b5ca19 Bug 1928340 - Prevent unexpected pointer lock release from the parent process; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D228097
2024-11-06 20:59:35 +00:00
Edgar Chen 386c1d3df8 Bug 1928340 - Add some log for pointer lock; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D228090
2024-11-06 20:59:35 +00:00
Goloman Adrian f3a6fdd86a Backed out 3 changesets (bug 1929483) for causing build bustages @wgpu_ffi_generated.h.stub. CLOSED TREE
Backed out changeset d7135f84903e (bug 1929483)
Backed out changeset c0018aee81d9 (bug 1929483)
Backed out changeset fc17d046ad1e (bug 1929483)
2024-11-06 23:07:07 +02:00
Ben Dean-Kawamura c7f810e287 Bug 1929650 - Remote Settings Client doc fixes, r=bgruber
Differential Revision: https://phabricator.services.mozilla.com/D228220
2024-11-06 20:45:14 +00:00
Erich Gubler 398473a13b Bug 1929483 - refactor(webgpu): `match` now-accessible `CommandEncoderError` variants in `HasErrorType` impl. r=webgpu-reviewers,nical
Differential Revision: https://phabricator.services.mozilla.com/D228102
2024-11-06 20:30:10 +00:00
Erich Gubler 37e0e1ba0a Bug 1929483 - build(rust): update `thiserror` 1.0.66 → 1.0.68 r=supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D228140
2024-11-06 20:30:09 +00:00
Erich Gubler d8087ee9ba Bug 1929483 - build(rust): update `syn` to 2.0.86 → 2.0.87 r=supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D228139
2024-11-06 20:30:09 +00:00
Kagami Sascha Rosylight 9012dca3d0 Bug 1929656 - Move widget/metrics.yaml back to gecko_metrics r=chutten
All widget/metrics.yaml items are currently from nsXPLookAndFeel which is also implemented for Android.

Differential Revision: https://phabricator.services.mozilla.com/D228228
2024-11-06 20:24:10 +00:00
Niklas Baumgardner 88a07f4baa Bug 1926946 - Add special case for setting theme to system deault in SelectableProfileService. r=jhirsch,emilio
Differential Revision: https://phabricator.services.mozilla.com/D226818
2024-11-06 20:14:04 +00:00
Niklas Baumgardner 398b14c816 Bug 1926593 - Store themeId in profiles db instead of themeL10nId. r=jhirsch,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D226954
2024-11-06 20:14:04 +00:00
Shane Hughes 1735863c62 Bug 1927502 - Add multi-message doc for firefox-source-docs. r=omc-reviewers,pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D227122
2024-11-06 19:42:34 +00:00
Jon Coppeard 7a05ab29e6 Bug 1929431 - Make SortedArenaList::restoreFromArenaList use the same bucket order as convertToArenaList r=sfink
This pair of methods join the sorted lists into a single list and then restore
the individual lists by rememebering where each list previously ended. However
currently the lists are restored in a differnt order which is going to cause
problems.

The patch fixes this and adds a bunch more assertions to the list management
code.

It turns out that this feature has very little test coverage so I also wrote
some test code to exercise this.

Differential Revision: https://phabricator.services.mozilla.com/D228169
2024-11-06 19:31:04 +00:00
Nathan LaPre 7b9ea40356 Bug 1901461 - Part 2: Implement UIA_AnnotationTypesAttributeId, r=Jamie
This revision implements the annotation types attribute and a few of its
associated annotation types. Namely, implemented here are SpellingError,
GrammarError, DataValidationError, and Highlighted. This revision also
implements tests for this new functionality.

Differential Revision: https://phabricator.services.mozilla.com/D227893
2024-11-06 19:26:59 +00:00
Nathan LaPre 6f38de1ce9 Bug 1901461 - Part 1: Implement ITextRangeProvider::GetAttributeValue, r=Jamie
This revision implements GetAttributeValue on UiaTextRange. It does not add
support for every UIA text attribute, but does implement eight and lays the
groundwork to implement the rest. To keep GetAttributeValue straightforward, it
mainly contains a switch statement that dispatches a templated GetAttribute
function which makes use of an templated AttributeTraits struct to determine
whether the text attribute is uniform throughout the text range. Finally, this
revision adds a bunch of tests for this new functionality.

Differential Revision: https://phabricator.services.mozilla.com/D227765
2024-11-06 19:26:58 +00:00
Ray Kraesig a28c77b1e6 Bug 1924247 - [5/5] Disable scrollwheel-message hack via new pref r=masayuki
Bug 658194 introduced a hack wherein scroll messages would be extracted
from the thread's message queue early, posted back to the queue under a
different message-ID, and then immediately reextracted for processing by
the target nsWindow.

This was intended to avoid deadlocks induced by some NPAPI plugins
running in the plugin-container process.  However, we don't support
NPAPI plugins at all anymore, so this should no longer be necessary.

The key word in that sentence is, of course, "should". Instead of
outright removing the hack, for now we just introduce an alternate
processing path avoiding it, and make its use dependent on a pref
(defaulted to use the new path).

Differential Revision: https://phabricator.services.mozilla.com/D226268
2024-11-06 19:14:45 +00:00
Ray Kraesig b145b9d0e9 Bug 1924247 - [4/5] Factor window-identification out of ProcessNativeMouseWheelMessage r=masayuki
Extract the component of `ProcessNativeMouseWheelMessage` which identifies
the adjusted target window, for use in the alternative event flow in the
next commit.

No functional changes.

Differential Revision: https://phabricator.services.mozilla.com/D226732
2024-11-06 19:14:45 +00:00
Ray Kraesig 55c90a17f0 Bug 1924247 - [3/5] Remove plugin-window case from mousewheel handler r=masayuki
We no longer have any plugins that accept mouse inputs. Remove the
plugin-handling case from ProcessNativeMouseWheelMessage, in preparation
for a refactor.

Differential Revision: https://phabricator.services.mozilla.com/D226860
2024-11-06 19:14:44 +00:00
Ray Kraesig fca3c6a755 Bug 1924247 - [2/5] Tidy up SynthesizedEvent, &c. r=masayuki
Clean up MouseScrollHandler::SynthesizedEvent:
  - Since this is a private local class, move it into the .cpp file, to
    minimize the number of compilation units that need to parse it.
  - Explicitly check `mSynthesizingEvent` for validity BEFORE calling
    nonstatic member functions. (Previously this code would call through
    `nullptr` as part of normal operation!)
  - Use `UniquePtr` in preference to explicit `new` and `delete`.

Additionally:
  - At the end of the file, undo the #define-poisoning of
    `GetMessagePos` to allow WinMouseScrollHandler.cpp to be used in
    unified builds. Adjust `moz.build` accordingly.
  - Remove a now-unnecessary kungFuDeathGrip. (The event-object
    immediately afterwards also holds a strong reference.)

No functional changes.

Differential Revision: https://phabricator.services.mozilla.com/D226267
2024-11-06 19:14:44 +00:00
Ray Kraesig 3306264afd Bug 1924247 - [1/5] Fix WM_MOUSEHWHEEL return code r=masayuki
The semantics of the old technically-third-party MSH_MOUSEWHEEL message
were different from that of the modern WM_MOUSEWHEEL. [1] Unfortunately,
when we updated the scroll-wheel code back in Firefox 1.8/2.0, we copied
the MSH_MOUSEWHEEL semantics over into the WM_MOUSEWHEEL code. (See bug
347875.)

This has probably never caused issues, but we might as well fix it.

[1] https://devblogs.microsoft.com/oldnewthing/20080806-00/?p=21353

Differential Revision: https://phabricator.services.mozilla.com/D226266
2024-11-06 19:14:43 +00:00
John Bieling 6513063f3b Bug 1929581 - Partially disable downloadExtrasNotFirefox.js due to toolkit issues. r=nalexander,application-update-reviewers
A detailed analysis how this test fails for Thunderbird, why we cannot
fix it and why we request to disable it, can be found at
https://bugzilla.mozilla.org/show_bug.cgi?id=1928636#c8

Differential Revision: https://phabricator.services.mozilla.com/D228188
2024-11-06 19:12:01 +00:00
Andrew Halberstadt 09d19b515b Bug 1928709 - Remove 'cram' test harness from the tree, r=jmaher,mach-reviewers,ahochheiden
This is no longer being used and the upstream project is unmaintained.

Differential Revision: https://phabricator.services.mozilla.com/D227869
2024-11-06 19:03:16 +00:00
Andrew Halberstadt d161130b46 Bug 1928709 - Remove build/tests/cram, r=firefox-build-system-reviewers,ahochheiden,nalexander
This is being removed because:
1. It it the last remaining cram test in-tree
2. It doesn't run in any CI tasks
3. It doesn't appear to be a particularly high value test

Once this is removed, the cramtest harness can also be removed.

Differential Revision: https://phabricator.services.mozilla.com/D227868
2024-11-06 19:03:15 +00:00
Andrew Halberstadt 099b9cc785 Bug 1928709 - Convert tryselect cram tests to python tests, r=jmaher
The cram tests are slow to run and difficult to maintain. There's also
nothing they offer that we can't accomplish with pytest.

Finally, the later commits in this stack are going to break the
mechanism we were using to mock the expected results (it was relying on
tryselects caching mechanism). Rather than attempting to fix this, just
convert the tests to pytest.

Differential Revision: https://phabricator.services.mozilla.com/D227704
2024-11-06 19:03:15 +00:00
Andrew Halberstadt 1be9df47d2 Bug 1928697 - [mach] Fix bug restoring parser defaults in Registrar.dispatch, r=mach-reviewers,ahochheiden
Wow, this one was fun to debug. I was attempting to write some Python
tests that wrap around mach.run and then validate the output (in order
to get rid of our cramtest framework). But I had an issue where any
tests that ran after an earlier test, would have the wrong arguments
set. It turns out that the earlier test hits a code path that calls into
Registrar.dispatch(). And this method is supposed to temporarily mutate
the defaults of the argument parser:
https://searchfox.org/mozilla-central/rev/0d0eef18ea91e38ddfb82a1ac5d6560a146da5c0/python/mach/mach/registrar.py#185

The problem is that it doesn't properly restore state. This is because
ArgumentParser.set_defaults mutates both, parser._defaults as well as
parser._actions (which themselves can have a default). So we need to
restore both of those. We also need to use deepcopy rather than copy or
it doesn't work. And for good measure I threw both of them into a
finally block in case parsing the arguments raises an exception that
would get caught and handled downstream (e.g a test that is testing
invalid arguments).

Differential Revision: https://phabricator.services.mozilla.com/D227679
2024-11-06 19:03:14 +00:00
Hubert Boma Manilla e6c13d15c1 Bug 1927711 - [devtools] Remove the check to disable browser_webconsole_location_logpoint_debugger_link.js r=devtools-reviewers,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D227947
2024-11-06 18:58:15 +00:00
Alex Franchuk 126ed27d56 Bug 1923657 - Add stack traces to native crash glean pings r=gsvelto,android-reviewers,Roger
Differential Revision: https://phabricator.services.mozilla.com/D226335
2024-11-06 18:39:24 +00:00
Nika Layzell a0a1368599 Bug 1927476 - Part 2: Reduce generated code for IPDL async reply handling, r=ipc-reviewers,mccr8
There was an installer size regression for macOS after the previous
change. I vaguely expect that this was in part caused by moving blocks
of duplicate IPDL serialization/deserialization logic into callback
lambdas, rather than in the larger OnMessageReceived handler function,
potentially leading to less code deduplication.

This patch moves the common parts of the IPDL message deserialization,
for the parts of the message which were serialized by IPDLResolverInner,
into the IPDLAsyncReturnsCallback class.

As a side-effect of this change, things like IPDL message ID validation
and reject case handling has also been moved to generic rather than
generated code.

Differential Revision: https://phabricator.services.mozilla.com/D228099
2024-11-06 18:36:33 +00:00
Nika Layzell 84e123fcb1 Bug 1927476 - Part 1: Switch ResolveCallback/RejectCallback to be MoveOnlyFunction, r=ipc-reviewers,mccr8
This requires a small change to the filesystem code, as the
FileSystemManager::BeginRequest signature explicitly uses the type
outside of IPC code.

We never need to copy the request object, so using std::function applies
unnecessary restrictions.

Differential Revision: https://phabricator.services.mozilla.com/D228098
2024-11-06 18:36:32 +00:00
Aaditya Dhingra a01fb0411e Bug 1884675 - Add fenix build task in CI r=geckoview-reviewers,nalexander,owlish
Differential Revision: https://phabricator.services.mozilla.com/D222700
2024-11-06 17:36:23 +00:00
Aaditya Dhingra 622339ba46 Bug 1894737 - Building geckoview spends time evaluating unrelated gradle projects. r=firefox-build-system-reviewers,geckoview-reviewers,android-reviewers,nalexander,ohall,jonalmeida
Add option to run specific subprojects (fenix/focus/geckoview_example) by adding one of the following to mozconfig:

```
ac_add_options --enable-android-subproject=fenix
ac_add_options --enable-android-subproject=focus
ac_add_options --enable-android-subproject=geckoview_example
```

Differential Revision: https://phabricator.services.mozilla.com/D218564
2024-11-06 17:36:23 +00:00
Goloman Adrian 2c69c8e636 Backed out 2 changesets (bug 1928412) for causing hazard build bustages @CycleCollectedJSContext. CLOSED TREE
Backed out changeset c8506e384285 (bug 1928412)
Backed out changeset 8565065b8b9a (bug 1928412)
2024-11-06 21:14:37 +02:00
Goloman Adrian 20c086f54e Backed out 3 changesets (bug 1661935) for causing xpc failures @test_subprocess.js.
Backed out changeset 620790051502 (bug 1661935)
Backed out changeset 7b10b4e274db (bug 1661935)
Backed out changeset 594beeb5e424 (bug 1661935)
2024-11-06 21:12:57 +02:00
Mozilla Releng Treescript 499ac89e77 no bug - Bumping Mobile l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> db8f2d55e785051550cfc50da6fcfbfc42b98688
an -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ar -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ast -> db8f2d55e785051550cfc50da6fcfbfc42b98688
az -> db8f2d55e785051550cfc50da6fcfbfc42b98688
be -> db8f2d55e785051550cfc50da6fcfbfc42b98688
bg -> db8f2d55e785051550cfc50da6fcfbfc42b98688
bn -> db8f2d55e785051550cfc50da6fcfbfc42b98688
br -> db8f2d55e785051550cfc50da6fcfbfc42b98688
bs -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ca -> db8f2d55e785051550cfc50da6fcfbfc42b98688
cak -> db8f2d55e785051550cfc50da6fcfbfc42b98688
cs -> db8f2d55e785051550cfc50da6fcfbfc42b98688
cy -> db8f2d55e785051550cfc50da6fcfbfc42b98688
da -> db8f2d55e785051550cfc50da6fcfbfc42b98688
de -> db8f2d55e785051550cfc50da6fcfbfc42b98688
dsb -> db8f2d55e785051550cfc50da6fcfbfc42b98688
el -> db8f2d55e785051550cfc50da6fcfbfc42b98688
en-CA -> db8f2d55e785051550cfc50da6fcfbfc42b98688
en-GB -> db8f2d55e785051550cfc50da6fcfbfc42b98688
eo -> db8f2d55e785051550cfc50da6fcfbfc42b98688
es-AR -> db8f2d55e785051550cfc50da6fcfbfc42b98688
es-CL -> db8f2d55e785051550cfc50da6fcfbfc42b98688
es-ES -> db8f2d55e785051550cfc50da6fcfbfc42b98688
es-MX -> db8f2d55e785051550cfc50da6fcfbfc42b98688
et -> db8f2d55e785051550cfc50da6fcfbfc42b98688
eu -> db8f2d55e785051550cfc50da6fcfbfc42b98688
fa -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ff -> db8f2d55e785051550cfc50da6fcfbfc42b98688
fi -> db8f2d55e785051550cfc50da6fcfbfc42b98688
fr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
fy-NL -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ga-IE -> db8f2d55e785051550cfc50da6fcfbfc42b98688
gd -> db8f2d55e785051550cfc50da6fcfbfc42b98688
gl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
gn -> db8f2d55e785051550cfc50da6fcfbfc42b98688
gu-IN -> db8f2d55e785051550cfc50da6fcfbfc42b98688
he -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hi-IN -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hsb -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hu -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hy-AM -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ia -> db8f2d55e785051550cfc50da6fcfbfc42b98688
id -> db8f2d55e785051550cfc50da6fcfbfc42b98688
is -> db8f2d55e785051550cfc50da6fcfbfc42b98688
it -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ja -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ka -> db8f2d55e785051550cfc50da6fcfbfc42b98688
kab -> db8f2d55e785051550cfc50da6fcfbfc42b98688
kk -> db8f2d55e785051550cfc50da6fcfbfc42b98688
km -> db8f2d55e785051550cfc50da6fcfbfc42b98688
kn -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ko -> db8f2d55e785051550cfc50da6fcfbfc42b98688
lij -> db8f2d55e785051550cfc50da6fcfbfc42b98688
lo -> db8f2d55e785051550cfc50da6fcfbfc42b98688
lt -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ltg -> db8f2d55e785051550cfc50da6fcfbfc42b98688
lv -> db8f2d55e785051550cfc50da6fcfbfc42b98688
meh -> db8f2d55e785051550cfc50da6fcfbfc42b98688
mix -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ml -> db8f2d55e785051550cfc50da6fcfbfc42b98688
mr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ms -> db8f2d55e785051550cfc50da6fcfbfc42b98688
my -> db8f2d55e785051550cfc50da6fcfbfc42b98688
nb-NO -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ne-NP -> db8f2d55e785051550cfc50da6fcfbfc42b98688
nl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
nn-NO -> db8f2d55e785051550cfc50da6fcfbfc42b98688
oc -> db8f2d55e785051550cfc50da6fcfbfc42b98688
pa-IN -> db8f2d55e785051550cfc50da6fcfbfc42b98688
pl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
pt-BR -> db8f2d55e785051550cfc50da6fcfbfc42b98688
pt-PT -> db8f2d55e785051550cfc50da6fcfbfc42b98688
rm -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ro -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ru -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sk -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
son -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sq -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sv-SE -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ta -> db8f2d55e785051550cfc50da6fcfbfc42b98688
te -> db8f2d55e785051550cfc50da6fcfbfc42b98688
th -> db8f2d55e785051550cfc50da6fcfbfc42b98688
tl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
tr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
trs -> db8f2d55e785051550cfc50da6fcfbfc42b98688
uk -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ur -> db8f2d55e785051550cfc50da6fcfbfc42b98688
uz -> db8f2d55e785051550cfc50da6fcfbfc42b98688
vi -> db8f2d55e785051550cfc50da6fcfbfc42b98688
wo -> db8f2d55e785051550cfc50da6fcfbfc42b98688
xh -> db8f2d55e785051550cfc50da6fcfbfc42b98688
zam -> db8f2d55e785051550cfc50da6fcfbfc42b98688
zh-CN -> db8f2d55e785051550cfc50da6fcfbfc42b98688
zh-TW -> db8f2d55e785051550cfc50da6fcfbfc42b98688
2024-11-06 19:04:18 +00:00
Mozilla Releng Treescript 6a7d7dce97 no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> db8f2d55e785051550cfc50da6fcfbfc42b98688
af -> db8f2d55e785051550cfc50da6fcfbfc42b98688
an -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ar -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ast -> db8f2d55e785051550cfc50da6fcfbfc42b98688
az -> db8f2d55e785051550cfc50da6fcfbfc42b98688
be -> db8f2d55e785051550cfc50da6fcfbfc42b98688
bg -> db8f2d55e785051550cfc50da6fcfbfc42b98688
bn -> db8f2d55e785051550cfc50da6fcfbfc42b98688
bo -> db8f2d55e785051550cfc50da6fcfbfc42b98688
br -> db8f2d55e785051550cfc50da6fcfbfc42b98688
brx -> db8f2d55e785051550cfc50da6fcfbfc42b98688
bs -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ca -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ca-valencia -> db8f2d55e785051550cfc50da6fcfbfc42b98688
cak -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ckb -> db8f2d55e785051550cfc50da6fcfbfc42b98688
cs -> db8f2d55e785051550cfc50da6fcfbfc42b98688
cy -> db8f2d55e785051550cfc50da6fcfbfc42b98688
da -> db8f2d55e785051550cfc50da6fcfbfc42b98688
de -> db8f2d55e785051550cfc50da6fcfbfc42b98688
dsb -> db8f2d55e785051550cfc50da6fcfbfc42b98688
el -> db8f2d55e785051550cfc50da6fcfbfc42b98688
en-CA -> db8f2d55e785051550cfc50da6fcfbfc42b98688
en-GB -> db8f2d55e785051550cfc50da6fcfbfc42b98688
eo -> db8f2d55e785051550cfc50da6fcfbfc42b98688
es-AR -> db8f2d55e785051550cfc50da6fcfbfc42b98688
es-CL -> db8f2d55e785051550cfc50da6fcfbfc42b98688
es-ES -> db8f2d55e785051550cfc50da6fcfbfc42b98688
es-MX -> db8f2d55e785051550cfc50da6fcfbfc42b98688
et -> db8f2d55e785051550cfc50da6fcfbfc42b98688
eu -> db8f2d55e785051550cfc50da6fcfbfc42b98688
fa -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ff -> db8f2d55e785051550cfc50da6fcfbfc42b98688
fi -> db8f2d55e785051550cfc50da6fcfbfc42b98688
fr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
fur -> db8f2d55e785051550cfc50da6fcfbfc42b98688
fy-NL -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ga-IE -> db8f2d55e785051550cfc50da6fcfbfc42b98688
gd -> db8f2d55e785051550cfc50da6fcfbfc42b98688
gl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
gn -> db8f2d55e785051550cfc50da6fcfbfc42b98688
gu-IN -> db8f2d55e785051550cfc50da6fcfbfc42b98688
he -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hi-IN -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hsb -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hu -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hy-AM -> db8f2d55e785051550cfc50da6fcfbfc42b98688
hye -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ia -> db8f2d55e785051550cfc50da6fcfbfc42b98688
id -> db8f2d55e785051550cfc50da6fcfbfc42b98688
is -> db8f2d55e785051550cfc50da6fcfbfc42b98688
it -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ja -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ja-JP-mac -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ka -> db8f2d55e785051550cfc50da6fcfbfc42b98688
kab -> db8f2d55e785051550cfc50da6fcfbfc42b98688
kk -> db8f2d55e785051550cfc50da6fcfbfc42b98688
km -> db8f2d55e785051550cfc50da6fcfbfc42b98688
kn -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ko -> db8f2d55e785051550cfc50da6fcfbfc42b98688
lij -> db8f2d55e785051550cfc50da6fcfbfc42b98688
lo -> db8f2d55e785051550cfc50da6fcfbfc42b98688
lt -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ltg -> db8f2d55e785051550cfc50da6fcfbfc42b98688
lv -> db8f2d55e785051550cfc50da6fcfbfc42b98688
meh -> db8f2d55e785051550cfc50da6fcfbfc42b98688
mk -> db8f2d55e785051550cfc50da6fcfbfc42b98688
mr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ms -> db8f2d55e785051550cfc50da6fcfbfc42b98688
my -> db8f2d55e785051550cfc50da6fcfbfc42b98688
nb-NO -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ne-NP -> db8f2d55e785051550cfc50da6fcfbfc42b98688
nl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
nn-NO -> db8f2d55e785051550cfc50da6fcfbfc42b98688
oc -> db8f2d55e785051550cfc50da6fcfbfc42b98688
pa-IN -> db8f2d55e785051550cfc50da6fcfbfc42b98688
pl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
pt-BR -> db8f2d55e785051550cfc50da6fcfbfc42b98688
pt-PT -> db8f2d55e785051550cfc50da6fcfbfc42b98688
rm -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ro -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ru -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sat -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sc -> db8f2d55e785051550cfc50da6fcfbfc42b98688
scn -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sco -> db8f2d55e785051550cfc50da6fcfbfc42b98688
si -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sk -> db8f2d55e785051550cfc50da6fcfbfc42b98688
skr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
son -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sq -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
sv-SE -> db8f2d55e785051550cfc50da6fcfbfc42b98688
szl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ta -> db8f2d55e785051550cfc50da6fcfbfc42b98688
te -> db8f2d55e785051550cfc50da6fcfbfc42b98688
tg -> db8f2d55e785051550cfc50da6fcfbfc42b98688
th -> db8f2d55e785051550cfc50da6fcfbfc42b98688
tl -> db8f2d55e785051550cfc50da6fcfbfc42b98688
tr -> db8f2d55e785051550cfc50da6fcfbfc42b98688
trs -> db8f2d55e785051550cfc50da6fcfbfc42b98688
uk -> db8f2d55e785051550cfc50da6fcfbfc42b98688
ur -> db8f2d55e785051550cfc50da6fcfbfc42b98688
uz -> db8f2d55e785051550cfc50da6fcfbfc42b98688
vi -> db8f2d55e785051550cfc50da6fcfbfc42b98688
wo -> db8f2d55e785051550cfc50da6fcfbfc42b98688
xh -> db8f2d55e785051550cfc50da6fcfbfc42b98688
zh-CN -> db8f2d55e785051550cfc50da6fcfbfc42b98688
zh-TW -> db8f2d55e785051550cfc50da6fcfbfc42b98688
2024-11-06 19:04:11 +00:00
sarah541 7e3ab0c050 Bug 1923370 - Use AcornWindowSizes to display navbar r=android-reviewers,tchoh,007
Differential Revision: https://phabricator.services.mozilla.com/D227599
2024-11-06 17:31:41 +00:00
Yoshi Cheng-Hao Huang 257e214f55 Bug 1928654: Check hasCyclicModuleFields before calling getters in Shell Object wrappers. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D227928
2024-11-06 17:30:41 +00:00
Niklas Baumgardner 18a81ef3d9 Bug 1927824 - Disable Firefox Refresh for selectable profiles. r=jhirsch,mossop
Differential Revision: https://phabricator.services.mozilla.com/D227383
2024-11-06 17:28:05 +00:00
Niklas Baumgardner 89e99da562 Bug 1927565 - Add done editing button to about:editprofile. r=jhirsch
Differential Revision: https://phabricator.services.mozilla.com/D227717
2024-11-06 17:27:32 +00:00
Niklas Baumgardner 72f8a2c3c2 Bug 1927617 - Sort profiles by name. r=jhirsch,mossop
Differential Revision: https://phabricator.services.mozilla.com/D227724
2024-11-06 17:25:23 +00:00
Eric Chen 16b158b792 Bug 1859597 - Part2: add buildid to full and stub installer telemetry r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D223765
2024-11-06 17:23:47 +00:00