Commit Graph

934056 Commits

Author SHA1 Message Date
serge-sans-paille
32484440ba Bug 1921267 - Remove global constructor from dom/events/WheelHandlingHelper.cpp r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D223860
2024-10-02 19:41:38 +00:00
serge-sans-paille
cb41d55f7d Bug 1921268 - Remove global constructor from dom/events/WheelHandlingHelper.h r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D223861
2024-10-02 19:41:38 +00:00
Harrison Oglesby
a52f1596bc Bug 1917870 - Remove toolbar configuration update when in full screen mode in BaseBrowserFragment r=android-reviewers,skhan
Differential Revision: https://phabricator.services.mozilla.com/D224155
2024-10-02 19:39:43 +00:00
KS
43122e0891 Bug 1922094 - Add opt builds for a55. r=perftest-reviewers,sparky
Update the test-platforms config to make available A55 opt builds for
browsertime tests. We had this for for A51's and as those are being
phased out we should have the same ability on A55's

Differential Revision: https://phabricator.services.mozilla.com/D224258
2024-10-02 19:15:57 +00:00
Jan-Ivar Bruaroey
d33c652e6f Bug 1908056 - Add media.devices.enumerate.legacy.allowlist exception for slack. r=dbaker
Differential Revision: https://phabricator.services.mozilla.com/D224367
2024-10-02 19:13:10 +00:00
Arturo Mejia
807088752c Bug 1898524 - Improve FileUploadsDirCleanerMiddleware algorithm for cleanups. r=android-reviewers,jonalmeida
We are the improving the logic on `FileUploadsDirCleanerMiddleware`, as previously we cleaning for single page applications, which update the URL to simulate navigation.

Differential Revision: https://phabricator.services.mozilla.com/D222988
2024-10-02 19:02:35 +00:00
mcheang
d0aa848967 Bug 1919180 - Update scalar keys for urlbar.searchmode.typed and urlbar.searchmode.keywordoffer. r=mak,urlbar-reviewers
- `urlbar.searchmode.typed`: suffixed with "keyword" for restrict keyword entries and "symbol" for symbol entries.
- `urlbar.searchmode.keywordoffer`: suffixed with "keyword" for restrict keyword entries via keywordoffer.
- Example: History search mode scalar key is `history_keyword` for restrict keyword and `history_symbol` for symbol.

Differential Revision: https://phabricator.services.mozilla.com/D223210
2024-10-02 19:01:01 +00:00
mcheang
31fe802734 Bug 1921549 - List the keywords in the results panel when a user types @. r=mak,fluent-reviewers,urlbar-reviewers
This patch adds the keywords to the result title for TokenAliasEngine and
RestrictKeyword results. The TokenAliasEngine results may have more than one
keyword if the user has set a custom keyword for that engine. This can help
remind the user what keywords are available as they are typing or if they
have forgotten a keyword, they can type `@` to quickly see the list of keywords
to search with.

The result title looks like this:

For Engines:
 @[keywords] - Search with [Engine]
For Restrict Keywords:
@[keyword] - Search [Restrict]

Differential Revision: https://phabricator.services.mozilla.com/D224017
2024-10-02 18:42:29 +00:00
Tim Huang
136fcd85ff Bug 1895990 - Introduce a shim to fix figshare login issues. r=twisniewski,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D224298
2024-10-02 18:16:53 +00:00
Arturo Mejia
4e058e75c8 Bug 1915877 - Pre land strings for the Promote Add-Ons in Onboarding experiment r=android-reviewers,gmalekpour
Differential Revision: https://phabricator.services.mozilla.com/D223850
2024-10-02 17:57:02 +00:00
Ben Dean-Kawamura
6c5821205d Bug 1913982 - Re-enable UniFFI callback interfaces, r=nika,lina
The FFI for this changed upstream.  Instead of registering a single
function that inputs a single buffer packed with all arguments, you now
register a function for each method where there is a 1-1 mapping of
arguments. The entire interface is represented by a "vtable" -- AKA a
struct that has a field for each of the method handler functions

To implement the methods, I stole the pattern we were using for regular
calls where we define a base class that's implemented by normal code and
a subclass that's implemented by generated code.

