Commit Graph

689846 Commits

Author SHA1 Message Date
Simon Giesecke
b7632583c7 Bug 1539498 - Make SerializedStructuredCloneBuffer move-only. r=asuth,jld,baku
Replace all implicit copies by moves, or explicit clone operations.

Fixed a bug in /home/simon/work/ipdl/ipc/ipdl/ipdl/lower.py _cxxConstRefType,
which caused the const accessor to miss const on its return type for a moveonly
struct member.

Removed unused using directives for SerializedStructuredCloneBuffer in ipdl files.

Differential Revision: https://phabricator.services.mozilla.com/D59742

--HG--
extra : moz-landing-system : lando
2020-02-01 15:16:43 +00:00
Simon Giesecke
f811929ab1 Bug 1545196 - Avoid copying large RequestParams sub-object in ObjectStoreAddOrPutRequestOp. r=dom-workers-and-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D59726

--HG--
extra : moz-landing-system : lando
2020-02-01 15:26:37 +00:00
Simon Giesecke
725fd519f1 Bug 1545196 - Fix lifetime dependency issue in RemoteWorkerController. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D61109

--HG--
extra : moz-landing-system : lando
2020-02-01 15:14:42 +00:00
Oana Pop Rus
3e5b57f2d3 Backed out 3 changesets (bug 1539498, bug 1545196) for build bustages failures in DOMTypes.h on a CLOSED TREE
Backed out changeset 0f906da3634a (bug 1539498)
Backed out changeset ccc2f1aad57a (bug 1545196)
Backed out changeset 15e8d9547568 (bug 1545196)
2020-02-01 17:06:28 +02:00
Oana Pop Rus
d83b12a77d Backed out changeset c6b4bb8a2736 (bug 1612519) for bc failures in browser_blobURLIsolation.js on a CLOSED TREE 2020-02-01 17:04:17 +02:00
Perry Jiang
8e883978ff Bug 1588152 - don't spawn ServiceWorker if it's known it'll be immediately terminated r=dom-workers-and-storage-reviewers,asuth
We can optimize for the case where the target content process that a worker
will be put in is still starting and and we know that we will be terminating
the worker. Instead of starting up the worker and immediately terminating it,
we can just never start it up. RemoteWorkerManager will use the value of
RemoteWorkerController::IsTerminated to determine this.

Differential Revision: https://phabricator.services.mozilla.com/D61391

--HG--
extra : moz-landing-system : lando
2020-02-01 14:21:39 +00:00
Simon Giesecke
3c2df87890 Bug 1539498 - Make SerializedStructuredCloneBuffer move-only. r=asuth,jld,baku
Replace all implicit copies by moves, or explicit clone operations.

Fixed a bug in /home/simon/work/ipdl/ipc/ipdl/ipdl/lower.py _cxxConstRefType,
which caused the const accessor to miss const on its return type for a moveonly
struct member.

Removed unused using directives for SerializedStructuredCloneBuffer in ipdl files.

Differential Revision: https://phabricator.services.mozilla.com/D59742

--HG--
extra : moz-landing-system : lando
2020-02-01 14:31:56 +00:00
Simon Giesecke
a5c085c1e1 Bug 1545196 - Avoid copying large RequestParams sub-object in ObjectStoreAddOrPutRequestOp. r=dom-workers-and-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D59726

--HG--
extra : moz-landing-system : lando
2020-02-01 12:53:06 +00:00
Simon Giesecke
02e12b6ae1 Bug 1545196 - Fix lifetime dependency issue in RemoteWorkerController. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D61109

--HG--
extra : moz-landing-system : lando
2020-02-01 14:16:59 +00:00
Andrea Marchesini
35bce0bd9c Bug 1612519 - Fix "Terminating worker revokes its URLs" WPT, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61360

--HG--
extra : moz-landing-system : lando
2020-02-01 10:53:54 +00:00
shravanrn@gmail.com
77d72088ad Bug 1610994 - Update rlbox wasm library preload and paths to work on Mac r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D61079

