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

875483 Коммитов

Автор SHA1 Сообщение Дата
ffxbld d3698df8d0 No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - r=release-managers,RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D203413
2024-03-04 14:45:05 +00:00
Manuel Bucher 470f9f2a2c Bug 1794464 - Allow HTTP authentication in proxy.onRequest r=extension-reviewers,robwu
This removes the restriction put in place in Bug 1545420. Auth is
currently already possible, but more inconvenient. Lift the restriction
to make Addon development more pleasant.

Differential Revision: https://phabricator.services.mozilla.com/D202946
2024-03-04 14:35:03 +00:00
Ting-Yu Lin a591467fd5 Bug 1879770 Part 2 - Add a helper to query intrinsic scrollbar-gutter size for subgrid. r=emilio
See https://bugzilla.mozilla.org/show_bug.cgi?id=1879770#c2 for an analysis.

Differential Revision: https://phabricator.services.mozilla.com/D201893
2024-03-04 14:30:23 +00:00
Ting-Yu Lin c5790fed3f Bug 1879770 Part 1 - Mark IntrinsicScrollbarGutterSizeAtInlineEdges() const. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D201892
2024-03-04 14:30:22 +00:00
Nicolas Chevobbe 89c06db655 Bug 1883305 - [devtools] Remove 123 backward compatibility code. r=ochameau,devtools-reviewers.
Differential Revision: https://phabricator.services.mozilla.com/D203395
2024-03-04 14:20:53 +00:00
Sean Feng 5ba9cd445b Bug 1483828 - [Part 6] Fix more tests caused by root element focusing behaviour update r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D202874
2024-03-04 14:16:32 +00:00
Sean Feng 3efbd66e3f Bug 1483828 - [Part 5] Add a dummy element to a few tests to ensure the focus is not unexpectedly moved to the Chrome UI. r=webdriver-reviewers,search-reviewers,mcheang,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D202873
2024-03-04 14:16:32 +00:00
Sean Feng 48d9b4cab3 Bug 1483828 - [Part 4] Ensure KEY_F6 still works properly for chrome document navigation r=smaug
KEY_F6 has a special requirement for chrome document navigation
such that if the focus algorithm has reached to the end of the
top-level chrome document, it expects to focus first element of
this chrome document, because the root element of chrome document
is not focusable. This patch is to ensure this behaviour is still
working.

dom/tests/mochitest/chrome/test_focus_docnav.xhtml is used to test this.

Differential Revision: https://phabricator.services.mozilla.com/D200864
2024-03-04 14:16:32 +00:00
Sean Feng 58b193c520 Bug 1483828 - [Part 3] Update the expected focusing behavior for some devtools tests r=smaug,devtools-reviewers,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D202505
2024-03-04 14:16:31 +00:00
Sean Feng e514703628 Bug 1483828 - [Part 2] Fix the expected behaviour of child_focus_frame.html for window_focus.xhtml r=smaug
The changes relate to `t13` is because `t13` is the <html> element,
which is not getting the focus anymore with D198436.

Another change relate to focus_frameset.html is because focus_frameset.html
contains some frames and each frame has a focusable
element in it. With the change made in D198436, these frames are no
longer getting the focus, so the expected behaviour needs to be updated.

Differential Revision: https://phabricator.services.mozilla.com/D200863
2024-03-04 14:16:31 +00:00
Sean Feng 8f46bf2a0c Bug 1483828 - [Part 1] Disallow <tab> to move focus to root element r=smaug
Brings us on-par with Chrome and Safari

Differential Revision: https://phabricator.services.mozilla.com/D198436
2024-03-04 14:16:30 +00:00
Alexandre Lissy 4b63bf2834 Bug 1847098 - Report library version from filename at crash r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D202249
2024-03-04 14:00:26 +00:00
stransky 2f2061d413 Bug 1882972 [Linux] Don't use POLLOUT on disconnected socket r=emilio
Backport from 852f23c8f4