Registering/deregistering callback interfaces is now handled by the
generated code directly.  It's simpler this way and now that we don't
have the split between regular and fixture scaffolding, there's not much
need for shared code to handle this.

Kept the decision before to only support "fire-and-forget" callbacks. I
think we will want to revisit this when the we support UniFFI async, but
we can save that for later.

Differential Revision: https://phabricator.services.mozilla.com/D222027
2024-10-02 17:49:09 +00:00
Ben Dean-Kawamura
997dec62a2 Bug 1918509 - Generate more FFI definitions, r=lina
Generate FFI definitions for all FFI types, not just scaffolding
functions.  These definitions are not used yet, but this is prep work
for re-enabling callback interface support and adding async support.

Differential Revision: https://phabricator.services.mozilla.com/D222026
2024-10-02 17:49:09 +00:00
Ben Dean-Kawamura
425e88f632 Bug 1918134 - Add tests for trait interfaces, r=lina
I thought we needed to write some code to implement trait interfaces,
but they actually already work.  So, let's just add a simple test for
them.

Differential Revision: https://phabricator.services.mozilla.com/D222025
2024-10-02 17:49:08 +00:00
Maxx Crawford
87f93eb965 Bug 1893732 - Add label to "Save to Pocket" button for extra context r=home-newtab-reviewers,nbarrett,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D224263
2024-10-02 17:47:23 +00:00
KS
0989e534a0 Bug 1890306 - Add mitmproxy 10 for use on android performance testing. r=perftest-reviewers,sparky
This patch makes available the mitm 10 binary for android, and at the
moment only runs it on recordings using version 8 as there are errors on
older versions so we might as well wait until we record those.

These subset of sites are bild-de, allrecipes, instagram, and sina

