65016d3b9885fe7e43f4035837c73071e40e548b: Bug 1587024 [wpt PR 19566] - The size of OverflowClipRect is negative, a=testonly
Cathie Chen <cathiechen@igalia.com> - Mon, 14 Oct 2019 13:39:59 +0000 - rev 498149
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1587024 [wpt PR 19566] - The size of OverflowClipRect is negative, a=testonly
Automatic update from web-platform-tests
The size of OverflowClipRect is negative
When scrollbar wider than the scrollar, the size of OverflowClipRect
is negative which will affect the value of scroll offset. This patch
make the size non-negative.
Bug: 987566
Change-Id: I7fa80e4a17bc48303713a1a191230d0b3e7d0dd5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840492
Commit-Queue: cathie chen <cathiechen@igalia.com>
Reviewed-by: David Bokan <bokan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703662}
--
wpt-commits: 6e56893172d7f8bc833e9859c97ad5e52e9eb937
wpt-pr: 19566
ae5c60e71f94f2de3a7ad55e982c8e2c7e8fd08b: Bug 1586758 [wpt PR 19549] - Convert WebUsbService client to use BrowserInterfaceBroker, a=testonly
Miyoung Shin <myid.shin@igalia.com> - Mon, 14 Oct 2019 13:39:52 +0000 - rev 498148
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1586758 [wpt PR 19549] - Convert WebUsbService client to use BrowserInterfaceBroker, a=testonly
Automatic update from web-platform-tests
Convert WebUsbService client to use BrowserInterfaceBroker
This change converts WebUsbService mojom interface client in blink
to use BrowserInterfaceBroker.
Bug: 936482
Change-Id: I03f8d6b061eed920ffd68305702f73fff66fe871
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844005
Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Cr-Commit-Position: refs/heads/master@{#703611}
--
wpt-commits: 965481541d2f8e6b4b347a8048031985a1fa8e27
wpt-pr: 19549
cdc6a42731a9acf2745cc095351108de24b3ccca: Bug 1586981 [wpt PR 19563] - Turn on backpressure for blink::WebSocketStream sooner, a=testonly
Adam Rice <ricea@chromium.org> - Mon, 14 Oct 2019 13:39:47 +0000 - rev 498147
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1586981 [wpt PR 19563] - Turn on backpressure for blink::WebSocketStream sooner, a=testonly
Automatic update from web-platform-tests
Turn on backpressure for blink::WebSocketStream sooner
Apply backpressure to blink::WebSocketChannel before the WebSocketStream
handshake starts, rather than after it completes. This avoids a race
condition where more of the first message is read than should be.
Also fix flakiness in the
external/wpt/websockets/stream-tentative/backpressure-receive.any.js by
doubling the size of message used.
BUG=1002780
Change-Id: I915c71a4b81b95375b7c4c584f7782d5336cba85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844911
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703610}
--
wpt-commits: b3807b6ffe70db1bcaa28cf8b5aa8c6da025b5fa
wpt-pr: 19563
26b70e39b259fa43748a034a3c04ac1673fd1c43: Bug 1585564 [wpt PR 19462] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Tue, 08 Oct 2019 07:47:49 +0000 - rev 498146
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1585564 [wpt PR 19462] - Update wpt metadata, a=testonly
wpt-pr: 19462
wpt-type: metadata
be5a525dc0ae96f3bca68b403b22e4bb3bfc56b0: Bug 1585564 [wpt PR 19462] - Worklet: Reject addModule() with script's error to rethrow if available, a=testonly
Hiroki Nakagawa <nhiroki@chromium.org> - Mon, 14 Oct 2019 13:39:38 +0000 - rev 498145
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1585564 [wpt PR 19462] - Worklet: Reject addModule() with script's error to rethrow if available, a=testonly
Automatic update from web-platform-tests
Worklet: Reject addModule() with script's error to rethrow if available
This CL makes Worklet#addModule() fail with a more specific error object
compared to before.
Before this change, Worklet::addModule() was rejected with AbortError regardless
of an actual error reason, and that made it difficult for developers to debug
worklets. This behavior was defined in the Worklets spec, but it was changed
recently (see the links below).
After this change, Worklet::addModule() is rejected with script's error to
rethrow when it is available as the new spec defines.
Spec changes:
- https://github.com/w3c/css-houdini-drafts/pull/958
- https://github.com/w3c/css-houdini-drafts/pull/967
Chromestatus:
- https://www.chromestatus.com/feature/5116796497559552
Bug: 782066
Change-Id: Iabd30eff28ed1bffed9219898649a89b8abebbb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1258785
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org>
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703606}
--
wpt-commits: 162858b9961ab26dbbe27e07bea2d6e6d10702df
wpt-pr: 19462
912fb841454b8d33b89dadcb5547bde4305d2ddf: Bug 1586424 [wpt PR 19529] - Allow using CORS filtered image responses as WebGL textures, a=testonly
Josh Matthews <josh@joshmatthews.net> - Mon, 14 Oct 2019 13:39:33 +0000 - rev 498144
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1586424 [wpt PR 19529] - Allow using CORS filtered image responses as WebGL textures, a=testonly
Automatic update from web-platform-tests
Ensure image cache keys on element CORS status.
--
wpt-commits: 62ee04cd0ea0765975f82fb1b130990df9ecf8e3
wpt-pr: 19529
e9829f679b4be7589100c2842642615b2b422a99: Bug 1586242 [wpt PR 19509] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Fri, 04 Oct 2019 12:04:29 +0000 - rev 498143
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1586242 [wpt PR 19509] - Update wpt metadata, a=testonly
wpt-pr: 19509
wpt-type: metadata
b548a90b6493f1e2c15ad5fa390f69c945aaaddf: Bug 1586242 [wpt PR 19509] - CSS: Test shorthand expansion, a=testonly
Eric Willigers <ericwilligers@chromium.org> - Mon, 14 Oct 2019 13:39:25 +0000 - rev 498142
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1586242 [wpt PR 19509] - CSS: Test shorthand expansion, a=testonly
Automatic update from web-platform-tests
CSS: Test shorthand expansion
When a longhand value is omitted, the longhand should have the specific
initial value for the shorthand, not 'initial'.
Bug: 501673, 772772
Change-Id: I0986013e6785852861b79926dd0696314c758ff7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839934
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703528}
--
wpt-commits: bb904ca75f9da8d5392b4ed670f8033ecfd361f3
wpt-pr: 19509
6f50b783174f4d403758e034221a9fef67097002: Bug 1586773 [wpt PR 19551] - docs: update the readme link for running https tests, a=testonly
Sebastiaan Nijland <19267753+SebastiaanNijland@users.noreply.github.com> - Mon, 14 Oct 2019 13:39:20 +0000 - rev 498141
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1586773 [wpt PR 19551] - docs: update the readme link for running https tests, a=testonly
Automatic update from web-platform-tests
docs: update the readme link for running https tests (#19551)
--
wpt-commits: f951c9d8c79e03d656d2427fa5f3e0dce4c6efe5
wpt-pr: 19551
8b899d0a8c9d3cff2b26f20ca5235418b65447ba: Bug 1582047 [wpt PR 19132] - Clear-Site-Data: clients uncontrolled by service workers, a=testonly
Asa Kusuma <asa.kusuma@gmail.com> - Mon, 14 Oct 2019 13:39:15 +0000 - rev 498140
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1582047 [wpt PR 19132] - Clear-Site-Data: clients uncontrolled by service workers, a=testonly
Automatic update from web-platform-tests
Clear-Site-Data: clients uncontrolled by service workers after storage directive (#19132)
Adds a failing test, asserting that pages actively controlled by a service worker become uncontrolled after the Clear-Site-Data storage directive.
We agreed on this behavior in a spec issue and confirmed the need for this test at the TPAC Service Workers F2F.
https://github.com/w3c/ServiceWorker/issues/614
F2F notes: https://docs.google.com/document/d/1_Qfw5m3BJEaL1xIzTJd41HXjgJ9gq7mroBDXqSJIzic/edit
--
wpt-commits: 8be01b6e0d191a641f45ad59e83718155775921d
wpt-pr: 19132
8d60d0d97784c822f04a2366085e2e2f4448d582: Bug 1586876 [wpt PR 19554] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Mon, 07 Oct 2019 21:43:24 +0000 - rev 498139
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1586876 [wpt PR 19554] - Update wpt metadata, a=testonly
wpt-pr: 19554
wpt-type: metadata
90449bec1de2cdf9733993b00810b4b5faf31d91: Bug 1586876 [wpt PR 19554] - [web-animations-1] Fix typo in test, a=testonly
Stephen McGruer <smcgruer@chromium.org> - Mon, 14 Oct 2019 13:39:06 +0000 - rev 498138
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1586876 [wpt PR 19554] - [web-animations-1] Fix typo in test, a=testonly
Automatic update from web-platform-tests
[web-animations-1] Fix typo in test (#19554)
--
wpt-commits: d9a9f2970d628001ff100548a6fd1ee750802893
wpt-pr: 19554
5f0b43a83a0c7c11286e149f65e7be63a0cdeea7: Bug 1586742 [wpt PR 19548] - [docs] Add documentation for common/, a=testonly
Simon Pieters <zcorpan@gmail.com> - Mon, 14 Oct 2019 13:39:01 +0000 - rev 498137
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1586742 [wpt PR 19548] - [docs] Add documentation for common/, a=testonly
Automatic update from web-platform-tests
[docs] Add documentation for common/
Part of #17913.
--
wpt-commits: 2ae499f937640068f33d547423bfeb8c3dbf5295
wpt-pr: 19548
329d93800a86b390d14fe2b389b461974390251b: Bug 1585418 [wpt PR 19449] - [testharness.js] Implement `single_test` option, a=testonly
jugglinmike <mike@mikepennisi.com> - Mon, 14 Oct 2019 13:38:56 +0000 - rev 498136
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1585418 [wpt PR 19449] - [testharness.js] Implement `single_test` option, a=testonly
Automatic update from web-platform-tests
[testharness.js] Implement `single_test` option (#19449)
The behavior and deployment schedule of this option was defined via the
following web-platform-tests RFC:
https://github.com/web-platform-tests/rfcs/blob/master/rfcs/single_test.md
--
wpt-commits: 819a234d3dd3a8400d57fa449123cbb01bb33226
wpt-pr: 19449
3a569a8b0a15cdf400a0e69c13a6835ddcf73f7f: Bug 1583579 [wpt PR 19258] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Wed, 02 Oct 2019 18:22:01 +0000 - rev 498135
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1583579 [wpt PR 19258] - Update wpt metadata, a=testonly
wpt-pr: 19258
wpt-type: metadata
6a22608f94ef200c952943739cd16ed6a9a2f923: Bug 1583579 [wpt PR 19258] - Initial implementation of performance.measureMemory API, a=testonly
Ulan Degenbaev <ulan@chromium.org> - Mon, 14 Oct 2019 13:38:48 +0000 - rev 498134
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1583579 [wpt PR 19258] - Initial implementation of performance.measureMemory API, a=testonly
Automatic update from web-platform-tests
Initial implementation of performance.measureMemory API
This adds IDL files and an experimental feature flag for the API.
The implementation simply forwards to v8::Isolate::MeasureMemory.
Bug: 973627
Change-Id: I80ac8b78e81a6fad6b25370b419a0392f6589cee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1796364
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703262}
--
wpt-commits: 019a83d93404f649f226f8e49cdb768115912a4f
wpt-pr: 19258
07340555601259a8b8777f3fed244aba65f7d7a3: Bug 1586673 [wpt PR 19544] - Delete font-metrics-api.idl, a=testonly
Philip Jägenstedt <philip@foolip.org> - Mon, 14 Oct 2019 13:38:43 +0000 - rev 498133
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1586673 [wpt PR 19544] - Delete font-metrics-api.idl, a=testonly
Automatic update from web-platform-tests
Delete font-metrics-api.idl (#19544)
It is unused, see https://github.com/web-platform-tests/wpt/pull/12950#issuecomment-538908026.
--
wpt-commits: 238225a1d4ba5869b443f113245aa9d2e9b1110e
wpt-pr: 19544
5a85fa7754875c6e57737c702f7323177c901f07: Bug 1582649 [wpt PR 19178] - Update reviewers list, a=testonly
Marcos Cáceres <mcaceres@mozilla.com> - Mon, 14 Oct 2019 13:38:29 +0000 - rev 498132
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1582649 [wpt PR 19178] - Update reviewers list, a=testonly
Automatic update from web-platform-tests
Update gamepad/ reviewers list (#19178)
--
wpt-commits: 0d58de551e9486c70c0f388bd2e2a78cba36e155
wpt-pr: 19178
fde45f00d7edf5abcaf8f1526e24edbcd2eb6385: Bug 1584422 [wpt PR 19351] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Fri, 27 Sep 2019 04:38:08 +0000 - rev 498131
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1584422 [wpt PR 19351] - Update wpt metadata, a=testonly
wpt-pr: 19351
wpt-type: metadata
7f975c36dcbb8083d34ae875e0315d7e6c40df3a: Bug 1584422 [wpt PR 19351] - html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/, a=testonly
Kent Tamura <tkent@chromium.org> - Mon, 14 Oct 2019 13:38:18 +0000 - rev 498130
Push
36707 by aciure@mozilla.com at Fri, 18 Oct 2019 16:03:50 +0000
Bug 1584422 [wpt PR 19351] - html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/, a=testonly
Automatic update from web-platform-tests
html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/
Change-Id: I6cfddfb6be9a4b23c767b50e920b9b3a758c8130
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826749
Commit-Queue: Kent Tamura <tkent@chromium.org>
Auto-Submit: Kent Tamura <tkent@chromium.org>
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700584}
--
wpt-commits: 466c1de3860a2d017b2c8153d43249659a85fff1
wpt-pr: 19351