Depends on D203430

Differential Revision: https://phabricator.services.mozilla.com/D203431
2024-03-04 13:48:08 +00:00
stransky 730a513447 Bug 1882972 [Linux] Enable pthread_setname_np() on FreeBSD r=emilio
Backport from 382e71ce1d

Differential Revision: https://phabricator.services.mozilla.com/D203430
2024-03-04 13:48:08 +00:00
Cosmin Sabou 2dde24b573 Backed out changeset a89ec49d7645 (bug 1877195) for causing wpt failures on iframe_sandbox_window_open_download_allow_downloads. CLOSED TREE 2024-03-04 16:24:27 +02:00
Greg Mierzwinski 20db00b0d2 Bug 1882506 - Use linux64/opt builds for external android browser perftests. r=kshampur,perftest-reviewers
This patch changes the dependent build on external android browser perftests to use linux64/opt builds. This will prevent us from requiring the full geckoview/fenix builds for only running tests on the external browsers. Those builds are time-consuming, and can be wasteful if we don't test the builds produced by them.

Depends on D203172

Differential Revision: https://phabricator.services.mozilla.com/D203173
2024-03-04 13:16:22 +00:00
Greg Mierzwinski b299afbe73 Bug 1882506 - Use linux64/opt builds for external desktop browser tests. r=kshampur,perftest-reviewers
This patch adds a transform that changes the build dependency for all tasks that test an external browser. Instead of having to do a full build of Firefox that might not be used (which can waste resources, and take longer than necessary), these tasks will now use the build-linux64/opt task to get the mozharness requirements. At the same time, some new mozharness config files are added to skip the install stage.

Differential Revision: https://phabricator.services.mozilla.com/D203172
2024-03-04 13:16:21 +00:00
Jonathan Sudiaman 4c8fd972e5 Bug 1876165 - Create BookmarkList class that internally stays up-to-date to indicate bookmarked open tabs in Fx View r=mak,fxview-reviewers,places-reviewers,fluent-reviewers,bolsson,sfoster,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D201759
2024-03-04 13:02:16 +00:00
Valentin Gosu 9e8381cb89 Bug 1874464 - Disable native HTTPS in marionette r=necko-reviewers,webdriver-reviewers,kershaw,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D203167
2024-03-04 12:52:32 +00:00
Kershaw Chang 8d17acbe60 Bug 1866218 - Use the latest version of HTTP/3 from Alt-Svc headers, r=necko-reviewers,valentin
Make Firefox use the latest HTTP/3 version listed in Alt-Svc headers, rather than the first one.

Differential Revision: https://phabricator.services.mozilla.com/D203235
2024-03-04 12:49:19 +00:00
Sandor Molnar 72866aa04b Backed out changeset b2dd957f853b (bug 1873263) for causing xpc failures @ netwerk/test/unit/test_webtransport_simple.js CLOSED TREE 2024-03-04 14:35:05 +02:00
James Teh 5ea5ad1b92 Bug 1881195: Implement IsControlElement and IsContentElement UIA properties. r=nlapre
Exactly what should be a control element on the web and what shouldn't isn't really documented anywhere.
So, this is a little based on ideas from Chromium and a little based on my own understanding of how this should ideally work.
This will definitely need to be tweaked as we further develop UIA.
For now, the primary aim is to avoid the performance cliff caused by the UIA -> IA2 proxy's suboptimal implementation of IsControlElement.
We map IsContentElement to IsControlElement, just as Chromium does.

