Commit Graph

756806 Commits

Author SHA1 Message Date
Dão Gottwald
50f3fc0ecc Bug 1709601 - Consolidate checkbox styling. r=Itiel
Differential Revision: https://phabricator.services.mozilla.com/D114350
2021-05-09 04:17:04 +00:00
Dão Gottwald
1465ef37f2 Bug 1710082 - Make --toolbarbutton-icon-fill-attention the native accent color in High Contrast mode on Windows. r=Itiel
Differential Revision: https://phabricator.services.mozilla.com/D114602
2021-05-09 04:10:26 +00:00
Emilio Cobos Álvarez
fd3b4da85a Bug 1710059 - Fix order of transform application in WebRenderScrollDataWrapper. r=botond
When we have a both bottom and top layer, we weren't applying the
transforms in the right order.

Do you know what the right way to test this is?

Differential Revision: https://phabricator.services.mozilla.com/D114629
2021-05-08 22:58:44 +00:00
Alexandru Michis
4b2cad43d1 Backed out 2 changesets (bug 1707513) for causing reftest failures in partial-prerender-expansion-with-resolution-1.html
Backed out changeset f9bdd1b929f2 (bug 1707513)
Backed out changeset b76d28f3a159 (bug 1707513)
2021-05-08 22:13:23 +03:00
Gagah Pangeran Rosfatiputra
250274d5c7 Bug 1709506 - doc: change html link format to rst link format. r=sylvestre DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D114681
2021-05-08 18:13:43 +00:00
Dão Gottwald
34d2f64a86 Bug 1710119 - Improve contrast of the selected tab and tab hover feedback in high contrast mode. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D114630
2021-05-08 16:52:52 +00:00
moz-wptsync-bot
a528363a34 Bug 1710201 - [wpt-sync] Update web-platform-tests to c435fae819e593723c4db853c76019e8122f2183, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: c435fae819e593723c4db853c76019e8122f2183
wpt-type: landing
2021-05-08 16:20:49 +00:00
François Beaufort
61a2f2213f Bug 1710002 [wpt PR 28888] - [Web Bluetooth] Throw TypeError if dataPrefix is present and empty, a=testonly
Automatic update from web-platform-tests
[Web Bluetooth] Throw TypeError if dataPrefix is present and empty

This CL makes sure a TypeError is thrown when manufacturer data filter
contains an empty dataPrefix.

Spec: https://github.com/WebBluetoothCG/web-bluetooth/pull/548
Bug: 707635
Change-Id: I849e4aa095e8128899802210c84be5f813d5b439
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2878794
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Commit-Queue: François Beaufort <beaufort.francois@gmail.com>
Cr-Commit-Position: refs/heads/master@{#880686}

--

wpt-commits: c435fae819e593723c4db853c76019e8122f2183
wpt-pr: 28888
2021-05-08 16:20:48 +00:00
Ian Kilpatrick
eaf5f8a689 Bug 1710161 [wpt PR 28907] - [TablesNG] Fix OOF static-position of empty baseline-aligned table-cells, a=testonly
Automatic update from web-platform-tests
[TablesNG] Fix OOF static-position of empty baseline-aligned table-cells

Alignment typically does affect the static-position of any
OOF-positioned children inside of a table-cell. However when we are
baseline-aligned, we should only apply the adjustment if we have
*inflow* children.

This doesn't shift the OOF-positioned children if we have no inflow
children.

Bug: 1206654
Change-Id: I54e80831148407797354157d2c0d19afbb2a7858
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2880809
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880652}

--

wpt-commits: ffa840434904f20efc52145bb66048129a874fad
wpt-pr: 28907
2021-05-08 16:20:47 +00:00
moz-wptsync-bot
50790aa30c Bug 1710182 [wpt PR 28911] - Update wpt metadata, a=testonly
wpt-pr: 28911
wpt-type: metadata
2021-05-08 16:20:47 +00:00
Ethan Jimenez
e3be632522 Bug 1710182 [wpt PR 28911] - [GridNG] Update test expectations of legacy grid failure, a=testonly
Automatic update from web-platform-tests
[GridNG] Update test expectations of legacy grid failure

