Commit Graph

906318 Commits

Author SHA1 Message Date
Ryan Safaeian
5a06951b57 Bug 1962464 - Audit dependencies for AS logins. r=joschmidt,supply-chain-reviewers
Audit the dependencies for AS logins before we actually vendor AS logins.

Differential Revision: https://phabricator.services.mozilla.com/D246641
2025-04-24 18:06:33 +00:00
Jan de Mooij
1cfc2c14cd Bug 1962389 - Snapshot changed files in JujutsuRepository.try_commit. r=sfink
This fixes a regression from bug 1962245. Before that change, the snapshotting
happened in `resolve_to_change`.

Differential Revision: https://phabricator.services.mozilla.com/D246603
2025-04-24 17:54:29 +00:00
tannal
35929548dd Bug 1953204 - Reword JSMSG_TEMPORAL_PLAIN_MONTH_DAY_INVALID error message. r=dminor
Differential Revision: https://phabricator.services.mozilla.com/D246558
2025-04-24 17:53:11 +00:00
Punam Dahiya
a2d9e9dd96 Bug 1961989 - Instrument NewTabGleanUtils to track success or failure of metric and ping registrations r=home-newtab-reviewers,mconley
Differential Revision: https://phabricator.services.mozilla.com/D246510
2025-04-24 17:49:02 +00:00
Nicolò Ribaudo
0c1633f33f Bug 1950211 - Add telemetry for String methods calling RegExp symbols on primitives r=dminor,iain
This patch adds telemetry for https://github.com/tc39/ecma262/pull/3009.

That normative PR has already been approved by TC39, but we need to
verify that it's web compatible.

Differential Revision: https://phabricator.services.mozilla.com/D241305
2025-04-24 17:35:55 +00:00
smolnar
8c296779f6 Backed out 4 changesets (bug 1961851) for causing build bustages @ toolkit/components/resistfingerprinting/nsUserCharacteristics.cpp CLOSED TREE
Backed out changeset 05f96912b032 (bug 1961851)
Backed out changeset a73c3c086a31 (bug 1961851)
Backed out changeset d4a2ed977cd6 (bug 1961851)
Backed out changeset 37d95cfb4773 (bug 1961851)
2025-04-24 20:34:27 +03:00
Jon Coppeard
795cf5eb74 Bug 1961755 - Rename markIfUnmarkedAtomic methods to markIfUnmarkedThreadSafe r=sfink
These methods may return false positives so are not really atomic. Thread-safe
is a better description.

Differential Revision: https://phabricator.services.mozilla.com/D246598
2025-04-24 16:42:24 +00:00
Alex Franchuk
467451742d Bug 1961011 - Improve storage of Java exceptions in glean crash pings r=android-reviewers,nalexander
We could have instead changed `messages` to contain the output of
`Throwable.toString()` (which includes the type name), however it's less
error-prone to separate the exception type explicitly. This changes the
java_exception metric to a different form, but this is okay from a
compatibility perspective as the data is simply stored as JSON.
Downstream consumers will need to be able to handle all formats.

Differential Revision: https://phabricator.services.mozilla.com/D246495
2025-04-24 16:34:52 +00:00
Alex Hochheiden
8ad03211b8 Bug 1962286 - In docs for jj fix integration add note for Windows with config example r=linter-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D246525
2025-04-24 16:33:52 +00:00
Daniel Holbert
a6ca1f0a50 Bug 1962274: Add a print-preview test with printInColor disabled. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D246516
2025-04-24 16:29:09 +00:00
Ryan VanderMeulen
44ceed2cfc Bug 1936636 - Update Google Play Services Ads Identifier to version 18.2.0. r=jonalmeida
Differential Revision: https://phabricator.services.mozilla.com/D231840
2025-04-24 16:23:14 +00:00
serge-sans-paille
7cf9d9377f Bug 1961818 - Update python vendored dependencies to match pip-vendor's check r=ahochheiden,mach-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D246226
2025-04-24 16:00:38 +00:00
Alexandra Borovova
fb6dbc04a0 Bug 1962306 - Update metadata for browsing_context/navigation_failed/navigation_failed.py. r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D246590
2025-04-24 15:54:08 +00:00
Vasish Baungally
11f63f2b75 Bug 1961641 - Add Telemetry when Smart Tab Model has no suggestion. r=ngrato,tabbrowser-reviewers
We were initializing two SmartTabGroupingManager instances in tabbrowser and tabgroup-menu. This was
causing issues with telemetry. This is now cleaned up.