Differential Revision: https://phabricator.services.mozilla.com/D202923
2024-03-04 11:36:15 +00:00
Sandor Molnar 53731fd1d3 Backed out changeset 3e43e8574f5f (bug 1795067) for causing perma bc failures @ dom/security/test/csp/browser_pdfjs_not_subject_to_csp.js CLOSED TREE 2024-03-04 13:09:38 +02:00
Malte Juergens 6f3f7cfe1d Bug 1881533 - Add WPT to ensure referrer doesn't get dropped during fragment navigation and history.pushState/replaceState r=freddyb
Differential Revision: https://phabricator.services.mozilla.com/D203261
2024-03-04 10:58:24 +00:00
Marten Richter 5ef566ca7f Bug 1873263 - WebTransport: Fix serverCertificateHashes Implementation r=kershaw,necko-reviewers,keeler
The current serverCertificateHashes implementation does not follow the
WebTransport specification, that introduced serverCertificateHashes
as a tool to replace certificate chain verification.
Instead it introduced the hashes as an additional check.
This patch moves the check to the Http3Session object and modifies
the connection manager' hashes to prevent crossSite certificate
poisoning. It is - as the WebTransport Implementation in Firefox -
currently limited to http3 only.
However, since the hashes live on the ConnectionEntries,
it should be possible to extend this in the future.

Differential Revision: https://phabricator.services.mozilla.com/D197857
2024-03-04 10:54:09 +00:00
stransky 15457cc0cc Bug 1882998 [Wayland Proxy] Minor logging tweak r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D203260
2024-03-04 10:46:56 +00:00
stransky a12979c0f9 Bug 1882998 [Wayland] Fallback correctly to X11 if Gtk already switched from Wayland to X11 r=emilio
If Gtk switched from Wayland to X11 during display open phase, do that change on browser side too.
It may happen if WAYLAND_DISPLAY is wrongly set or compositor is slow or so.

Differential Revision: https://phabricator.services.mozilla.com/D203259
2024-03-04 10:46:56 +00:00
stransky 57f5d905a6 Bug 1882998 [Wayland Proxy] Fail if we can't connect to compositor for some time r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D203249
2024-03-04 10:46:55 +00:00
stransky d81c2d5b20 Bug 1883004 [Linux] Remove mXWindow member from GtkCompositorWidget and use the one from WindowSurfaceProvider r=emilio
Depends on D203255

Differential Revision: https://phabricator.services.mozilla.com/D203256
2024-03-04 10:38:55 +00:00
stransky b3fb52a4f7 Bug 1883004 [Linux] Export XWindow from WindowSurfaceProvider r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D203255
2024-03-04 10:38:54 +00:00
Mark Banner 2087ca8f94 Bug 1880432 - Correct the id used for matching OpenSearch engines in the override allowlist. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D203407
2024-03-04 10:37:42 +00:00
Gabriele Svelto aa43fa218e Bug 1831092 - Use the new pull-based API for all crash annotations and remove the global annotations table r=jgilbert,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,padenot,handyman,afranchuk,valentin,alwu,sotaro
This changes comes with several different refactorings all rolled into one,
unfotunately I couldn't find a way to pull them apart:
- First of all annotations now can either recorded (that is, we copy the value
  and have the crash reporting code own the copy) or registered. Several
  annotations are changed to use this functionality so that we don't need to
  update them as their value change.
- The code in the exception handler is modified to read the annotations from
  the mozannotation_client crate. This has the unfortunate side-effect that
  we need three different bits of code to serialize them: one for annotations
  read from a child process, one for reading annotations from the main process
  outside of the exception handler and one for reading annotations from the
  main process within the exception handler. As we move to fully
  out-of-process crash reporting the last two methods will go away.
- The mozannotation_client crate now doesn't record annotation types anymore.
  I realized as I was working on this that storing types at runtime has two
  issues: the first one is that buggy code might change the type of an
  annotation (that is record it under two different types at two different
  moments), the second issue is that types might become corrupt during a
  crash, so better enforce them at annotation-writing time. The end result is
  that the mozannotation_* crates now only store byte buffers, track the
  format the data is stored in (null-terminated string, fixed size buffer,
  etc...) but not the type of data each annotation is supposed to contain.