Rebaselining expectations of a test failing due to incorrect margin
collapsing in legacy; LayoutNG implementation fixes the issue.

Bug: 1045599
Change-Id: I9d0d57931e9d65ea5cc38755f332b93968534f52
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2881175
Commit-Queue: Ethan Jimenez <ethavar@microsoft.com>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880641}

--

wpt-commits: 2a50e89663e666191f451b0ffbc643dbe3e00d8a
wpt-pr: 28911
2021-05-08 16:20:46 +00:00
L. David Baron
2cf5deb022 Bug 1709929 [wpt PR 28877] - Make 3D Rendering Context follow DOM tree for absolute/fixed position., a=testonly
Automatic update from web-platform-tests
Make 3D Rendering Context follow DOM tree for absolute/fixed position.

When TransformInterop is enabled, make the notion of 3D Rendering
Context and the should_flatten_inherited_transform state follow the DOM
tree for absolute and fixed-positioned elements like it does for
everything else.

(This changes behavior only when
RuntimeEnabledFeatures::TransformInteropEnabled().)

This is one of a number of changes discussed in more detail in
https://docs.google.com/document/d/1Up6NwhX0lWhASPCa0gADbV3kvEFGezbDxotAgKzfSUQ/edit

Fixed: 1189985
Change-Id: If56d8092bdab4bd294c98d5b3c73ec4bc1d32009
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2877917
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: David Baron <dbaron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880630}

--

wpt-commits: 8dee5dbb8c9b17ae876ad3b1f74043c0156487ba
wpt-pr: 28877
2021-05-08 16:20:46 +00:00
Mason Freed
9ec43a443f Bug 1710177 [wpt PR 28910] - Mark xmldecl-3 as slow, a=testonly
Automatic update from web-platform-tests
Mark xmldecl-3 as slow

This should hopefully reduce/eliminate timeout flakiness on the bots.

Fixed: 1206772
Change-Id: I72ab9c207357efbf3941dd96f17fa2f24ba22872
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2880906
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Commit-Queue: Mason Freed <masonf@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880605}

--

wpt-commits: d684e879acbb6e8ccf66dc943f41fff00154467a
wpt-pr: 28910
2021-05-08 16:20:45 +00:00
Philip Jägenstedt
417f08a201 Bug 1709690 [wpt PR 28849] - Fix setting os.environ["PATH"] to a binary string, a=testonly
Automatic update from web-platform-tests
Fix setting os.environ["PATH"] to a binary string (#28849)

This code would raise "TypeError: str expected, not bytes" is run using
Python 3, since setting os.environ keys implictly encodes using
sys.getfilesystemencoding():
https://docs.python.org/3/library/os.html#os.environ

This might be dead code, or simply not exercised in wpt's CI.

Spotted while preparing https://github.com/web-platform-tests/wpt/pull/28848.
--

wpt-commits: 3d2cc9904a08bf372bdc09c96628cc4c986278ee
wpt-pr: 28849
2021-05-08 16:20:45 +00:00
Nicolás Peña Moreno
7ae1548dc6 Bug 1710093 [wpt PR 28898] - Clean up resource-timing/resource_ignore_data_url.html, a=testonly
Automatic update from web-platform-tests
Clean up resource-timing/resource_ignore_data_url.html

Bug: 1171767
Change-Id: Ic3fc4c2bc1d7eb5e083e6e4213c36d08429a07ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2877956
Reviewed-by: Tom McKee <tommckee@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880508}

--

wpt-commits: e985799f913af8f2a12563876bc981161ed3a482
wpt-pr: 28898
2021-05-08 16:20:44 +00:00
Mike West
c42887c7cf Bug 1709798 [wpt PR 28861] - Expose direct socket APIs via [DirectSocketEnabled]., a=testonly
Automatic update from web-platform-tests
Expose direct socket APIs via [DirectSocketEnabled].