Differential Revision: https://phabricator.services.mozilla.com/D223829
2024-10-02 17:43:20 +00:00
Sandor Molnar
64e0348ee5 Backed out changeset 6ad99c7c787d (bug 1914452) for causing bc sider bar related failures. CLOSED TREE 2024-10-02 21:25:44 +03:00
Sandor Molnar
2557cd3d7d Backed out 6 changesets (bug 1921288) for causing build bustages. CLOSED TREE
Backed out changeset c03d69e623b9 (bug 1921288)
Backed out changeset 111bef5016a9 (bug 1921288)
Backed out changeset 17130f51de88 (bug 1921288)
Backed out changeset a4acd335a710 (bug 1921288)
Backed out changeset c5fc8bc8273a (bug 1921288)
Backed out changeset 744f7a82c471 (bug 1921288)
2024-10-02 21:11:06 +03:00
Mozilla Releng Treescript
faf0add432 no bug - Bumping Mobile l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> 743ee4e68643243437975995dc240802bf25061b
an -> 743ee4e68643243437975995dc240802bf25061b
ar -> 743ee4e68643243437975995dc240802bf25061b
ast -> 743ee4e68643243437975995dc240802bf25061b
az -> 743ee4e68643243437975995dc240802bf25061b
be -> 743ee4e68643243437975995dc240802bf25061b
bg -> 743ee4e68643243437975995dc240802bf25061b
bn -> 743ee4e68643243437975995dc240802bf25061b
br -> 743ee4e68643243437975995dc240802bf25061b
bs -> 743ee4e68643243437975995dc240802bf25061b
ca -> 743ee4e68643243437975995dc240802bf25061b
cak -> 743ee4e68643243437975995dc240802bf25061b
cs -> 743ee4e68643243437975995dc240802bf25061b
cy -> 743ee4e68643243437975995dc240802bf25061b
da -> 743ee4e68643243437975995dc240802bf25061b
de -> 743ee4e68643243437975995dc240802bf25061b
dsb -> 743ee4e68643243437975995dc240802bf25061b
el -> 743ee4e68643243437975995dc240802bf25061b
en-CA -> 743ee4e68643243437975995dc240802bf25061b
en-GB -> 743ee4e68643243437975995dc240802bf25061b
eo -> 743ee4e68643243437975995dc240802bf25061b
es-AR -> 743ee4e68643243437975995dc240802bf25061b
es-CL -> 743ee4e68643243437975995dc240802bf25061b
es-ES -> 743ee4e68643243437975995dc240802bf25061b
es-MX -> 743ee4e68643243437975995dc240802bf25061b
et -> 743ee4e68643243437975995dc240802bf25061b
eu -> 743ee4e68643243437975995dc240802bf25061b
fa -> 743ee4e68643243437975995dc240802bf25061b
ff -> 743ee4e68643243437975995dc240802bf25061b
fi -> 743ee4e68643243437975995dc240802bf25061b
fr -> 743ee4e68643243437975995dc240802bf25061b
fy-NL -> 743ee4e68643243437975995dc240802bf25061b
ga-IE -> 743ee4e68643243437975995dc240802bf25061b
gd -> 743ee4e68643243437975995dc240802bf25061b
gl -> 743ee4e68643243437975995dc240802bf25061b
gn -> 743ee4e68643243437975995dc240802bf25061b
gu-IN -> 743ee4e68643243437975995dc240802bf25061b
he -> 743ee4e68643243437975995dc240802bf25061b
hi-IN -> 743ee4e68643243437975995dc240802bf25061b
hr -> 743ee4e68643243437975995dc240802bf25061b
hsb -> 743ee4e68643243437975995dc240802bf25061b
hu -> 743ee4e68643243437975995dc240802bf25061b
hy-AM -> 743ee4e68643243437975995dc240802bf25061b
ia -> 743ee4e68643243437975995dc240802bf25061b
id -> 743ee4e68643243437975995dc240802bf25061b
is -> 743ee4e68643243437975995dc240802bf25061b
it -> 743ee4e68643243437975995dc240802bf25061b
ja -> 743ee4e68643243437975995dc240802bf25061b
ka -> 743ee4e68643243437975995dc240802bf25061b
kab -> 743ee4e68643243437975995dc240802bf25061b
kk -> 743ee4e68643243437975995dc240802bf25061b
km -> 743ee4e68643243437975995dc240802bf25061b
kn -> 743ee4e68643243437975995dc240802bf25061b
ko -> 743ee4e68643243437975995dc240802bf25061b
lij -> 743ee4e68643243437975995dc240802bf25061b
lo -> 743ee4e68643243437975995dc240802bf25061b
lt -> 743ee4e68643243437975995dc240802bf25061b
ltg -> 743ee4e68643243437975995dc240802bf25061b
lv -> 743ee4e68643243437975995dc240802bf25061b
meh -> 743ee4e68643243437975995dc240802bf25061b
mix -> 743ee4e68643243437975995dc240802bf25061b
ml -> 743ee4e68643243437975995dc240802bf25061b
mr -> 743ee4e68643243437975995dc240802bf25061b
ms -> 743ee4e68643243437975995dc240802bf25061b
my -> 743ee4e68643243437975995dc240802bf25061b
nb-NO -> 743ee4e68643243437975995dc240802bf25061b
ne-NP -> 743ee4e68643243437975995dc240802bf25061b
nl -> 743ee4e68643243437975995dc240802bf25061b
nn-NO -> 743ee4e68643243437975995dc240802bf25061b
oc -> 743ee4e68643243437975995dc240802bf25061b
pa-IN -> 743ee4e68643243437975995dc240802bf25061b
pl -> 743ee4e68643243437975995dc240802bf25061b
pt-BR -> 743ee4e68643243437975995dc240802bf25061b
pt-PT -> 743ee4e68643243437975995dc240802bf25061b
rm -> 743ee4e68643243437975995dc240802bf25061b
ro -> 743ee4e68643243437975995dc240802bf25061b
ru -> 743ee4e68643243437975995dc240802bf25061b
sk -> 743ee4e68643243437975995dc240802bf25061b
sl -> 743ee4e68643243437975995dc240802bf25061b
son -> 743ee4e68643243437975995dc240802bf25061b
sq -> 743ee4e68643243437975995dc240802bf25061b
sr -> 743ee4e68643243437975995dc240802bf25061b
sv-SE -> 743ee4e68643243437975995dc240802bf25061b
ta -> 743ee4e68643243437975995dc240802bf25061b
te -> 743ee4e68643243437975995dc240802bf25061b
th -> 743ee4e68643243437975995dc240802bf25061b
tl -> 743ee4e68643243437975995dc240802bf25061b
tr -> 743ee4e68643243437975995dc240802bf25061b
trs -> 743ee4e68643243437975995dc240802bf25061b
uk -> 743ee4e68643243437975995dc240802bf25061b
ur -> 743ee4e68643243437975995dc240802bf25061b
uz -> 743ee4e68643243437975995dc240802bf25061b
vi -> 743ee4e68643243437975995dc240802bf25061b
wo -> 743ee4e68643243437975995dc240802bf25061b
xh -> 743ee4e68643243437975995dc240802bf25061b
zam -> 743ee4e68643243437975995dc240802bf25061b
zh-CN -> 743ee4e68643243437975995dc240802bf25061b
zh-TW -> 743ee4e68643243437975995dc240802bf25061b
2024-10-02 19:08:02 +00:00
Mozilla Releng Treescript
7f48139c26 no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> 743ee4e68643243437975995dc240802bf25061b
af -> 743ee4e68643243437975995dc240802bf25061b
an -> 743ee4e68643243437975995dc240802bf25061b
ar -> 743ee4e68643243437975995dc240802bf25061b
ast -> 743ee4e68643243437975995dc240802bf25061b
az -> 743ee4e68643243437975995dc240802bf25061b
be -> 743ee4e68643243437975995dc240802bf25061b
bg -> 743ee4e68643243437975995dc240802bf25061b
bn -> 743ee4e68643243437975995dc240802bf25061b
bo -> 743ee4e68643243437975995dc240802bf25061b
br -> 743ee4e68643243437975995dc240802bf25061b
brx -> 743ee4e68643243437975995dc240802bf25061b
bs -> 743ee4e68643243437975995dc240802bf25061b
ca -> 743ee4e68643243437975995dc240802bf25061b
ca-valencia -> 743ee4e68643243437975995dc240802bf25061b
cak -> 743ee4e68643243437975995dc240802bf25061b
ckb -> 743ee4e68643243437975995dc240802bf25061b
cs -> 743ee4e68643243437975995dc240802bf25061b
cy -> 743ee4e68643243437975995dc240802bf25061b
da -> 743ee4e68643243437975995dc240802bf25061b
de -> 743ee4e68643243437975995dc240802bf25061b
dsb -> 743ee4e68643243437975995dc240802bf25061b
el -> 743ee4e68643243437975995dc240802bf25061b
en-CA -> 743ee4e68643243437975995dc240802bf25061b
en-GB -> 743ee4e68643243437975995dc240802bf25061b
eo -> 743ee4e68643243437975995dc240802bf25061b
es-AR -> 743ee4e68643243437975995dc240802bf25061b
es-CL -> 743ee4e68643243437975995dc240802bf25061b
es-ES -> 743ee4e68643243437975995dc240802bf25061b
es-MX -> 743ee4e68643243437975995dc240802bf25061b
et -> 743ee4e68643243437975995dc240802bf25061b
eu -> 743ee4e68643243437975995dc240802bf25061b
fa -> 743ee4e68643243437975995dc240802bf25061b
ff -> 743ee4e68643243437975995dc240802bf25061b
fi -> 743ee4e68643243437975995dc240802bf25061b
fr -> 743ee4e68643243437975995dc240802bf25061b
fur -> 743ee4e68643243437975995dc240802bf25061b
fy-NL -> 743ee4e68643243437975995dc240802bf25061b
ga-IE -> 743ee4e68643243437975995dc240802bf25061b
gd -> 743ee4e68643243437975995dc240802bf25061b
gl -> 743ee4e68643243437975995dc240802bf25061b
gn -> 743ee4e68643243437975995dc240802bf25061b
gu-IN -> 743ee4e68643243437975995dc240802bf25061b
he -> 743ee4e68643243437975995dc240802bf25061b
hi-IN -> 743ee4e68643243437975995dc240802bf25061b
hr -> 743ee4e68643243437975995dc240802bf25061b
hsb -> 743ee4e68643243437975995dc240802bf25061b
hu -> 743ee4e68643243437975995dc240802bf25061b
hy-AM -> 743ee4e68643243437975995dc240802bf25061b
hye -> 743ee4e68643243437975995dc240802bf25061b
ia -> 743ee4e68643243437975995dc240802bf25061b
id -> 743ee4e68643243437975995dc240802bf25061b
is -> 743ee4e68643243437975995dc240802bf25061b
it -> 743ee4e68643243437975995dc240802bf25061b
ja -> 743ee4e68643243437975995dc240802bf25061b
ja-JP-mac -> 743ee4e68643243437975995dc240802bf25061b
ka -> 743ee4e68643243437975995dc240802bf25061b
kab -> 743ee4e68643243437975995dc240802bf25061b
kk -> 743ee4e68643243437975995dc240802bf25061b
km -> 743ee4e68643243437975995dc240802bf25061b
kn -> 743ee4e68643243437975995dc240802bf25061b
ko -> 743ee4e68643243437975995dc240802bf25061b
lij -> 743ee4e68643243437975995dc240802bf25061b
lo -> 743ee4e68643243437975995dc240802bf25061b
lt -> 743ee4e68643243437975995dc240802bf25061b
ltg -> 743ee4e68643243437975995dc240802bf25061b
lv -> 743ee4e68643243437975995dc240802bf25061b
meh -> 743ee4e68643243437975995dc240802bf25061b
mk -> 743ee4e68643243437975995dc240802bf25061b
mr -> 743ee4e68643243437975995dc240802bf25061b
ms -> 743ee4e68643243437975995dc240802bf25061b
my -> 743ee4e68643243437975995dc240802bf25061b
nb-NO -> 743ee4e68643243437975995dc240802bf25061b
ne-NP -> 743ee4e68643243437975995dc240802bf25061b
nl -> 743ee4e68643243437975995dc240802bf25061b
nn-NO -> 743ee4e68643243437975995dc240802bf25061b
oc -> 743ee4e68643243437975995dc240802bf25061b
pa-IN -> 743ee4e68643243437975995dc240802bf25061b
pl -> 743ee4e68643243437975995dc240802bf25061b
pt-BR -> 743ee4e68643243437975995dc240802bf25061b
pt-PT -> 743ee4e68643243437975995dc240802bf25061b
rm -> 743ee4e68643243437975995dc240802bf25061b
ro -> 743ee4e68643243437975995dc240802bf25061b
ru -> 743ee4e68643243437975995dc240802bf25061b
sat -> 743ee4e68643243437975995dc240802bf25061b
sc -> 743ee4e68643243437975995dc240802bf25061b
scn -> 743ee4e68643243437975995dc240802bf25061b
sco -> 743ee4e68643243437975995dc240802bf25061b
si -> 743ee4e68643243437975995dc240802bf25061b
sk -> 743ee4e68643243437975995dc240802bf25061b
skr -> 743ee4e68643243437975995dc240802bf25061b
sl -> 743ee4e68643243437975995dc240802bf25061b
son -> 743ee4e68643243437975995dc240802bf25061b
sq -> 743ee4e68643243437975995dc240802bf25061b
sr -> 743ee4e68643243437975995dc240802bf25061b
sv-SE -> 743ee4e68643243437975995dc240802bf25061b
szl -> 743ee4e68643243437975995dc240802bf25061b
ta -> 743ee4e68643243437975995dc240802bf25061b
te -> 743ee4e68643243437975995dc240802bf25061b
tg -> 743ee4e68643243437975995dc240802bf25061b
th -> 743ee4e68643243437975995dc240802bf25061b
tl -> 743ee4e68643243437975995dc240802bf25061b
tr -> 743ee4e68643243437975995dc240802bf25061b
trs -> 743ee4e68643243437975995dc240802bf25061b
uk -> 743ee4e68643243437975995dc240802bf25061b
ur -> 743ee4e68643243437975995dc240802bf25061b
uz -> 743ee4e68643243437975995dc240802bf25061b
vi -> 743ee4e68643243437975995dc240802bf25061b
wo -> 743ee4e68643243437975995dc240802bf25061b
xh -> 743ee4e68643243437975995dc240802bf25061b
zh-CN -> 743ee4e68643243437975995dc240802bf25061b
zh-TW -> 743ee4e68643243437975995dc240802bf25061b
2024-10-02 19:07:55 +00:00
Paul Adenot
aaa43a36d2 Bug 1632414 - Add some docs about MozPromise. r=pehrsons DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D223190
2024-10-02 17:30:14 +00:00
Bas Schouten
127f29b137 Bug 1904957: Implement GetHeterogeneousCpuInfo on Windows and use for TaskController pool size. r=cmartin,smaug
Differential Revision: https://phabricator.services.mozilla.com/D215035
2024-10-02 17:27:32 +00:00
Luca Greco
82ac083630 Bug 1917846 - Update about addons blocked and softblocked strings (message bar message and link action button strings). r=willdurand,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D222366
2024-10-02 17:20:10 +00:00
Luca Greco
e5f8a81fba Bug 1917846 - Tweaks on addon-card addon-card-message moz-message-bar to use moz-support-link for SUMO pages and buttons for non-sumo links. r=willdurand,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D222365
2024-10-02 17:20:10 +00:00
Luca Greco
dc4e37e2c1 Bug 1917845 - Block and show an install error on new soft-blocked addons versions installs. r=willdurand,fluent-reviewers,bolsson
Differential Revision: https://phabricator.services.mozilla.com/D222101
2024-10-02 17:20:09 +00:00
Luca Greco
b3f783da8f Bug 1917845 - Add soft-blocking support to ExtensionBlocklistMLBF. r=robwu,willdurand
Differential Revision: https://phabricator.services.mozilla.com/D222023
2024-10-02 17:20:09 +00:00
Nikki Sharpley
e1dcbe339f Bug 1914452 - Update revamp sidebar button to reflect sidebar states r=sidebar-reviewers,desktop-theme-reviewers,dao,sfoster,jsudiaman
- different sidebar button icons for expanded, collapsed and hidden sidebar states
- move sidebar-button to beginning of navbar strip, to the left of back button
- update tests to reflect new sidebar button positioning