- Which brings us to the next change: concrete types for annotations are now
  enforced when they're written out. If an annotation doesn't match the
  expected type it's skipped. Storing an annotation with the wrong type will
  also trigger an assertion in debug builds.

Differential Revision: https://phabricator.services.mozilla.com/D195248
2024-03-04 10:24:43 +00:00
Christoph Kerschbaumer 42efa58063 Bug 1877195: Expand mixed-content download protection to all http downloads, r=freddyb,Gijs,anti-tracking-reviewers,pbz
Differential Revision: https://phabricator.services.mozilla.com/D200267
2024-03-04 10:03:18 +00:00
Nicolas Silva 9f4df070bc Bug 1882526 - Avoid zero-sized mask render tasks. r=gfx-reviewers,lsalzman
It is unexpected since adjust_mask_scale_for_max_size rounds the rectangle out but asserting it caused crash spikes (see bug 1882416). This patch will discard the primitive or segment instead of attempting to allocate an invalid mask. If this causes some popping, we'll get some context in the logs.

Differential Revision: https://phabricator.services.mozilla.com/D202944
2024-03-04 09:44:58 +00:00
moz-wptsync-bot d83f35059b Bug 1883218 - [wpt-sync] Update web-platform-tests to eca081525f043ca6e09a78f94fea5b74c8f43902, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: eca081525f043ca6e09a78f94fea5b74c8f43902
wpt-type: landing
2024-03-04 09:27:16 +00:00
moz-wptsync-bot 422e109a64 Bug 1883056 [wpt PR 44882] - Update wpt metadata, a=testonly
wpt-pr: 44882
wpt-type: metadata
2024-03-04 09:27:15 +00:00
Sam Sneddon 20a378a7d7 Bug 1883056 [wpt PR 44882] - Implement percentage values for letter-spacing and word-spacing per css-text-4, a=testonly
Automatic update from web-platform-tests
Implement percentage values for letter-spacing and word-spacing per css-text-4

Exported from https://bugs.webkit.org/show_bug.cgi?id=262762

--

wpt-commits: ffae172a1c2e44bddf71ca9430bc2aa519fbff6e
wpt-pr: 44882
2024-03-04 09:27:14 +00:00
Mukilan Thiyagarajan fee9b7246a Bug 1882959 [wpt PR 44877] - Remove 'libegl1-mesa-dev' from docker image, a=testonly
Automatic update from web-platform-tests
Remove 'libegl1-mesa-dev' from docker image

This package was added in #44576 but it is no longer needed
now because Servo has removed the runtime dependency
in servo/servo#31431.

The docker image version does not need to be updated in this patch since no new image was published to Docker Hub and
the version bump in #44576 actually referred to the latest published version on Docker Hub before the change landed.
--

wpt-commits: 192a141d471fa4a01098b5d4e1f4d845597dff21
wpt-pr: 44877
2024-03-04 09:27:13 +00:00
dependabot[bot] 0dd28bc41a Bug 1882905 [wpt PR 44870] - Bump taskcluster from 60.3.2 to 60.4.1 in /tools, a=testonly
Automatic update from web-platform-tests
Bump taskcluster from 60.3.2 to 60.4.1 in /tools

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 60.3.2 to 60.4.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taskcluster/taskcluster/compare/v60.3.2...v60.4.1)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
--

wpt-commits: 482b3dd2355935a3d768decc3c75b89231ce233c
wpt-pr: 44870
2024-03-04 09:27:13 +00:00
Mason Freed 4137cf827a Bug 1882346 [wpt PR 44815] - Switch to GetFocusDelegate() in GetFocusableArea(), a=testonly
Automatic update from web-platform-tests
Switch to GetFocusDelegate() in GetFocusableArea()

This was part of the DialogNewFocusBehavior feature, but it appears
to fix another delegatesFocus bug (crbug.com/324112201). This CL
enables this part of the behavior, which is to call
GetFocusDelegate() instead of FindFocusableElementInShadowHost(),
in Element::GetFocusableArea(). Those differ slightly in how they
handle `delegatesFocus`.