Also, adding the model reason for no suggestion per DS request.

Differential Revision: https://phabricator.services.mozilla.com/D246113
2025-04-24 15:43:23 +00:00
Marco Castelluccio
1e4f409d99 Bug 1962137 - Don't sort keys and indent JSON in decision task artifacts. r=taskgraph-reviewers,ahal DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D246416
2025-04-24 15:40:38 +00:00
Nikki Sharpley
c6a32ad537 Bug 1961065 - Fix perma failing browser_history_sidebar.js r=sidebar-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D246105
2025-04-24 15:15:54 +00:00
Erich Gubler
29bef3dcc9 Bug 1962272 - chore: audit metal 0.31.0 → 0.32.0 r=supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D246506
2025-04-24 15:15:46 +00:00
gela
4a426da903 Bug 1944172 - Trigger biometric pompt when switching to PBM from the tabs tray r=android-reviewers,twhite
Differential Revision: https://phabricator.services.mozilla.com/D244283
2025-04-24 15:12:29 +00:00
Dimi
1ac39c0d14 Bug 1960569 - Catch decryption errors when migrating payment methods. r=mconley,migration-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D246614
2025-04-24 15:02:40 +00:00
Beth Rennie
69aa9d0cd3 Bug 1962419 - Change BUG_COMPONENT for IOUtils and PathUtils to Core::XPCOM r=xpcom-reviewers,mccr8
Differential Revision: https://phabricator.services.mozilla.com/D246619
2025-04-24 14:42:08 +00:00
Fatih Kilic
833ebf459d Bug 1961851 - Increment version. r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D246360
2025-04-24 14:27:48 +00:00
Fatih Kilic
2813fbb789 Bug 1961851 - Split window info collection. r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D246415
2025-04-24 14:27:48 +00:00
Fatih Kilic
3497fde293 Bug 1961851 - Check canvas element has getContext function. r=tjr
I have no idea why this would happen.

Differential Revision: https://phabricator.services.mozilla.com/D246332
2025-04-24 14:27:48 +00:00
Fatih Kilic
327cfd3366 Bug 1961851 - Collect both rv and additional context. r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D246330
2025-04-24 14:27:48 +00:00
Andrew Sutherland
b50fd19149 Bug 1959535 - Enable ServiceWorkers in Private Browsing Mode on release. r=dom-worker-reviewers,smaug
Differential Revision: https://phabricator.services.mozilla.com/D246548
2025-04-24 14:22:21 +00:00
rahulsainani
30c927444f Bug 1962180 - Update downloads select all behaviour r=android-reviewers,giorga
Differential Revision: https://phabricator.services.mozilla.com/D246592
2025-04-24 14:11:02 +00:00
Nikki Sharpley
5633312c69 Bug 1959407 - Use scrollPosition instead of scrollTop for vertical-pinned-tabs-container r=tabbrowser-reviewers,sthompson
Differential Revision: https://phabricator.services.mozilla.com/D246493
2025-04-24 13:59:25 +00:00
Alexandra Borovova
1f92ed1f7f Bug 1962277 - Update test expectations for html/semantics/interactive-elements/the-dialog-element/toggle-events.html. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D246635
2025-04-24 16:08:46 +00:00
Cristina Horotan
01a3787bf5 Backed out changeset b19f01c4a432 (bug 1959542) for causing bc failures at browser_browserGlue_showModal_trigger.js CLOSED TREE 2025-04-24 17:36:56 +03:00
Mugurell
fff8336818 Bug 1962332 - Use enums for page origin's fadeDirection and textGravity properties r=android-reviewers,skhan
Differential Revision: https://phabricator.services.mozilla.com/D246562
2025-04-24 13:52:48 +00:00
Alexandra Borovova
610cafc6c5 Bug 1962403 - Update test expectations for storage-access-api/requestStorageAccess-cross-origin-fetch.sub.https.window.js.
Differential Revision: https://phabricator.services.mozilla.com/D246606
2025-04-24 13:50:04 +00:00
ffxbld
ce67e50619 No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes ct-logs - r=release-managers,RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D246611
2025-04-24 13:41:22 +00:00
Alexandre Lissy
a42889938b Bug 1961507 - Adapt crash reporter socket naming for snap r=afranchuk
Differential Revision: https://phabricator.services.mozilla.com/D246582
2025-04-24 13:40:39 +00:00
Benjamin Beurdouche
3f1dbf25e4 Bug 1957519 - land NSS_3_111_BETA2, UPGRADE_NSS_RELEASE, r=djackson
Differential Revision: https://phabricator.services.mozilla.com/D246605
2025-04-24 13:13:47 +00:00
Eitan Isaacson
ed0e54da26 Bug 1960608 - Remove manage colors button from appearance override warning. r=fluent-reviewers,settings-reviewers,Gijs,bolsson
The settings are no longer in the colors dialog but in the following
section, so the button does not do anything.