Differential Revision: https://phabricator.services.mozilla.com/D223406
2024-10-02 16:52:46 +00:00
Emilio Cobos Álvarez
f2a9f7358d Bug 1919031 - Fix last child check. r=smaug
Ugh

Differential Revision: https://phabricator.services.mozilla.com/D224302
2024-10-02 16:39:55 +00:00
Sandor Molnar
e1e5c136e3 Backed out changeset bcfd93872dad (bug 1911163) for causing perma bc failures @ browser_permissions_dismiss.js CLOSED TREE 2024-10-02 20:17:52 +03:00
Paul Adenot
3043e0394d Bug 1921288 - Fix bustage, QueryUnbiasedInterruptTimePrecise return value is void
Differential Revision: https://phabricator.services.mozilla.com/D224359
2024-10-02 16:45:10 +00:00
Mark Banner
874fd31426 No bug - Update uniffi docs to include references for adding scaffolding when adding new bindings. r=bdk DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D224331
2024-10-02 16:22:31 +00:00
Neil Deakin
06d4fbee9f Bug 1869153, remove file import preference signon.management.page.fileImport.enabled and supporting code since it is enabled by default, r=mconley,fluent-reviewers,credential-management-reviewers,migration-reviewers,issammani
Differential Revision: https://phabricator.services.mozilla.com/D223852
2024-10-02 16:13:52 +00:00
Paul Adenot
9202d3beba Bug 1921288 - Fix users of MediaTimer. r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D223795
2024-10-02 16:01:04 +00:00
Paul Adenot
bb4a95c00d Bug 1921288 - Generalize MediaTimer over the timestamp kind it uses internally. r=pehrsons
This inlines into the header, and moves the TimeStamp to a Maybe since
AwakeTimeStamp doesn't support being null.