This change is gated behind a killswitch, and I added a test that
fails without this CL.

Fixed: 324112201
Change-Id: I097f40d0b3d4bbd0218d9fc87bfc00fec8397ccd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5322395
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Auto-Submit: Mason Freed <masonf@chromium.org>
Commit-Queue: Mason Freed <masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1267347}

--

wpt-commits: 9aa0f67e426fac988de1625eb6c8926e225df602
wpt-pr: 44815
2024-03-04 09:27:12 +00:00
moz-wptsync-bot 9d93b3d060 Bug 1882902 [wpt PR 44869] - Update wpt metadata, a=testonly
wpt-pr: 44869
wpt-type: metadata
2024-03-04 09:27:11 +00:00
Khushal Sagar cdc0fe4db3 Bug 1882902 [wpt PR 44869] - blink: Rename pageconceal to pageswap., a=testonly
Automatic update from web-platform-tests
blink: Rename pageconceal to pageswap.

This is a purely mechanical change to rename pageconceal event to
pageswap. See spec here: https://html.spec.whatwg.org/#the-pageswapevent-interface.

Bug: 1522213
Change-Id: I229b00d34d3e19b5d13c3f69412d132f7c80badb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5336496
Reviewed-by: Vladimir Levin <vmpstr@chromium.org>
Reviewed-by: Brendon Tiszka <tiszka@chromium.org>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Auto-Submit: Khushal Sagar <khushalsagar@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1267272}

--

wpt-commits: 4a3dc5d41822e9e5a5917553cfaff18e192c531c
wpt-pr: 44869
2024-03-04 09:27:10 +00:00
Fredrik Söderquist cc6a97c920 Bug 1882509 [wpt PR 44832] - Fix throttling SMIL animations on <stop> elements, a=testonly
Automatic update from web-platform-tests
Fix throttling SMIL animations on <stop> elements

<stop> elements are not in the layout tree, so they would be considered
to be throttleable. Add a check for computed style as well. Factor out
the throttling checks into a helper and document them.

Fixed: 327254045
Change-Id: I9048a1a6d4af83c67c896034c3b32647e613a38b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5329732
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Auto-Submit: Fredrik Söderquist <fs@opera.com>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1266902}

--

wpt-commits: 8ec330b40e30e3a8c32c70eae02157836b18d752
wpt-pr: 44832
2024-03-04 09:27:09 +00:00
moz-wptsync-bot c9bfe4b761 Bug 1882237 [wpt PR 44808] - Update wpt metadata, a=testonly
wpt-pr: 44808
wpt-type: metadata
2024-03-04 09:27:09 +00:00
Anders Hartvoll Ruud feef70fcee Bug 1882237 [wpt PR 44808] - [zoom] Adjust line-height and width when the effective zoom changes, a=testonly
Automatic update from web-platform-tests
[zoom] Adjust line-height and width when the effective zoom changes

Based on CL:5302760 by chrishtr@.

In Blink, lengths are stored on the ComputedStyle with "premultiplied
zoom", meaning that for e.g. width:20px;zoom:200%, the width is stored
as "40". Currently, we do not account for this during inheritance:
we inherit that "40" as-is, even if the effective zoom of the element
we're inheriting into is not the same. Issue 9397 [1] clarified that
this is not correct, and therefore we need to adjust our zoomed values
when inheriting.

This CL solves this problem by using our existing code paths
for creating the computed CSSValue (which already does unzooming)
and for applying that CSSValue onto a ComputedStyle (which already
does zooming).