This patch introduces a new placeholder IDL extended attribute for the
set of restrictions which might enable us to safely expose direct
sockets, as well as a set of other APIs that have similar
outside-the-web threat models. It then applies that IDL extended
attribute to the existing direct socket IDL files.

For the moment, this imposes two requirements on Direct Sockets:

1.  Opting-into COI via COOP/COEP.
2.  Toggling the kDirectSockets CLI flag.

I expect these requirements to shift in the future, but this is a
reasonable place to start.

Patch 5/5:
1.  https://chromium-review.googlesource.com/c/chromium/src/+/2871670
2.  https://chromium-review.googlesource.com/c/chromium/src/+/2874306
3.  https://chromium-review.googlesource.com/c/chromium/src/+/2874288
4.  This patch.
5.  https://chromium-review.googlesource.com/c/chromium/src/+/2875217

Note that this CL removes the Direct Socket interfaces from the
`webexposed` test suite. That's a little too complicated to fix in
this CL, but I aim to fix it in https://crbug.com/1206656.

Bug: 1206150
Change-Id: I519e1c5d164c43f5870c45823d08063f4a3af682
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2874890
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Eric Willigers <ericwilligers@chromium.org>
Commit-Queue: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880498}

--

wpt-commits: a0e29ee89172ef818a403af8a44fd45fe11b133d
wpt-pr: 28861
2021-05-08 16:20:44 +00:00
moz-wptsync-bot
2c7b65ed6e Bug 1709674 [wpt PR 28846] - Update wpt metadata, a=testonly
wpt-pr: 28846
wpt-type: metadata
2021-05-08 16:20:43 +00:00
Domenic Denicola
5b08d9bb1d Bug 1709674 [wpt PR 28846] - Upstream and expand outerText tests, a=testonly
Automatic update from web-platform-tests
Upstream and expand outerText tests

This accompanies https://github.com/whatwg/html/pull/6653.

Fixed: 710764
Change-Id: I7168df9bbaeef12ed256b7f2fb9c2c43c9d6b227
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2875725
Reviewed-by: Mason Freed <masonf@chromium.org>
Commit-Queue: Domenic Denicola <domenic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880460}

--

wpt-commits: e2bfe7b3d06bb26ff4d800087df6aad417feadfa
wpt-pr: 28846
2021-05-08 16:20:43 +00:00
arthursonzogni
588b083ab5 Bug 1710016 [wpt PR 28891] - [Credentialless]: WPT vs CacheStorage., a=testonly
Automatic update from web-platform-tests
[Credentialless]: WPT vs CacheStorage.

Add tentative WPT tests about COEP and CacheStorage.

Issues:
- COEP:require-corp: https://github.com/w3c/ServiceWorker/issues/1490
- COEP:credentialless: https://github.com/w3c/ServiceWorker/issues/1592

Bug: 1175099
Change-Id: I857adbd134443b17b9689c314307bb1e3888235b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2876191
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Antonio Sartori <antoniosartori@chromium.org>
Reviewed-by: Camille Lamy <clamy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880447}

--

