Commit Graph

863346 Commits

Author SHA1 Message Date
smayya
d48bff0b3e Bug 1896350 - Add telemetry probes for monitoring http response statuses. r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D212617
2024-06-05 14:25:44 +00:00
sunil mayya
433138337b Bug 1896350 - update Nimbus feature manifest for network.auth.use_redirect_for_retries. r=necko-reviewers,kershaw,valentin
Depends on D211812

Differential Revision: https://phabricator.services.mozilla.com/D211813
2024-06-05 14:25:43 +00:00
sunil mayya
3e6a62407b Bug 1896350 - enable network.auth.use_redirect_for_retries by default. r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D211812
2024-06-05 14:25:43 +00:00
Stanca Serban
502fdc9e7b Backed out 2 changesets (bug 1897278) for causing xpcshell failures in test_BackupService_enable_disable_encryption.js. CLOSED TREE
Backed out changeset b24523dedba4 (bug 1897278)
Backed out changeset d5e43f371c09 (bug 1897278)
2024-06-05 17:38:43 +03:00
Jan-Niklas Jaeschke
f5afed65f6 Bug 1900797 - Added missing break in switch statement. r=sstanca
Differential Revision: https://phabricator.services.mozilla.com/D212695
2024-06-05 14:27:57 +00:00
Julian Descottes
c69a3aba8c Bug 1897583 - [devtools] Remove outdated link to Manifest Validator r=devtools-reviewers,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D212663
2024-06-05 14:07:56 +00:00
Dão Gottwald
20f9e67b9c Bug 1900784 - Move toolbar[customizing] #ion-button rule to toolbarbutton-icons.css. r=emilio,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D212681
2024-06-05 14:06:39 +00:00
Dão Gottwald
9b947f2e0a Bug 1900783 - Merge titlebar and toolbar rules from browser/base/content/browser.css into browser-shared.css and toolbarbuttons.css. r=emilio,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D212680
2024-06-05 14:06:39 +00:00
Greg Stoll
1981579755 Bug 1899703, 1899971 - don't shutdownhang when quitting while DLP request is active r=dlp-reviewers,handyman
Differential Revision: https://phabricator.services.mozilla.com/D212474
2024-06-05 14:05:56 +00:00
Eemeli Aro
9dbe300430 Bug 1351669 - Remove obsolete test.properties file. r=florian
Differential Revision: https://phabricator.services.mozilla.com/D212682
2024-06-05 14:05:37 +00:00
alexandra.virvara
7e228f3e82 Bug 1895440: add new UX for strong password generator feature r=boek,android-reviewers,delphine,geckoview-reviewers,007
Differential Revision: https://phabricator.services.mozilla.com/D211003
2024-06-05 14:02:50 +00:00
Nicolas Chevobbe
b74d0003ff Bug 1899107 - [devtools] Display light-dark function in autocomplete. r=layout-reviewers,emilio.
Differential Revision: https://phabricator.services.mozilla.com/D211716
2024-06-05 13:53:08 +00:00
Mike Conley
8348a05e60 Bug 1897278 - Add methods to BackupService to enable / disable encryption. r=backup-reviewers,kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D211438
2024-06-05 13:49:29 +00:00
Mike Conley
361e271c49 Bug 1897278 - Make the backups profile folder a constant accessible off of the BackupService class. r=backup-reviewers,kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D211437
2024-06-05 13:49:28 +00:00
Randell Jesup
7a7d48c3d6 Bug 1899112: Fix issues with disabling OMT decompression r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D212579
2024-06-05 13:31:46 +00:00
t-p-white
72176a5838 Bug 1900773 - Updated stings to include additional likert option, 'fallback' values, UI text and minor refactor. r=android-reviewers,amejiamarmol
Differential Revision: https://phabricator.services.mozilla.com/D212671
2024-06-05 13:26:55 +00:00
Tooru Fujisawa
f2af23c0b8 Bug 1900465 - Part 1: Encode offset of super classes in mozsearch plugin. r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D212641
2024-06-05 13:15:36 +00:00
Tooru Fujisawa
9616e53ba4 Bug 1900465 - Part 0: Reflect mozsearch change. r=asuth
Port b815e98eca