Differential Revision: https://phabricator.services.mozilla.com/D223794
2024-10-02 16:01:04 +00:00
Paul Adenot
e3c35ceb52 Bug 1921288 - Add a way to get the associated duration type from TimeStamp and AwakeTimeStamp. r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D223792
2024-10-02 16:01:04 +00:00
Paul Adenot
badc695bfb Bug 1921288 - Add some arithmetic and conversion functions to AwakeTimeStamp. r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D223791
2024-10-02 16:01:03 +00:00
Paul Adenot
72a3c75971 Bug 1921288 - Teach AwakeTimeStamp to do precise timestamps on Windows, rename methods. r=gsvelto
This uses a function that has been introduced in Windows 10.

Differential Revision: https://phabricator.services.mozilla.com/D223790
2024-10-02 16:01:03 +00:00
Paul Zuehlcke
11b53f439e Bug 1920423, r=Gijs,desktop-theme-reviewers,reusable-components-reviewers,hjones
Differential Revision: https://phabricator.services.mozilla.com/D224303
2024-10-02 15:57:47 +00:00
Moritz Beier
bcecfdfb85 Bug 1687153 - Prepare test_wikipedia.js for localized Wikipedia keywords. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D224218
2024-10-02 15:44:12 +00:00
Sebastian Hengst
9283263989 Bug 1783170 - disable test_enterjit_osr.js and test_pause.js on Linux ThreadSanitizer for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD
The tests failed frequently since the machine type had been changed from
n2-standard-2 to c2-standard-4 in bug 1862675.