wpt-commits: 6bf109f244a20f48bb8723663c384e1e2220f006
wpt-pr: 28891
2021-05-08 16:20:42 +00:00
Philip Jägenstedt
97c030a363 Bug 1710081 [wpt PR 28896] - Drop read_gzp workaround for a mypy problem in Python 2, a=testonly
Automatic update from web-platform-tests
Drop read_gzp workaround for a mypy problem in Python 2 (#28896)

There's no issue here with mypy on Python 3.

Part of https://github.com/web-platform-tests/wpt/pull/28895.
--

wpt-commits: e953dffdcee1a2a276ea0b73c15e3c6e04d4683f
wpt-pr: 28896
2021-05-08 16:20:42 +00:00
Philip Jägenstedt
c8d0e8c831 Bug 1710080 [wpt PR 28895] - Update retry.py to Python 3 with type annotations, a=testonly
Automatic update from web-platform-tests
Update retry.py to Python 3 with type annotations (#28895)

The type annotations here aren't very useful, but simple to do and
avoids the need to exempt this script from mypy later. It's been tested
with mypy locally.

Part of https://github.com/web-platform-tests/wpt/issues/28833.
--

wpt-commits: 4bc9779398edf5c66d7630830e384ba774c5969e
wpt-pr: 28895
2021-05-08 16:20:41 +00:00
Philip Jägenstedt
f3692fd96f Bug 1710074 [wpt PR 28894] - Simplify try-except imports of things moved between Python 2 and 3, a=testonly
Automatic update from web-platform-tests
Simplify try-except imports of things moved between Python 2 and 3 (#28894)

It's not clear from the code alone which is which, but these import
statements work on Python 3.8.2:
```py
from html import escape
import queue
from urllib.request import urlopen
```

Part of https://github.com/web-platform-tests/wpt/issues/28776.
Part of https://github.com/web-platform-tests/wpt/issues/28833.
--

wpt-commits: 20e07ca88113ef6132c4756019e4dd4ab6c46f0a
wpt-pr: 28894
2021-05-08 16:20:41 +00:00
Nicolás Peña Moreno
0c041303b5 Bug 1710100 [wpt PR 28899] - [ResourceTiming] Change 'htm' files to 'html', a=testonly
Automatic update from web-platform-tests
[ResourceTiming] Change 'htm' files to 'html'

Bug: 1171767
Change-Id: I9ef9452e02073379a852bb0d3c5c75834db4acf7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879654
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880421}

--

wpt-commits: 88ba698c906c594d3c21080758684e97a582641a
wpt-pr: 28899
2021-05-08 16:20:40 +00:00
Koji Ishii
fb13126f50 Bug 1710027 [wpt PR 28892] - Fix getBoundingClientRect for hyphens, a=testonly
Automatic update from web-platform-tests
Fix getBoundingClientRect for hyphens

This patch fixes getBoundingClientRect and its families to not
to include all hyphens and ellipses when the start range is 0.

Bug: 1205666
Change-Id: I43bd47e35e1ddd5830d9a1c408dcb6edd6f0c24f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879644
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880363}

--

wpt-commits: 3806bf2419e25bd57e70b42103478fd3c12a143b
wpt-pr: 28892
2021-05-08 16:20:40 +00:00
moz-wptsync-bot
70fea672b9 Bug 1709610 [wpt PR 28838] - Update wpt metadata, a=testonly
wpt-pr: 28838
wpt-type: metadata
2021-05-08 16:20:40 +00:00
arthursonzogni
7d9ee2d456 Bug 1709610 [wpt PR 28838] - Rename COEP:{cors-or-credentialless => credentialless}, a=testonly
Automatic update from web-platform-tests
Rename COEP:{cors-or-credentialless => credentialless}

This was discussed here:
https://github.com/whatwg/html/issues/6637#issuecomment-831113698

This patch renames "cors-or-credentialless" into "credentialless".

The WPT test directory:
- html/cross-origin-embedder-policy/credentialless/cors-or-credentialess/
- html/cross-origin-embedder-policy/credentialless/full-credentialless/
are renamed:
- html/cross-origin-embedder-policy/cors-or-credentialess/
- html/cross-origin-embedder-policy/anonymous-iframe/

Bug: 1175099
Change-Id: Iba052a2b3fbf4b45607c48807622d5ced202d583
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2867588
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Camille Lamy <clamy@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Owners-Override: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880359}

--