Differential Revision: https://phabricator.services.mozilla.com/D246240
2025-04-24 13:12:29 +00:00
Cristina Horotan
1ad2845b1c Bug 1962277 - update test expectations for network-partition-key.html CLOSED TREE 2025-04-24 16:21:42 +03:00
Jan-Niklas Jaeschke
f60b0e4f51 Bug 1962382 - Navigation API: Only traverse Navigation once. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D246586
2025-04-24 13:01:01 +00:00
Alexandru Marc
7c427051f3 Bug 1962277 - Update test expectations for color-valid-relative-color.html CLOSED TREE 2025-04-24 16:02:12 +03:00
rahulsainani
9a915eb770 Bug 1962184 - Conditionally display downloads search cross icon r=android-reviewers,giorga
Differential Revision: https://phabricator.services.mozilla.com/D246591
2025-04-24 12:48:40 +00:00
iorgamgabriel
e7b785b2ba Bug 1961143 - [Downloads v2] Use FAB to display search field. r=android-reviewers,rsainani
Differential Revision: https://phabricator.services.mozilla.com/D246595
2025-04-24 12:33:41 +00:00
Alexandra Borovova
2a9922440c Bug 1962277 - Update test expectations for ai/language_detection/detector.https.tentative.window.js. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D246604
2025-04-24 12:53:22 +00:00
Alexandra Borovova
3fb95f8011 Bug 1962401 - Remove rebasing code from ai/translator/translator-translate.tentative.https.window.js.
Differential Revision: https://phabricator.services.mozilla.com/D246602
2025-04-24 12:41:41 +00:00
Nicolas Chevobbe
a34b4e59f2 Bug 1961343 - [devtools] Rename Rule#inheritedSource to inheritedSectionLabel. r=devtools-reviewers,jdescottes.
We also remove the inheritance getter that wasn't used anywhere.

Differential Revision: https://phabricator.services.mozilla.com/D246029
2025-04-24 12:14:40 +00:00
Nicolas Chevobbe
ad9d2316c2 Bug 1959940 - [devtools] Look for element-backed pseudo element match in CssLogic#selectorMatchesElement. r=devtools-reviewers,jdescottes.
This allows to actually show inherited element backed pseudo element rules
(e.g. ::details-content) in the computed panel selector matches.
A test is added to cover this scenario.

Differential Revision: https://phabricator.services.mozilla.com/D245553
2025-04-24 12:14:40 +00:00
moz-wptsync-bot
6918f595c3 Bug 1962277 - [wpt-sync] Update web-platform-tests to 2754b9d6125976e07dd8f8978c31fbf5e54ec5ed, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 2754b9d6125976e07dd8f8978c31fbf5e54ec5ed
wpt-type: landing
2025-04-24 11:45:19 +00:00
Mason Freed
9f220cc1f6 Bug 1962004 [wpt PR 52105] - Add connectedness/activity check for IsOpen for dialogs, a=testonly
Automatic update from web-platform-tests
Add connectedness/activity check for IsOpen for dialogs