Differential Revision: https://phabricator.services.mozilla.com/D212640
2024-06-05 13:15:35 +00:00
Gijs Kruitbosch
9962ebd5a0 Bug 1896187 - make FeatureGate 'features to try' page use the same jexl filtering as Nimbus, r=barret,settings-reviewers,mconley
Differential Revision: https://phabricator.services.mozilla.com/D210086
2024-06-05 13:10:49 +00:00
Frédéric Wang
0c17e3c0f3 Bug 1892734 - Add tests for checking the priority set in our HTTP requests. r=valentin
In bug 1864392, the urgency parameter set in our HTTP requests [1] is
adjusted according to the value of the internal priority. This patch
adds basic tests to verify some adjustments, and indirectly the internal
priority, for scripts, images, styles, fonts and global fetches using
different values of fetchpriority.

This is done by introducing a Python handler [2] that serves different
kind of content depending on the urgency parameter it receives and a
WPT test that extracts the urgency from the served content.

[1] https://www.rfc-editor.org/rfc/rfc9218.html#name-urgency
[2] https://web-platform-tests.org/writing-tests/python-handlers/index.html

Differential Revision: https://phabricator.services.mozilla.com/D211988
2024-06-05 13:05:58 +00:00
Mike Conley
a37c6fe7cd Bug 1900618 - Disable test_ArchiveEncryptionState.js if running Apple silicon in automation. r=jmaher,backup-reviewers,kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D212603
2024-06-05 13:04:12 +00:00
Mike Conley
48c038080f Bug 1900618 - Add an automation test condition to mozinfo. r=jmaher,taskgraph-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D212602
2024-06-05 13:04:12 +00:00
Sean
05c9da18d0 Bug 1861285 - DNS-over-HTTPS (DoH, TRR) provider change from default to increased/max protection set network.trr.uri to fallbackProviderURI while maintaining other mode changes r=edgul,valentin,settings-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D209805
2024-06-05 13:03:11 +00:00
Manuel Bucher
283938680a Bug 1891794 - Ignore changes in places.frecency.accelerateRecalculation in verify mochitests r=mak
Differential Revision: https://phabricator.services.mozilla.com/D212676
2024-06-05 13:03:08 +00:00
Jeremy Swinarton
fbe16d82f3 Bug 1889880: temporarily cancel tab hover UI delay when leaving tabstrip r=dwalker,tabbrowser-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D209167
2024-06-05 12:36:13 +00:00
James Teow
ba7675f6a8 Bug 1900613 - Remove additional references to custom screenshots from TopSites - r=dao
Technically, screenshots/customScreenshotURLs are still forwardable to callers by
way of retrieving frecent and pinned sites via NewTabUtils.

Differential Revision: https://phabricator.services.mozilla.com/D212568
2024-06-05 12:11:05 +00:00
Emilio Cobos Álvarez
e41f7d6acb Bug 1899597 - Add a perf test for DOM removal with positional pseudo-classes. r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D212038
2024-06-05 11:48:24 +00:00
Emilio Cobos Álvarez
736a195c9d Bug 1898214 - Implement min/max-derived sizing for <input type=number>. r=smaug
See https://github.com/whatwg/html/issues/10390 for the spec issue.

Differential Revision: https://phabricator.services.mozilla.com/D212545
2024-06-05 11:47:14 +00:00
Patrycja Rosa
2fd5180fa7 Bug 1900701 - Set MOZ_SYSTEM_JPEG when --with-system-jpeg has been requested. r=firefox-build-system-reviewers,glandium
Differential Revision: https://phabricator.services.mozilla.com/D212612
2024-06-05 11:40:15 +00:00
Jan-Niklas Jaeschke
c25a8c4b54 Bug 1867940 - Text Fragments: Implement sensible default colors. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D212378
2024-06-05 10:46:53 +00:00
Gregory Pappas
d22110501e Bug 1900739 - Remove IsCompositingCheap() r=tnikkel
It's not used since bug 1726291