--HG--
extra : moz-landing-system : lando
2020-02-01 10:38:29 +00:00
Sylvestre Ledru
9a548aeff7 Bug 1611520 - gcc-10: Include <cstddef> in FunctionTypeTraits.h r=gerald
Differential Revision: https://phabricator.services.mozilla.com/D61014

--HG--
extra : moz-landing-system : lando
2020-02-01 10:23:38 +00:00
Eric Rahm
7b7fc1c992 Bug 1610387 - Remove nsAutoPtr usage from layout/. r=dbaron
Differential Revision: https://phabricator.services.mozilla.com/D60455

--HG--
extra : moz-landing-system : lando
2020-02-01 09:40:36 +00:00
Valentin Gosu
3cf093181f Bug 1610836 - Don't fail TRR_FIRST requests if the TRR service is not ready r=mayhemer
When it's first starting up, when mConfirmationState != CONFIRM_OK
the TRR service is not ready to use.
For TRR_FIRST requests we need to fallback to DNS while the service starts up.

Differential Revision: https://phabricator.services.mozilla.com/D61218

--HG--
extra : moz-landing-system : lando
2020-02-01 04:43:14 +00:00
Tetsuharu OHZEKI
a20db1d5a5 Bug 1597448 - Fix uses nsIDocShellTreeItem of mozilla::dom::BrowserChild::ApplyParentShowInfo(). r=kmag
This remove a code path for `<iframe mozbrowser>` from its function.

Differential Revision: https://phabricator.services.mozilla.com/D61343

--HG--
extra : moz-landing-system : lando
2020-01-31 14:33:21 +00:00
Arthur Iakab
57110a989d Backed out changeset e051d75e66f7 (bug 1610836) for causing connectivity mass test failures.
CLOSED TREE
2020-02-01 02:09:30 +02:00
Valentin Gosu
8ce544c4ce Bug 1610836 - Don't fail TRR_FIRST requests if the TRR service is not ready r=mayhemer
When it's first starting up, when mConfirmationState != CONFIRM_OK
the TRR service is not ready to use.
For TRR_FIRST requests we need to fallback to DNS while the service starts up.

Differential Revision: https://phabricator.services.mozilla.com/D61218

--HG--
extra : moz-landing-system : lando
2020-01-31 15:09:18 +00:00
moz-wptsync-bot
6fb11536bd Bug 1612041 - [wpt-sync] Update web-platform-tests to fdc1a89a01a437cce2afa78fad440f68d1d46935, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: fdc1a89a01a437cce2afa78fad440f68d1d46935
wpt-type: landing
2020-01-31 20:40:43 +00:00
Piotr Bialecki
b901e12b80 Bug 1611994 [wpt PR 21476] - Hide entityTypes behind blink flag and change WPTs to match, a=testonly
Automatic update from web-platform-tests
Hide entityTypes behind blink flag and change WPTs to match

`entityTypes` are marked as unstable in WebXR Hit Test Module draft spec
and are not to be implemented yet - hide them behind blink flag.

Specification can be found here (note the unstable sections):
https://immersive-web.github.io/hit-test/#hit-test-trackable-type-enum
Introduced by PR https://github.com/immersive-web/hit-test/pull/76

Change-Id: I8041db8c7e0b25f197dfd49c3ceb1b0541004ca7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023288
Reviewed-by: Philip Rogers <pdr@chromium.org>
Reviewed-by: Alexander Cooper <alcooper@chromium.org>
Commit-Queue: Piotr Bialecki <bialpio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736182}

--

wpt-commits: e93b40928532fbaa50b46689877a77a2f50067c1
wpt-pr: 21476
2020-01-31 20:40:43 +00:00
Oriol Brufau
9de819d7da Bug 1611818 [wpt PR 21439] - [css-pseudo] Don't update non-normal markers if list-style-type changes, a=testonly
Automatic update from web-platform-tests
[css-pseudo] Don't update non-normal markers if list-style-type changes