Many such checks of `IsOpen()` implicitly should have also checked
that the dialog was connected to an active document. This CL
replaces several `IsOpen()` checks with `IsOpenAndActive()`, which
avoids a few crashes related to `closedby`.

Also see related spec issue:

https://github.com/whatwg/html/issues/11230

Fixed: 410878546,411623170
Change-Id: Ifc3d66b6a6632fe17acf0258f98bdb557724dc24
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6476484
Commit-Queue: Mason Freed <masonf@chromium.org>
Auto-Submit: Mason Freed <masonf@chromium.org>
Reviewed-by: Keith Cirkel <chromium@keithcirkel.co.uk>
Cr-Commit-Position: refs/heads/main@{#1450659}

--

wpt-commits: 2754b9d6125976e07dd8f8978c31fbf5e54ec5ed
wpt-pr: 52105
2025-04-24 11:45:18 +00:00
Fredrik Söderquist
013fc2179d Bug 1962003 [wpt PR 52104] - Fix attribute synchronization after SVGAngle.convertToSpecifiedUnits(), a=testonly
Automatic update from web-platform-tests
Fix attribute synchronization after SVGAngle.convertToSpecifiedUnits()

If an 'orient' attribute is currently in a non-numeric state (i.e it is
'auto') then a conversion of the associated angle into the same unit
that it previously had wouldn't trigger synchronization.

Only allow no-ops if the SVGAngle is in a numeric state.

Fixed: 411043124
Change-Id: I62b73e57b0f908d6d5ac4e12ec3150fb9d6d17a3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6479831
Auto-Submit: Fredrik Söderquist <fs@opera.com>
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/main@{#1450421}

--

wpt-commits: dc0542d9bd064d47074f55fde1378874f5a0d33f
wpt-pr: 52104
2025-04-24 11:45:17 +00:00
moz-wptsync-bot
33f848bdab Bug 1962244 [wpt PR 52121] - Update wpt metadata, a=testonly
wpt-pr: 52121
wpt-type: metadata
2025-04-24 11:45:16 +00:00
Alexander Cooper
248bb097be Bug 1962244 [wpt PR 52121] - Implement logic to pause/resume depth sensing, a=testonly
Automatic update from web-platform-tests
Implement logic to pause/resume depth sensing

Adds `(pause|resume)depthSensing` methods/behavior from the spec to
allow sites to mitigate the impact of having the depth sensing feature
enabled when they don't need depth (e.g. maybe they only need depth for
a placement scenario and are okay to not receive that data at other
times).

Note to Gardeners: This test relies on WebGL, which is known to not
work on the arm64 WPTs. While I've attempted to update the baselines,
please prefer to simply disable any of the WPTs in this CL on arm64 if
any end up missed.

Bug: 410607163
Change-Id: Id11ac7cf33dd2a310f58701b5c425b170d5446d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6470945
Reviewed-by: Elly FJ <ellyjones@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Reviewed-by: Fred Shih <ffred@chromium.org>
Commit-Queue: Alexander Cooper <alcooper@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1450623}

--

wpt-commits: 48ef3802576e9f5c4adc8615820f05bd19f355f5
wpt-pr: 52121
2025-04-24 11:45:16 +00:00
Nate Chapin
457fe77a68 Bug 1962209 [wpt PR 52131] - Add options to NavigatePrecommitHandler.redirect(), a=testonly
Automatic update from web-platform-tests
Add options to NavigatePrecommitHandler.redirect()

Recently introduced in the spec PR:
https://whatpr.org/html/10919/nav-history-apis.html#dom-navigationprecommitcontroller-redirect
Explainer: https://github.com/WICG/navigation-api?tab=readme-ov-file#redirects-during-deferred-commit

Change-Id: Ie88b404f5e68b6c830b1b03f01408659641e206d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6456002
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Commit-Queue: Nate Chapin <japhet@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1450636}

--

wpt-commits: 8d1e43a935a4d77b02cceee45129f80812601454
wpt-pr: 52131
2025-04-24 11:45:15 +00:00