Differential Revision: https://phabricator.services.mozilla.com/D212649
2024-06-05 10:03:52 +00:00
Stanca Serban
dc1a9a45f0 Backed out changeset 96ac99da1b16 (bug 1615282) for causing Android build bustages. CLOSED TREE 2024-06-05 13:10:05 +03:00
Valentin Gosu
b6c210f071 Bug 1900555 - Add priority adjustment prefs to the Feature Manifest r=acreskey
Differential Revision: https://phabricator.services.mozilla.com/D212534
2024-06-05 09:38:50 +00:00
Valentin Gosu
1bb13a1b5f Bug 1900555 - Add fetchpriority prefs to the Feature Manifest r=acreskey
Differential Revision: https://phabricator.services.mozilla.com/D212533
2024-06-05 09:38:49 +00:00
Jan Grulich
1e2047da3a Bug 1615282 - Stop screencast when there is non-recoverable error r=pehrsons
In DesktopCapture, the callback OnCaptureResult also returns a result of
CaptureFrame, whether it was successful or failed. When ERROR_PERMANENT
is returned, it means that all the following attempts to capture a frame
will not succeed and at this point we should stop capturing. To stop
capturing, we propagate CaptureEnded event up to the DeviceListener and
stop screencast.

Differential Revision: https://phabricator.services.mozilla.com/D201956
2024-06-05 09:27:28 +00:00
Masayuki Nakano
bfe91b233b Bug 1889038 - Make textInput event enabled in the Nightly channel r=smaug
Due to it's near end of current cycle, let's enable this new event only in
the Nightly channel.  Then, let's make it ride the train starting from the
next cycle.

Differential Revision: https://phabricator.services.mozilla.com/D206332
2024-06-05 09:05:22 +00:00
Otto Länd
96196fc55a Bug 1841370: apply code formatting via Lando
# ignore-this-changeset
2024-06-05 09:06:24 +00:00
Alexandre Lissy
342132bb48 Bug 1841370 - Add mach repackage snap and snap-install for testing development builds under Snap. r=firefox-build-system-reviewers,sergesanspaille
This adds the command `mach repackage snap`, which packages the current
build as a Snap (with the app name firefox_devel, to not interfere with
installs of the normal firefox package).  It can also accept a tar file
as input, for example to repack a build from Taskcluster.

It also adds `mach repackage snap-install`, which installs the package
and connects its plugs with `snap connect` (normally done by default,
but not for an unsigned package like this).

Building a Snap package requires the `snapcraft` command, which is
available as a Snap (and maybe from other package managers).

Depends on D182615

Differential Revision: https://phabricator.services.mozilla.com/D182616
2024-06-05 09:02:26 +00:00
Jed Davis
492f94ade5 Bug 1841370 - widget/gtk: handle the snap name having the "-devel" suffix. r=stransky
The `mach repackage snap` command creates a Snap named `firefox-devel`
(currently only Firefox is supported), in order not to interfere with
the official package.  We ignore the `SNAP_NAME` env var if it names
a different app (assuming it was an unconfined Snap that launched a
non-Snap Firefox as a helper), so we need to recognize our own name with
the "-devel" suffix to avoid potential odd behavior (see bug 1825181 for
an example).

Differential Revision: https://phabricator.services.mozilla.com/D182614
2024-06-05 09:02:24 +00:00
moz-wptsync-bot
d0495809eb Bug 1900407 - [wpt-sync] Update web-platform-tests to a975c0fc84f2a43f7a9bccc3d8f1d68f3d348828, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: a975c0fc84f2a43f7a9bccc3d8f1d68f3d348828
wpt-type: landing
2024-06-05 09:01:36 +00:00
moz-wptsync-bot
babd73cbe5 Bug 1900549 - Remove disallowed characters to fix the lint error.
Differential Revision: https://phabricator.services.mozilla.com/D212527
2024-06-05 09:01:35 +00:00
moz-wptsync-bot
48c791ea3e Bug 1900317 [wpt PR 46588] - Update wpt metadata, a=testonly
wpt-pr: 46588
wpt-type: metadata
2024-06-05 09:01:34 +00:00
Daniil Sakhapov
5d402b8fef Bug 1900317 [wpt PR 46588] - Don't use GetDoubleValue for scale property parsing, a=testonly
Automatic update from web-platform-tests
Don't use GetDoubleValue for scale property parsing