If a ::marker has the 'content' property set to something different than
'normal', then the contents of the marker should be determined according
to that value, not from 'list-style-type'.

Before this patch, the behavior was already correct when laying out the
marker for the first time. But if 'list-style-type' changed afterwards,
the marker was updated to reflect the new value, ignoring 'content'.

BUG=457718

TEST=external/wpt/css/css-pseudo/marker-content-021.html

The test fails in legacy since 'content' is not supported yet.

Change-Id: Id845774739927c9c574a66e9d1cc94e6ea59d5e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020957
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Oriol Brufau <obrufau@igalia.com>
Cr-Commit-Position: refs/heads/master@{#736105}

--

wpt-commits: 937f0695552a0bea3bdc26e08e2e7195d4c3eced
wpt-pr: 21439
2020-01-31 20:40:42 +00:00
moz-wptsync-bot
5a612cf0eb Bug 1611975 [wpt PR 21471] - Update wpt metadata, a=testonly
wpt-pr: 21471
wpt-type: metadata
2020-01-31 20:40:42 +00:00
autofoolip
7f3f765111 Bug 1611975 [wpt PR 21471] - Update interfaces/IndexedDB.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/IndexedDB.idl (#21471)

Source: https://github.com/tidoust/reffy-reports/blob/2332cb1/ed/idl/IndexedDB.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/643031671
--

wpt-commits: 8c8fde7a4e6477dda054929c844e8782c242a816
wpt-pr: 21471
2020-01-31 20:40:41 +00:00
autofoolip
ff4d62d6f8 Bug 1611947 [wpt PR 21467] - Update interfaces/geolocation-sensor.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/geolocation-sensor.idl (#21467)

Source: https://github.com/tidoust/reffy-reports/blob/86c48f6/ed/idl/geolocation-sensor.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/642934730
--

wpt-commits: 13ba6aa9fae3fbbe4016729031df8b63a530ba4f
wpt-pr: 21467
2020-01-31 20:40:41 +00:00
autofoolip
6b1eece823 Bug 1611946 [wpt PR 21466] - Update interfaces/WebCryptoAPI.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/WebCryptoAPI.idl (#21466)

Source: https://github.com/tidoust/reffy-reports/blob/86c48f6/ed/idl/WebCryptoAPI.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/642934730
--

wpt-commits: cbf9e753a20e61508d8e4f3e120a0a41b2fdd8c4
wpt-pr: 21466
2020-01-31 20:40:40 +00:00
autofoolip
38322dcfa4 Bug 1611944 [wpt PR 21465] - Update interfaces/SVG.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/SVG.idl (#21465)

Source: https://github.com/tidoust/reffy-reports/blob/86c48f6/ed/idl/SVG.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/642934730
--

wpt-commits: 3b265389111fa3e1796e1aa962344f31d0d939c2
wpt-pr: 21465
2020-01-31 20:40:40 +00:00
autofoolip
2d50423534 Bug 1611871 [wpt PR 21452] - Update interfaces/intersection-observer.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/intersection-observer.idl (#21452)

Source: https://github.com/tidoust/reffy-reports/blob/5e4239e/ed/idl/intersection-observer.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/642670014
--

wpt-commits: 732d594ee03d7eca565025e921073d706234aecd
wpt-pr: 21452
2020-01-31 20:40:39 +00:00
Eriko Kurimoto
7ee9696bac Bug 1611906 [wpt PR 21459] - SharedWorker: Add WPT for referrer-policy, a=testonly
Automatic update from web-platform-tests
SharedWorker: Add WPT for referrer-policy

This CL adds referrer-policy web-platform-tests for module shared workers.
"sharedworker-module" is added to spec.src.json and it auto-generates tests.
Files I changed without auto-generation is
1. referrer-policy/spec.src.json
2. common/security_features/resources/common.sub.js
   (added WorkerOptions argument to requestViaSharedWorker,
    added "sharedworker-module path)
3. upgrade-insecure-requests/support/testharness-helper.sub.js
   (added the second argument in requestViaSharedWorker modified in common.sub.js)

Change-Id: I044e4174c5077e7eb0e6790a55aa48534d3e6966
Bug: 824646
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023710
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Eriko Kurimoto <elkurin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735800}

--

wpt-commits: fe16e8ef267db4729b1c449c19eed02f9969de75
wpt-pr: 21459
2020-01-31 20:40:39 +00:00
moz-wptsync-bot
3cdc5249a2 Bug 1611497 [wpt PR 21415] - Update wpt metadata, a=testonly
wpt-pr: 21415
wpt-type: metadata
2020-01-31 20:40:38 +00:00
Hiroshige Hayashizaki
04cee3c6b6 Bug 1611497 [wpt PR 21415] - [WPT] Add tests for deferred/external/module scripts to be blocked by stylesheet, a=testonly
Automatic update from web-platform-tests
[WPT] Add tests for deferred/external/module scripts to be blocked by stylesheet

This CL also removes unnecessary testlib/testlib.js.

Bug: 1045479, https://github.com/whatwg/html/issues/3890
Change-Id: I59709cdfd33ba1be18d2aab3393daffb83ce8f22
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663585
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Dominic Farolino <dom@chromium.org>
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736073}

--

wpt-commits: 083a02d5fb23c3065bffdf8a67c942b815856aad
wpt-pr: 21415
2020-01-31 20:40:38 +00:00
moz-wptsync-bot
afb48d7a48 Bug 1607043 [wpt PR 21041] - Update wpt metadata, a=testonly
wpt-pr: 21041
wpt-type: metadata
2020-01-31 20:40:37 +00:00
Domenic Denicola
f23649b4f6 Bug 1607043 [wpt PR 21041] - Expand tests for DOMParser, a=testonly
Automatic update from web-platform-tests
Expand tests for DOMParser

This tests the resulting Document's:

* URL (under a large variety of conditions)
* content type, for parser errors, which were not tested previously
* compatMode
* noscript behavior

This largely supercedes #15548, except for the navigation test therein.
--

wpt-commits: e7d73ac59a51e7d39129bf1ab223d8271c22da7f
wpt-pr: 21041
2020-01-31 20:40:37 +00:00
moz-wptsync-bot
a560ad342b Bug 1611952 [wpt PR 21468] - Update wpt metadata, a=testonly
wpt-pr: 21468
wpt-type: metadata
2020-01-31 20:40:36 +00:00
Rodney Ding
0098530a34 Bug 1611952 [wpt PR 21468] - wpt tests for Document-Policy font-display, a=testonly
Automatic update from web-platform-tests
wpt tests for Document-Policy font-display

Bug: 998694
Change-Id: I9e7d10b68f4f28311ecb6bfce325c7389b31d148
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2017927
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Commit-Queue: Rodney Ding <rodneyding@google.com>
Cr-Commit-Position: refs/heads/master@{#735986}

--

wpt-commits: 7cdb0c3e8d078f8e524d07f9d78ab49143db9426
wpt-pr: 21468
2020-01-31 20:40:36 +00:00
moz-wptsync-bot
6ed1269027 Bug 1611973 [wpt PR 21470] - Update wpt metadata, a=testonly
wpt-pr: 21470
wpt-type: metadata
2020-01-31 20:40:35 +00:00
Thomas Guilbert
76d4eaf1eb Bug 1611973 [wpt PR 21470] - Migrate video-raf tests to WPT, a=testonly
Automatic update from web-platform-tests
Migrate video-raf tests to WPT

This CL moves the video.requestAnimationFrame tests to a new directory
in the web platform tests, and makes small updates to resources used.

Bug: 1044796
Change-Id: I0f07391695ef36b0631bd3e4986a69086bf16a6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024036
Reviewed-by: Chrome Cunningham <chcunningham@chromium.org>
Commit-Queue: Thomas Guilbert <tguilbert@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735979}

--

wpt-commits: 37d7b5aefe9ec6eb85161380fa3a14da0e1db180
wpt-pr: 21470
2020-01-31 20:40:35 +00:00
haozhe
d1ef99b494 Bug 1610955 [wpt PR 21357] - Order animations of same class by tree-order of their owning elements, a=testonly
Automatic update from web-platform-tests
Order animations of same class by tree-order of their owning elements

Currently, getAnimation sort the result by animation class and creation
time.

Sort composite order for animations of the same animation class by tree
order of their owning element according to spec.
(https://drafts.csswg.org/web-animations/#dom-document-getanimations).

This patch align the implementation with the spec.

Bug: 993365

Change-Id: I8478b2985c0ab473db33c176fc69516ea0222ee1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008325
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735966}

--

wpt-commits: b671b5021721154c2a31cfebfddc8f7d76c77b62
wpt-pr: 21357
2020-01-31 20:40:35 +00:00
moz-wptsync-bot
61bc071a1e Bug 1611814 [wpt PR 21438] - Update wpt metadata, a=testonly
wpt-pr: 21438
wpt-type: metadata
2020-01-31 20:40:34 +00:00
Kevin Ellis
9613c6f0c1 Bug 1611814 [wpt PR 21438] - Implement commitStyles for web animations., a=testonly
Automatic update from web-platform-tests
Implement commitStyles for web animations.

CommitStyles provides a convenient way to update the style of an
element, avoiding the need to keep finished animations persistent
in order to stack effects.

A typical use case is:

const anim = elem.animate(keyframes, {..., fill: 'forward'});
anim.finished.then(() => {
  anim.commitStyles();
  anim.cancel();
});

Spec:
https://drafts.csswg.org/web-animations-1/#dom-animation-commitstyles

Intent:
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/H5sz_dg6fKc/1X7K7U4XCgAJ

Bug: 981905
Change-Id: I37f61960480517e0a8f3427938cf799de4c6e9c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2017673
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735948}

--

wpt-commits: 44e7759ce47e1b16994aac592202939db85e2750
wpt-pr: 21438
2020-01-31 20:40:34 +00:00
moz-wptsync-bot
d7b46029f9 Bug 1581519 [wpt PR 19085] - Update wpt metadata, a=testonly
wpt-pr: 19085
wpt-type: metadata
2020-01-31 20:40:33 +00:00
Daniel Vogelheim
1151918d09 Bug 1581519 [wpt PR 19085] - [Trusted Types] Use sample prefix in Trusted Types CSP reports., a=testonly
Automatic update from web-platform-tests
[Trusted Types] Use sample prefix in Trusted Types CSP reports.

This introduces a "sample_prefix" to CSP sample reports, for non-user derived data.

Reason: CSP reports clip the sample to 40 characters. Trusted Types reports prepend the sink name to the 40-char clipped sample. That part should not be counted towards the limit.

Bug: 991195
Change-Id: Id7a44d815d27a6bd341187c1318ccae1fd234ef7
Co-Authored-By: ssanfilippo@chromium.org
Co-Authored-By: vogelheim@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763678
Reviewed-by: Daniel Vogelheim <vogelheim@chromium.org>
Reviewed-by: Andy Paicu <andypaicu@chromium.org>
Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735930}

--

wpt-commits: 860196554a10c850681e6fd4ae25f3b2cbfee51e
wpt-pr: 19085
2020-01-31 20:40:32 +00:00
moz-wptsync-bot
64cc5817f4 Bug 1611943 [wpt PR 21464] - Update wpt metadata, a=testonly
wpt-pr: 21464
wpt-type: metadata
2020-01-31 20:40:32 +00:00
Stephen Chenney
9de40b0483 Bug 1611943 [wpt PR 21464] - Triage new wpt compositing blend-mode tests, a=testonly
Automatic update from web-platform-tests
Triage new wpt compositing blend-mode tests

Two tests had bad ref images, the rest fail mostly due to aliasing differences
with a couple that really seem to fail.

TBR: fs@opera.com
Bug: 1044742
Change-Id: I17a7ad5c2e7b2657b1df4b970134bafb8444b6ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024180
Commit-Queue: Stephen Chenney <schenney@chromium.org>
Reviewed-by: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#735934}

--

wpt-commits: 19f43e32678a1109d62f7df09cd207fb74118b6b
wpt-pr: 21464
2020-01-31 20:40:31 +00:00
moz-wptsync-bot
c052a843b5 Bug 1611942 [wpt PR 21463] - Update wpt metadata, a=testonly
wpt-pr: 21463
wpt-type: metadata
2020-01-31 20:40:31 +00:00
Kevin Ellis
302d21a03a Bug 1611942 [wpt PR 21463] - Add tests for resuming a canceled animation., a=testonly
Automatic update from web-platform-tests
Add tests for resuming a canceled animation.

Bug: 1015083
Change-Id: I8d8137d85ccdf9a6fe68f6be1b12a483ef0eabea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023191
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735899}

--

wpt-commits: 4625b460932e948e716af973bd496c458d0e64c5
wpt-pr: 21463
2020-01-31 20:40:30 +00:00
moz-wptsync-bot
92848d5d5a Bug 1611773 [wpt PR 21431] - Update wpt metadata, a=testonly
wpt-pr: 21431
wpt-type: metadata
2020-01-31 20:40:30 +00:00
Noam Rosenthal
096aeeca60 Bug 1611773 [wpt PR 21431] - Add test for image-set parsing, a=testonly
Automatic update from web-platform-tests
Add test for image-set parsing (#21431)

--

wpt-commits: 962dd283985c91af6574338955460507b72c8a75
wpt-pr: 21431
2020-01-31 20:40:29 +00:00
Daniel Vogelheim
20cdcdfacf Bug 1611416 [wpt PR 21408] - [Trusted Types] Remove duplicate test., a=testonly
Automatic update from web-platform-tests
[Trusted Types] Remove duplicate test.

Bug: 739170
Change-Id: I74e5e0a5cd729b92bfb22af60f60f5d094d78121
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014969
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735822}

--

wpt-commits: 60422d916a445b10445f5a878c1244134917e61a
wpt-pr: 21408
2020-01-31 20:40:29 +00:00
moz-wptsync-bot
a941f79160 Bug 1587010 [wpt PR 19565] - Update wpt metadata, a=testonly
wpt-pr: 19565
wpt-type: metadata
2020-01-31 20:40:28 +00:00
Simon Pieters
ad0c1a7b06 Bug 1587010 [wpt PR 19565] - [docs] Add JSDoc comments in common/*.js files, a=testonly
Automatic update from web-platform-tests
[docs] Add JSDoc comments in common/*.js files (#19565)

Part of #17913.
--

wpt-commits: 99c68a16098df7ec4182aadc3795b579a77a161f
wpt-pr: 19565
2020-01-31 20:40:28 +00:00
David Grogan
e1f9a719e1 Bug 1611877 [wpt PR 21457] - [LayoutNG] Set ShrinkToFit when determining MinMaxSize via layout, a=testonly
Automatic update from web-platform-tests
[LayoutNG] Set ShrinkToFit when determining MinMaxSize via layout

This is a reland of 4fb5e9ecba28a18c69ef4736cce74664ae82af6a which
should be fine after 4548e4da43ec9b5418574f8ae63db53c03ca4659 landed.

Bug: 635619
Change-Id: I374a1f4bc4d8c0ea4fbb91cf9f560ff145c371db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024467
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735803}

--

wpt-commits: df85a320649e6a6169d363415ae98c6a8cdf8492
wpt-pr: 21457
2020-01-31 20:40:27 +00:00