We need two things for this to work:

 1. Special behavior in Longhand::ApplyInherit, which detects if
    the effective zoom changed, and if so, inherits via the computed
    CSSValue path instead of the regular ComputedStyle-to-ComputedStyle
    path. However, Longhand::ApplyInherit is only reached if an explicit
    inherit/unset exists in the cascade, but we also need to make the
    adjustment for *inherited* properties (e.g. line-height).
    Therefore:
 2. During cascade expansion, if the effective zoom changes vs. the
    parent zoom, we insert explicit 'unset' values at the bottom
    of the cascade. This ensures that we always reach ApplyInherit
    for affected properties.

This CL only enables the zoom adjustment for one inherited property
(line-height), and one non-inherited property (width) to establish
the pattern. Future CLs will incrementally add the 'affected_by_zoom'
flag to the relevant properties.

Bug: 40946858

[1] https://github.com/w3c/csswg-drafts/issues/9397

Change-Id: Iab4dd978143e56264a5c78377055ecbb0363b276
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5323090
Commit-Queue: Chris Harrelson <chrishtr@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1267277}

--

wpt-commits: 87e7f1cf0f39c0ec2ce195cce8d637fbd6d25ea0
wpt-pr: 44808
2024-03-04 09:27:08 +00:00
John Stiles 87fef13d44 Bug 1882887 [wpt PR 44867] - Use exact values to get exactly-matching test results., a=testonly
Automatic update from web-platform-tests
Use exact values to get exactly-matching test results.

The values originally used in this test for the Perlin noise
frequency (0.025, 0.1) are not exact values in binary floating
point. For instance, 0.025 becomes 0x3ccccccd, or perhaps
0x3ccccccc, depending on how the number is parsed.

We now use numbers which are round in both base 2 and base 10,
and are roughly similar to the original values. For instance,
0.025 has been replaced by 0.03125, which is exactly 0x3d000000.
Visually, this slightly changes the size of the noise ripples
but as a test, it is not meaningfully different otherwise.

Bug: 327665192
Change-Id: I6d708d17d77ed0bc2a53827369a08a7415333059
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5332945
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: John Stiles <johnstiles@google.com>
Cr-Commit-Position: refs/heads/main@{#1267247}

--

wpt-commits: bec260dd7137088023c26303765a3037abc71b8f
wpt-pr: 44867
2024-03-04 09:27:07 +00:00
moz-wptsync-bot 99f635146a Bug 1880890 [wpt PR 44658] - Update wpt metadata, a=testonly
wpt-pr: 44658
wpt-type: metadata
2024-03-04 09:27:07 +00:00
Noam Rosenthal 5cd9e10fb6 Bug 1880890 [wpt PR 44658] - DOM: Added a few batch-insertion scenarios that are incompatible across engines, a=testonly
Automatic update from web-platform-tests
DOM: Added a few batch-insertion scenarios that are incompatible across engines (#44658)

Co-authored-by: Anthony Ramine <n.oxyde@gmail.com>
Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
Co-authored-by: Dominic Farolino <domfarolino@gmail.com>
--

wpt-commits: 870bb35db3236ff771adfd25c38394b3c499536b
wpt-pr: 44658
2024-03-04 09:27:06 +00:00
John Stiles fe00da82c4 Bug 1882849 [wpt PR 44863] - Enable Raster Pipeline Perlin Noise and rebaseline., a=testonly
Automatic update from web-platform-tests
Enable Raster Pipeline Perlin Noise and rebaseline.

Unlike the legacy implementation, this version properly handles
rotation. It is also much faster thanks to SIMD.

Bug: 40045243
Change-Id: Iee769ad8462ff433c4bd3ae56cd655334c6bba5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5323882
Reviewed-by: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
Cr-Commit-Position: refs/heads/main@{#1267154}

--

wpt-commits: 63088cf1381ad54fee88cacc36d52e615df1a9df
wpt-pr: 44863
2024-03-04 09:27:05 +00:00
moz-wptsync-bot 47ba12f9b6 Bug 1882445 [wpt PR 44824] - Update wpt metadata, a=testonly
wpt-pr: 44824
wpt-type: metadata
2024-03-04 09:27:04 +00:00