Differential Revision: https://phabricator.services.mozilla.com/D224338
2024-10-02 15:29:50 +00:00
Debadree Chatterjee
2fad34600c Bug 1904995 - Remove redundant dispose loop in for-of loops. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D224253
2024-10-02 15:08:36 +00:00
oana.horvath
1e24052171 Bug 1878838 - Disable verifyCFRAfterBlockingTheCookieBanner UI test r=aaronmt DONTBUILD
Taking the test offline to investigate recent failures, if there's a problem or if we need to change the test website.

Differential Revision: https://phabricator.services.mozilla.com/D224336
2024-10-02 14:57:19 +00:00
Tim Giles
0a9332d5d1 Bug 1921556 - Add Git vcs args snippet to sections that use bootstrap.py r=sylvestre DONTBUILD
This will clarify when to use the `--vcs=git` argument during the setup
process to prevent people from accidentally setting up their repository
for Mercurial.

Differential Revision: https://phabricator.services.mozilla.com/D224259
2024-10-02 14:56:16 +00:00
Mugurell
45f9a7ec63 Bug 1914035 - Avoid dynamic behavior for the engine view while in fullscreen r=android-reviewers,skhan
If the toolbar is dynamic we use a CoordinatorLayout behavior to synchronize the
toolbar and the engine view.
In fullscreen the toolbars are hidden so there is no need to continue observing
layout updates and try to synchronize the two views.
The proper behavior is already set again when exiting fullscreen.