wpt-commits: 27ac2ec45f72f4785951cf3e2b9302b740f6372e
wpt-pr: 28838
2021-05-08 16:20:39 +00:00
Philip Jägenstedt
8263af544a Bug 1710007 [wpt PR 28890] - Replace io.open() with just open(), a=testonly
Automatic update from web-platform-tests
Replace io.open() with just open() (#28890)

In Python 3, io.open() is an alias for the builtin open() function:
https://docs.python.org/3/library/io.html#io.open

Part of https://github.com/web-platform-tests/wpt/issues/28776.
--

wpt-commits: fea1d6a355f790a0ab0415026ff5efd9f7310b80
wpt-pr: 28890
2021-05-08 16:20:39 +00:00
Philip Jägenstedt
4e45721f0b Bug 1709874 [wpt PR 28869] - [idlharness.js] Remove legacycaller support, a=testonly
Automatic update from web-platform-tests
[idlharness.js] Remove legacycaller support

It no longer appears in any IDL under test, and importantly isn't
supported by webidl2.js since https://github.com/w3c/webidl2.js/issues/78.

Fixes https://github.com/web-platform-tests/wpt/issues/7258.

--

wpt-commits: 13daaed9d21b06bb9d9b98c35bea959a271cd744
wpt-pr: 28869
2021-05-08 16:20:38 +00:00
Marcos Cáceres
a412f3e906 Bug 1709523 [wpt PR 28830] - Remove shipping related things from payment-request, a=testonly
Automatic update from web-platform-tests
Remove shipping related things from payment-request (#28830)

--

wpt-commits: 53b3a8eda25cce01aec86f70d0d1c4354ea7e09f
wpt-pr: 28830
2021-05-08 16:20:38 +00:00
moz-wptsync-bot
87f274b7db Bug 1709986 [wpt PR 28885] - Update wpt metadata, a=testonly
wpt-pr: 28885
wpt-type: metadata
2021-05-08 16:20:37 +00:00
Ethan Jimenez
8a910469b4 Bug 1709986 [wpt PR 28885] - [GridNG] Update expectations for intrinsic resolution of flexible tracks, a=testonly
Automatic update from web-platform-tests
[GridNG] Update expectations for intrinsic resolution of flexible tracks

1. Fixing behavior of distribution of grid item intrinsic contributions
   to flexible tracks; the updated behavior is now better matching
   https://drafts.csswg.org/css-grid-2/#algo-spanning-flex-items.

2. Updating test expectations for legacy, which were previously passing
   related tests with an incorrect ".expected" file.

Bug: 1045599
Change-Id: I96767122158c98ab5f7d3ed2189fbcc57eb54374
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2877782
Commit-Queue: Ethan Jimenez <ethavar@microsoft.com>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880244}

--

wpt-commits: 14cd4a02a489e96d503a05d66a81f74999f1bf23
wpt-pr: 28885
2021-05-08 16:20:37 +00:00
Rob Buis
8e454ac6d5 Bug 1709939 [wpt PR 28878] - Add test for padding %-ge usage against abs pos cb, a=testonly
Automatic update from web-platform-tests
Add test for padding %-ge usage against abs pos cb (#28878)

Add test for padding %-ge usage against abs pos containing block.
In this case padding-edge should be used:
https://www.w3.org/TR/CSS2/visudet.html#containing-block-details (4.2).
--

wpt-commits: c582a734c04c07201e67f55410620f1d048eae96
wpt-pr: 28878
2021-05-08 16:20:36 +00:00
Emilio Cobos Álvarez
f56df48a8c Bug 1709953 [wpt PR 28881] - Avoid putting device-dependent string in test names., a=testonly
Automatic update from web-platform-tests
Avoid putting device-dependent string in test names.

--

wpt-commits: 17bf9de651f9f77d8f4f32aeb30da6128b046469
wpt-pr: 28881
2021-05-08 16:20:36 +00:00
Philip Jägenstedt
d1796c31dd Bug 1709897 [wpt PR 28872] - Pin remaining dependencies in tox.ini with resources_*.txt files, a=testonly
Automatic update from web-platform-tests
Pin remaining dependencies in tox.ini with resources_*.txt files (#28872)

The current versions are used.

Fixes https://github.com/web-platform-tests/wpt/issues/14891.
--

wpt-commits: 6cc1a430de86ac3427e1f1ed8bb6effb4a06975f
wpt-pr: 28872
2021-05-08 16:20:35 +00:00
Mason Freed
1393c9566d Bug 1709922 [wpt PR 28874] - Split the trickle.py test into a separate file, a=testonly
Automatic update from web-platform-tests
Split the trickle.py test into a separate file

The trickle.py test is slow - it trickles bytes out at 50ms per
byte. This can cause timeout issues, especially on WPT.fyi. This
is a speculative change to reduce/eliminate those failures.

Change-Id: Idc4d71ccc7ff19962a922bc4440c1d71b08b28a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2876872
Auto-Submit: Mason Freed <masonf@chromium.org>
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880055}

--

wpt-commits: 95c7d6ce299cf7d7047757f1aee5fef335f128e0
wpt-pr: 28874
2021-05-08 16:20:35 +00:00
moz-wptsync-bot
317a483562 Bug 1709925 [wpt PR 28875] - Update wpt metadata, a=testonly
wpt-pr: 28875
wpt-type: metadata
2021-05-08 16:20:35 +00:00
Philip Jägenstedt
6884620bc0 Bug 1709925 [wpt PR 28875] - Remove use of six.iteritems, a=testonly
Automatic update from web-platform-tests
Remove use of six.iteritems (#28875)

--

wpt-commits: 6979b5d4e0fa3ee49400c69b8fb39cf717c3db68
wpt-pr: 28875
2021-05-08 16:20:34 +00:00
Anders Hartvoll Ruud
3c4362134a Bug 1709721 [wpt PR 28851] - Let inherited_time be zero for new CSS animations with no timeline, a=testonly
Automatic update from web-platform-tests
Let inherited_time be zero for new CSS animations with no timeline

There is currently an inconsistency between CSS animations and JS
animations: creating a JS animation with a null-timeline causes
current time to be held at zero, but the same does not happen in
the equivalent case for CSS animations. Instead, new CSS animations
without a timeline effectively have *no* current time.

This inconsistency is possible because of how we use InertEffect
in the first frame to "simulate" what the real Animation would have
done, and in this case that simulation is wrong.

Bug: 1074052
Change-Id: I3ef7de3eb3ea7812cd45d7dca41db59d42310a15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2874659
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880042}

--

wpt-commits: debbb947add04239ac11e1bf9ee870082c8b952d
wpt-pr: 28851
2021-05-08 16:20:34 +00:00
moz-wptsync-bot
be5b118e5b Bug 1709946 [wpt PR 7862] - Update wpt metadata, a=testonly
wpt-pr: 7862
wpt-type: metadata
2021-05-08 16:20:33 +00:00
Dominique Hazael-Massieux
40c4958d99 Bug 1709946 [wpt PR 7862] - Test behavior of media capture from a cross-origin video, a=testonly
Automatic update from web-platform-tests
Test behavior of media capture from a cross-origin video (#7862)

--

wpt-commits: 80a2ab262c3f468900b5e5928bd3e0185a24870f
wpt-pr: 7862
2021-05-08 16:20:33 +00:00
Philip Jägenstedt
2f041a57b9 Bug 1709850 [wpt PR 28867] - Remove use of six.range, a=testonly
Automatic update from web-platform-tests
Remove use of six.range (#28867)

--

wpt-commits: 32fafca6de4e0a72d392dfa4f0afa5f05307f725
wpt-pr: 28867
2021-05-08 16:20:32 +00:00
Philip Jägenstedt
22d4d0627d Bug 1709686 [wpt PR 28848] - Simplify code converting os.environ to strings (avoiding six), a=testonly
Automatic update from web-platform-tests
Simplify code converting os.environ to strings (avoiding six) (#28848)

--

wpt-commits: ff6a3128bb76675f5cb6e0c2cad583ea0aa0f1e8
wpt-pr: 28848
2021-05-08 16:20:32 +00:00
moz-wptsync-bot
caa2b0b54c Bug 1709831 [wpt PR 28866] - Update wpt metadata, a=testonly
wpt-pr: 28866
wpt-type: metadata
2021-05-08 16:20:31 +00:00
github-actions[bot]
e947cb5844 Bug 1709831 [wpt PR 28866] - Sync interfaces/ with @webref/idl 2.1.2, a=testonly
Automatic update from web-platform-tests
Sync interfaces/ with @webref/idl 2.1.2 (#28866)

--

wpt-commits: a01585ac4678088e873482631d6195b7173f0c03
wpt-pr: 28866
2021-05-08 16:20:31 +00:00
Ian Kilpatrick
458d5440bf Bug 1709735 [wpt PR 28853] - [ReplacedNG] Fix relayout boundary logic., a=testonly
Automatic update from web-platform-tests
[ReplacedNG] Fix relayout boundary logic.

We had an issue when a replaced object was a relayout root.

With this change it was possible for a replaced element to clear its
layout results when being laid out as a layout root.

When a RecalcLayoutOverflow was triggered, we'd try and perform the
CloneWithPostLayoutFragments however this would now fail, as the
replaced element fragment "PostLayout()" call would fail, as there was
no updated fragment.

This change makes the replaced element go down the NGBlockNode::Layout
path when laying out from a relayout boundary.

Bug: 1205852, 1205977, 1205971
Change-Id: I7f195817daddd17659564e56f7e0f3b46ec53991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2875638
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#879920}

--

wpt-commits: 8b15320f35af5a66008f13883577e5b03ca1d9b6
wpt-pr: 28853
2021-05-08 16:20:30 +00:00
Mike Bremford
46313a4ad3 Bug 1704476 [wpt PR 28444] - Reftest had incorrect color channels, a=testonly
Automatic update from web-platform-tests
Reftest had red/blue reversed (#28444)

Co-authored-by: Mike <mike@qtunes.org>
--

wpt-commits: aa9b753e75bb0c7de5a05277c91cef3a7a7348e4
wpt-pr: 28444
2021-05-08 16:20:30 +00:00
Philip Jägenstedt
e36aee505e Bug 1709905 [wpt PR 28873] - Convert conformance-checkers/tools/url.py back to using strings, a=testonly
Automatic update from web-platform-tests
Convert conformance-checkers/tools/url.py back to using strings

https://github.com/web-platform-tests/wpt/pull/28812 made the script
unnecessarily complicated with a mix of strings and bytes, and made it
hard to tell if the written files might ever be invalid UTF-8.

It turns out that the output is unchanged if one simply operates on
strings all along. The change of ordering initially misled me.

--

wpt-commits: 5890c08d40d9c0cd9032282567d25fe149149ea7
wpt-pr: 28873
2021-05-08 16:20:30 +00:00
moz-wptsync-bot
b41f302bca Bug 1708623 [wpt PR 28757] - Update wpt metadata, a=testonly
wpt-pr: 28757
wpt-type: metadata
2021-05-08 16:20:29 +00:00
Philip Jägenstedt
1df2a69b3a Bug 1708623 [wpt PR 28757] - Clean up more around base64.decodebytes() calls, a=testonly
Automatic update from web-platform-tests
Clean up more around base64.decodebytes() calls (#28757)

Follow-up to https://github.com/web-platform-tests/wpt/pull/28747.
--

wpt-commits: f81cf23903abfe3a8bb6e2336f3d1e9322081766
wpt-pr: 28757
2021-05-08 16:20:29 +00:00
Luke Zielinski
afd6c2b220 Bug 1709886 [wpt PR 28871] - Remove myself from reviewer list, a=testonly
Automatic update from web-platform-tests
Remove myself from reviewer list (#28871)

--

wpt-commits: ac056b42cace0818345fc5560e53b734007ef497
wpt-pr: 28871
2021-05-08 16:20:28 +00:00