Bug: 40944203
Change-Id: Ibb98fbe2334b0f3cb7a8376ba22335c59bb62bda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5585017
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Daniil Sakhapov <sakhapov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1309260}

--

wpt-commits: a975c0fc84f2a43f7a9bccc3d8f1d68f3d348828
wpt-pr: 46588
2024-06-05 09:01:33 +00:00
moz-wptsync-bot
1c35704ecc Bug 1900315 [wpt PR 46587] - Update wpt metadata, a=testonly
wpt-pr: 46587
wpt-type: metadata
2024-06-05 09:01:33 +00:00
Daniil Sakhapov
38b3021170 Bug 1900315 [wpt PR 46587] - Replace GetDoubleValue with ComputeNumber for CSSColorMixValue, a=testonly
Automatic update from web-platform-tests
Replace GetDoubleValue with ComputeNumber for CSSColorMixValue

Bug: 40946458
Change-Id: If3b40844792d21e0fded85f4a69fbeefc4d0515a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5584818
Commit-Queue: Daniil Sakhapov <sakhapov@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1309259}

--

wpt-commits: f860092f065ebbe19dbba339320e09161dea92e1
wpt-pr: 46587
2024-06-05 09:01:32 +00:00
moz-wptsync-bot
62cb607f5b Bug 1900311 [wpt PR 46585] - Update wpt metadata, a=testonly
wpt-pr: 46585
wpt-type: metadata
2024-06-05 09:01:31 +00:00
Koji Ishii
8da04c7c01 Bug 1900311 [wpt PR 46585] - [text-box-trim] Fix end for block-in-inline, a=testonly
Automatic update from web-platform-tests
[text-box-trim] Fix end for block-in-inline

This patch fixes trimming the end for block-in-inline.

All changes are under a runtime flag enabled only for testing.

Bug: 40254880
Change-Id: Id711aa3f28b458a9594ba659b308a03cb381de1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5588017
Commit-Queue: Lingqi Chi <lingqi@chromium.org>
Reviewed-by: Lingqi Chi <lingqi@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Auto-Submit: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1309228}

--

wpt-commits: 30374552aeb865ab70f691844aedd6534657f37c
wpt-pr: 46585
2024-06-05 09:01:30 +00:00
Haruhisa SHIN
fe5c45c208 Bug 1900309 [wpt PR 46584] - Add tests for get_title with multibyte characters, a=testonly
Automatic update from web-platform-tests
Add tests for get_title with multibyte characters (#46584)

Co-authored-by: Haruhisa SHIN <haruhisa.shin@sony.com>
--

wpt-commits: 27c0328209eaf2ddf5d63a8f2df926f59e3c9256
wpt-pr: 46584
2024-06-05 09:01:30 +00:00
moz-wptsync-bot
4c16532f8d Bug 1900298 [wpt PR 46582] - Update wpt metadata, a=testonly
wpt-pr: 46582
wpt-type: metadata
2024-06-05 09:01:29 +00:00
Koji Ishii
ad7f063674 Bug 1900298 [wpt PR 46582] - [text-box-trim] Fix two block-in-inline in a row, a=testonly
Automatic update from web-platform-tests
[text-box-trim] Fix two block-in-inline in a row

When the first formatted line is inside of a block-in-inline,
`IsBlockStartTrimmed` needs to be propagated from the block.

When normal inline follows, the propagation isn't necessary
because the algorithm checks `IsFirstFormattedLine()`, but the
issue appears when a block-in-inline follows it. The test for
followed by normal inline is in:
`text-box-trim-block-in-inline-start-001`.

Tests for end will be in following patches.

All changes are under a runtime flag enabled only for testing.

Bug: 40254880
Change-Id: I5f053d5999d98378ef4b39cacec2d6923aa1d8c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5591191
Reviewed-by: Lingqi Chi <lingqi@chromium.org>
Auto-Submit: Koji Ishii <kojii@chromium.org>
Commit-Queue: Lingqi Chi <lingqi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1309185}

--

wpt-commits: edf44fecb0e82a320eb94acaed95189ec80ab87c
wpt-pr: 46582
2024-06-05 09:01:28 +00:00