Differential Revision: https://phabricator.services.mozilla.com/D224289
2024-10-02 14:49:03 +00:00
Florian Quèze
5eb3dc0734 Bug 1921748 - Remove contextservices.quicksuggest legacy telemetry events, r=chutten,urlbar-reviewers,adw.
Differential Revision: https://phabricator.services.mozilla.com/D222808
2024-10-02 14:34:02 +00:00
Sylvestre Ledru
2225ed2de6 Bug 1922244 - mots: update the path of web compat addons r=denschub DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D224330
2024-10-02 14:33:52 +00:00
Stanca Serban
f6c8c26957 Backed out changeset 8e4f5f72b094 (bug 1914244) for causing toolchains bustages in WebExtensionPromptFeature.kt. CLOSED TREE 2024-10-02 18:32:11 +03:00
Stanca Serban
be3e378731 Backed out 2 changesets (bug 1916418) for causing multiple failures.
Backed out changeset 3ce20d01a9ac (bug 1916418)
Backed out changeset dffe7e257106 (bug 1916418)
2024-10-02 18:27:05 +03:00
Alexandra Borovova
5e75fb9c24 Bug 1921569 - Update test expectations for html/semantics/scripting-1/the-script-element/module/dynamic-import/microtasks/basic.any.js.
Differential Revision: https://phabricator.services.mozilla.com/D224339
2024-10-02 15:08:14 +00:00
Daniel Minor
3c86afc5a2 Bug 1921421 - Add error message for RegExpError::kMultipleFlagDashes; r=jandem
This adds an error message and testcase for RegExpError::kMultipleFlagDashes,
which appears to not be tested by test262. The error message matches what is
used in V8.

This also defaults regexp modifiers and duplicate named capture groups to
true in the shell.

Differential Revision: https://phabricator.services.mozilla.com/D224249
2024-10-02 14:24:56 +00:00
Maxx Crawford
23a849eed9 Bug 1893714 - Add aria-label to Firefox logo on HNT r=home-newtab-reviewers,fluent-reviewers,nbarrett
Differential Revision: https://phabricator.services.mozilla.com/D224246
2024-10-02 14:12:03 +00:00