42cace1641f7d7deb2194eae7cbb62384fe33329: Bug 1449847 [wpt PR 10234] - [css-overflow] Add the spec editors as OWNERS, a=testonly
Florian Rivoal <git@florian.rivoal.net> - Mon, 09 Apr 2018 18:30:28 +0000 - rev 413633
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449847 [wpt PR 10234] - [css-overflow] Add the spec editors as OWNERS, a=testonly
Automatic update from web-platform-tests[css-overflow] Add the spec editors as OWNERS (#10234)
wpt-commits: afcd47b6a95a25bf1d8fda9fa1f8f28f9229a8bb
wpt-pr: 10234
wpt-commits: afcd47b6a95a25bf1d8fda9fa1f8f28f9229a8bb
wpt-pr: 10234
42ab8f02d72fc89fa647704c1d14ba210bbd4643: Bug 1449699 [wpt PR 10219] - RTCRtpReceiver.getStats() in blink added behind flag., a=testonly
Henrik Boström <hbos@chromium.org> - Mon, 09 Apr 2018 18:30:00 +0000 - rev 413632
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449699 [wpt PR 10219] - RTCRtpReceiver.getStats() in blink added behind flag., a=testonly
Automatic update from web-platform-testsRTCRtpReceiver.getStats() in blink added behind flag.
This exposes RTCRtpReceiver.getStats() in JavaScript (behind flag) which
implements the stats selection algorithm[1] for receivers.
(This is similar to RTCRtpSender.getStats():
https://chromium-review.googlesource.com/c/chromium/src/+/975306)
[1] https://w3c.github.io/webrtc-pc/#dfn-stats-selection-algorithm
Bug: 680172
Change-Id: I8049a52fcaa3c2bd51e5541c7149d9b3aee57e3d
Reviewed-on: https://chromium-review.googlesource.com/976121
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Taylor Brandstetter <deadbeef@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546801}
wpt-commits: f30b60b6c146a653f31ae5c92297a9639d16d450
wpt-pr: 10219
wpt-commits: f30b60b6c146a653f31ae5c92297a9639d16d450
wpt-pr: 10219
a2e58158fc932cf9cd04cdc8d82fbc6e72495f77: Bug 1449878 [wpt PR 10237] - Invert (fix) the order of `wpt make-hosts-file` instructions, a=testonly
Philip Jägenstedt <philip@foolip.org> - Mon, 09 Apr 2018 18:29:34 +0000 - rev 413631
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449878 [wpt PR 10237] - Invert (fix) the order of `wpt make-hosts-file` instructions, a=testonly
Automatic update from web-platform-testsInvert (fix) the order of `wpt make-hosts-file` instructions (#10237)
This was inverted so that the Windows instructions were printed on
Linux. Rather than just changing the condition, switch the messages,
to match the order of some preceding code.
wpt-commits: 8efcf2b57818807058a785bc55ebe13cb0139123
wpt-pr: 10237
wpt-commits: 8efcf2b57818807058a785bc55ebe13cb0139123
wpt-pr: 10237
46246016875a0644f663925246ae2f755aca0ad6: Bug 1449417 [wpt PR 10205] - [css-typed-om] Add support for marker properties., a=testonly
Darren Shen <shend@chromium.org> - Mon, 09 Apr 2018 18:29:06 +0000 - rev 413630
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449417 [wpt PR 10205] - [css-typed-om] Add support for marker properties., a=testonly
Automatic update from web-platform-tests[css-typed-om] Add support for marker properties.
This patch adds support for marker, marker-start, marker-end, marker-mid
We also had to add a new CSS data type <url>, but because it's not
spec'd yet, we can't really test it.
Bug: 820299
Change-Id: Ie3f851be3d65396705594d99582ac3e87e3fc57d
Reviewed-on: https://chromium-review.googlesource.com/983192
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546645}
wpt-commits: 604d17e907e6ef5bed218cfa36653f37c941ee59
wpt-pr: 10205
wpt-commits: 604d17e907e6ef5bed218cfa36653f37c941ee59
wpt-pr: 10205
23a816b216b1f8af2028d89f490309e64f0dd2f9: Bug 1449760 [wpt PR 10224] - bluetooth: FakeBluetoothChooser impl., a=testonly
Ovidio Henriquez <odejesush@chromium.org> - Mon, 09 Apr 2018 18:28:38 +0000 - rev 413629
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449760 [wpt PR 10224] - bluetooth: FakeBluetoothChooser impl., a=testonly
Automatic update from web-platform-testsbluetooth: FakeBluetoothChooser impl.
Implements the interfaces that FakeBluetoothChooser overrides. The
mojom::FakeBluetoothChooser overrides are implemented by running
|event_handler_| with the appropriate arguments. The BluetoothChooser
overrides do nothing at the moment, since the base class is only meant
to update the chooser user interface.
This change also begins to partially convert a Bluetooth chooser test to test
the interface and deletes the temporary tests that were created to test this
API.
This change reverts commit 42624492cd5e80855f1dd3a5a8146b258def2c2a, which
reverted the original change. The original change caused the
new-scan-device-added.html test to fail because of a Mojo validation error
resulting from not updating the
third_party/.../external/wpt/resources/chromium/fake_bluetooth_chooser.mojom.js
file needed by the test.
Bug: 719827, 719826, 824704, 826787
Change-Id: I5e5cce7e809b4d71216c2d074a417ea822d5e527
Reviewed-on: https://chromium-review.googlesource.com/985195
Commit-Queue: Ovidio Henriquez <odejesush@chromium.org>
Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546729}
wpt-commits: 9c86b931f4ebe4db86d2ed931ca2d588be3c4a38
wpt-pr: 10224
wpt-commits: 9c86b931f4ebe4db86d2ed931ca2d588be3c4a38
wpt-pr: 10224
401a409dbc6b6ec3162295ec2f386a3dba07feb2: Bug 1449855 [wpt PR 10235] - Remove create_file_system_file(), a=testonly
Kenichi Ishibashi <bashi@chromium.org> - Mon, 09 Apr 2018 18:28:00 +0000 - rev 413628
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449855 [wpt PR 10235] - Remove create_file_system_file(), a=testonly
Automatic update from web-platform-testsRemove create_file_system_file()
This function isn't used.
Bug: 658997,402387
Change-Id: I01d751dfebaafd1580beaeb12ebcd124df132b26
Reviewed-on: https://chromium-review.googlesource.com/984919
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546765}
wpt-commits: a87d0554fa57fcb63a689971fbe13177e6ff030a
wpt-pr: 10235
wpt-commits: a87d0554fa57fcb63a689971fbe13177e6ff030a
wpt-pr: 10235
bad9ac026d7c2217104baa32a6616b2752f14c9e: Bug 1447898 [wpt PR 10138] - Check BackgroundEdgeOrigin when check BackgroundPosition., a=testonly
Zhuoyu Qian <zhuoyu.qian@samsung.com> - Mon, 09 Apr 2018 18:27:32 +0000 - rev 413627
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1447898 [wpt PR 10138] - Check BackgroundEdgeOrigin when check BackgroundPosition., a=testonly
Automatic update from web-platform-testsCheck BackgroundEdgeOrigin when check BackgroundPosition.
We should check Background{X/Y}Origin when check
BackgroundPosition{X/Y}. BackgroundPosition same but
BackgroundEdgeOrigin different is not the same position, we should
return false when FillLayersEqual().
Bug: 823046
Signed-off-by: Zhuoyu Qian <zhuoyu.qian@samsung.com>
Change-Id: Ia7d0c5af33e1ee5986420dc054c2ce1b1f65e9b0
Reviewed-on: https://chromium-review.googlesource.com/967912
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546679}
wpt-commits: 55846d56d8eed33606cdc1beaa7add98e694c824
wpt-pr: 10138
wpt-commits: 55846d56d8eed33606cdc1beaa7add98e694c824
wpt-pr: 10138
e44e57545797d584b5d6bc4f634ac2ba59fa4241: Bug 1449780 [wpt PR 10226] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Thu, 29 Mar 2018 00:26:57 +0000 - rev 413626
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449780 [wpt PR 10226] - Update wpt metadata, a=testonly
wpt-pr: 10226
wpt-type: metadata
eda85938b492be300093ab3c1dbe98fde78d2bfc: Bug 1449780 [wpt PR 10226] - WebDriver: add more WebKit workarounds to detect whether a window is fullscreen, a=testonly
Brian Burg <burg@users.noreply.github.com> - Mon, 09 Apr 2018 18:26:56 +0000 - rev 413625
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449780 [wpt PR 10226] - WebDriver: add more WebKit workarounds to detect whether a window is fullscreen, a=testonly
Automatic update from web-platform-testswebdriver: add more WebKit workarounds to detect whether a window is fullscreen (#10226)
WebKit doesn't implement the Fullscreen API yet, so we need to use
the vendor prefixed property to check whether the window is fullscreen.
This workaround was previously applied to fullscreen_window.py, but it
needs to happen in other places as wel.
wpt-commits: 592e2ed83ecd717392d37047536250ba74f1bafa
wpt-pr: 10226
wpt-commits: 592e2ed83ecd717392d37047536250ba74f1bafa
wpt-pr: 10226
f33779c9c5725285f27d1a3c4ce565b4392b1768: Bug 1449717 [wpt PR 10159] - Support partial dictionaries, a=testonly
Luke Bjerring <lukebjerring@users.noreply.github.com> - Mon, 09 Apr 2018 18:26:30 +0000 - rev 413624
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449717 [wpt PR 10159] - Support partial dictionaries, a=testonly
Automatic update from web-platform-testsSupport partial dictionaries (#10159)
* Support partial dictionaries
wpt-commits: bc7c640b39c4a9ba70e916f44271ea8edab6014e
wpt-pr: 10159
wpt-commits: bc7c640b39c4a9ba70e916f44271ea8edab6014e
wpt-pr: 10159
c5d8e8a1bde77ee37963d564ed1b880799a827ff: Bug 1449737 [wpt PR 10223] - Revert "bluetooth: FakeBluetoothChooser impl.", a=testonly
François Doray <fdoray@chromium.org> - Mon, 09 Apr 2018 18:26:03 +0000 - rev 413623
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449737 [wpt PR 10223] - Revert "bluetooth: FakeBluetoothChooser impl.", a=testonly
Automatic update from web-platform-testsRevert "bluetooth: FakeBluetoothChooser impl."
This reverts commit 188adfb51a7c4ca1ab0cbeaffdec4f7cd76857f7.
Reason for revert: https://crbug.com/826787
Original change's description:
> bluetooth: FakeBluetoothChooser impl.
>
> Implements the interfaces that FakeBluetoothChooser overrides. The
> mojom::FakeBluetoothChooser overrides are implemented by running
> |event_handler_| with the appropriate arguments. The BluetoothChooser
> overrides do nothing at the moment, since the base class is only meant
> to update the chooser user interface.
>
> This change also begins to partially convert a Bluetooth chooser test to test
> the interface and deletes the temporary tests that were created to test this
> API.
>
> BUG=719827,719826,824704
>
> Change-Id: I56a04e6bdb2de38d9163d7bc350db578deeb9ba3
> Reviewed-on: https://chromium-review.googlesource.com/962983
> Reviewed-by: Daniel Cheng <dcheng@chromium.org>
> Reviewed-by: Conley Owens <cco3@chromium.org>
> Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org>
> Commit-Queue: Ovidio Henriquez <odejesush@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#546509}
TBR=dcheng@chromium.org,cco3@chromium.org,ortuno@chromium.org,odejesush@chromium.org
Change-Id: I0597151ec5878d41ac631b72296203bc99b1f2c8
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 719827, 719826, 824704, 826787
Reviewed-on: https://chromium-review.googlesource.com/984299
Commit-Queue: François Doray <fdoray@chromium.org>
Reviewed-by: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546572}
wpt-commits: d5fea759ccb42cb19ed8553b99e74165fbfa79bb
wpt-pr: 10223
wpt-commits: d5fea759ccb42cb19ed8553b99e74165fbfa79bb
wpt-pr: 10223
462919f2fedc343b3292252b9a817f0d1848a72d: Bug 1449286 [wpt PR 10199] - [css-layout-api] Implementation of LayoutConstraints#fixedInlineSize., a=testonly
Ian Kilpatrick <ikilpatrick@chromium.org> - Mon, 09 Apr 2018 18:25:33 +0000 - rev 413622
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449286 [wpt PR 10199] - [css-layout-api] Implementation of LayoutConstraints#fixedInlineSize., a=testonly
Automatic update from web-platform-tests[css-layout-api] Implementation of LayoutConstraints#fixedInlineSize.
This adds the bare bones for the LayoutConstraints object. It just
handles the fixedInlineSize parameter. I expect the information in
this object after the next F2F.
The layout for the test will simply output an autoBlockSize of 100, if
the fixedInlineSize is 100. The tests impose various conditions in
how this can occur, but is certainly not exhaustive.
Change-Id: I6be4a7b77d7b737c778dc2de8b235035b8d3fa22
Bug: 726125
Reviewed-on: https://chromium-review.googlesource.com/981517
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546393}
wpt-commits: c2cd7575a454498f5758b8179506b3b49ad9f074
wpt-pr: 10199
wpt-commits: c2cd7575a454498f5758b8179506b3b49ad9f074
wpt-pr: 10199
11e80888afc46ec2aa2939fc7502b71da3bed517: Bug 1446840 [wpt PR 10083] - bluetooth: FakeBluetoothChooser impl., a=testonly
Ovidio Henriquez <odejesush@chromium.org> - Mon, 09 Apr 2018 18:25:05 +0000 - rev 413621
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1446840 [wpt PR 10083] - bluetooth: FakeBluetoothChooser impl., a=testonly
Automatic update from web-platform-testsbluetooth: FakeBluetoothChooser impl.
Implements the interfaces that FakeBluetoothChooser overrides. The
mojom::FakeBluetoothChooser overrides are implemented by running
|event_handler_| with the appropriate arguments. The BluetoothChooser
overrides do nothing at the moment, since the base class is only meant
to update the chooser user interface.
This change also begins to partially convert a Bluetooth chooser test to test
the interface and deletes the temporary tests that were created to test this
API.
BUG=719827,719826,824704
Change-Id: I56a04e6bdb2de38d9163d7bc350db578deeb9ba3
Reviewed-on: https://chromium-review.googlesource.com/962983
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Conley Owens <cco3@chromium.org>
Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Commit-Queue: Ovidio Henriquez <odejesush@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546509}
wpt-commits: 107dd46e1211df0e9a2aa229418ef30291573a0b
wpt-pr: 10083
wpt-commits: 107dd46e1211df0e9a2aa229418ef30291573a0b
wpt-pr: 10083
6f3e57f64d7dcf943666ad18ce99ea0e2a2495bd: Bug 1448492 [wpt PR 10164] - Special-case idlharness.js errors as an assert_throw option, a=testonly
Luke Bjerring <lukebjerring@users.noreply.github.com> - Mon, 09 Apr 2018 18:24:37 +0000 - rev 413620
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1448492 [wpt PR 10164] - Special-case idlharness.js errors as an assert_throw option, a=testonly
Automatic update from web-platform-testsHandle idlharness.js expected errors as an IdlArray.assert_throw option (#10164)
* Handle idlharness.js expected errors as an IdlArray.assert_throw option
wpt-commits: 355c2d77c7ec01ee18fd9c5917cc845a558551e8
wpt-pr: 10164
wpt-commits: 355c2d77c7ec01ee18fd9c5917cc845a558551e8
wpt-pr: 10164
aa307699d85b9ef29cc23845f1ee968c1f73a15f: Bug 1452643 [wpt PR 10215] - [Gecko Bug 1433923] Use detailed failure message for wdspec test failures (pytest)., a=testonly
jgraham <james@hoppipolla.co.uk> - Mon, 09 Apr 2018 18:24:13 +0000 - rev 413619
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1452643 [wpt PR 10215] - [Gecko
Bug 1433923] Use detailed failure message for wdspec test failures (pytest)., a=testonly
Automatic update from web-platform-testsfixup! Fix indentation
wpt-commits: 94ab26e4e5dc262e451be96e0f0883b5316f347f
wpt-pr: 10215
wpt-commits: 94ab26e4e5dc262e451be96e0f0883b5316f347f
wpt-pr: 10215
58fdcb0d3c616e2457a12bb55b968e009ba1c94f: Bug 1447986 [wpt PR 10142] - RTCRtpSender.getStats() in blink added behind flag., a=testonly
Henrik Boström <hbos@chromium.org> - Mon, 09 Apr 2018 18:23:43 +0000 - rev 413618
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1447986 [wpt PR 10142] - RTCRtpSender.getStats() in blink added behind flag., a=testonly
Automatic update from web-platform-testsRTCRtpSender.getStats() in blink added behind flag.
This exposes RTCRtpSender.getStats() in JavaScript (behind flag) which
implements the stats selection algorithm[1] for senders.
[1] https://w3c.github.io/webrtc-pc/#dfn-stats-selection-algorithm
Bug: 680172
Change-Id: I8117c87f475d1c78fa3301fc2d821f0c3a21281f
Reviewed-on: https://chromium-review.googlesource.com/975306
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Reviewed-by: Taylor Brandstetter <deadbeef@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546493}
wpt-commits: 42f43956d49feb44ac03a0945a64066dd77e1f6c
wpt-pr: 10142
wpt-commits: 42f43956d49feb44ac03a0945a64066dd77e1f6c
wpt-pr: 10142
1f19b0db444fee379265d2f6add7b2f0a4af4cfd: Bug 1449406 [wpt PR 10203] - fix: assert_equals check is wrong, a=testonly
Rouslan Solomakhin <rouslan@google.com> - Mon, 09 Apr 2018 18:23:15 +0000 - rev 413617
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449406 [wpt PR 10203] - fix: assert_equals check is wrong, a=testonly
Automatic update from web-platform-testsMerge pull request #10203 from w3c/fixup_show_test
fix: assert_equals check is wrong
wpt-commits: f9c1a509abd0a251d193352135a77ce74a335a57
wpt-pr: 10203
wpt-commits: f9c1a509abd0a251d193352135a77ce74a335a57
wpt-pr: 10203
9c2f3146782483b1b469d2cdd4e625cd38c6a15a: Bug 1449408 [wpt PR 10204] - Add @edenchuang again 🎊, a=testonly
Rouslan Solomakhin <rouslan@google.com> - Mon, 09 Apr 2018 18:22:47 +0000 - rev 413616
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449408 [wpt PR 10204] - Add @edenchuang again 🎊, a=testonly
Automatic update from web-platform-testsMerge pull request #10204 from w3c/marcoscaceres-patch-1
Add @edenchuang again 🎊
wpt-commits: cb4fe6c9518d129c87fa05ccebf68c974924d672
wpt-pr: 10204
wpt-commits: cb4fe6c9518d129c87fa05ccebf68c974924d672
wpt-pr: 10204
631f90d897e3ffada67879d673002b2f2f8fb34a: Bug 1449424 [wpt PR 10206] - fix copy/pasta, a=testonly
Rouslan Solomakhin <rouslan@google.com> - Mon, 09 Apr 2018 18:22:19 +0000 - rev 413615
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1449424 [wpt PR 10206] - fix copy/pasta, a=testonly
Automatic update from web-platform-testsMerge pull request #10206 from w3c/marcoscaceres-patch-2
fix copy/pasta
wpt-commits: e6cc3590770897476a7687e01fa3e570e36afb23
wpt-pr: 10206
wpt-commits: e6cc3590770897476a7687e01fa3e570e36afb23
wpt-pr: 10206
2d92f37b4443fac2124163799a2cb0c9f1835f95: Bug 1445934 [wpt PR 9919] - DOM: reset target/relatedTarget, a=testonly
Anne van Kesteren <annevk@annevk.nl> - Mon, 09 Apr 2018 18:21:51 +0000 - rev 413614
Push
102161 by james@hoppipolla.co.uk at Sun, 15 Apr 2018 09:10:16 +0000
Bug 1445934 [wpt PR 9919] - DOM: reset target/relatedTarget, a=testonly
Automatic update from web-platform-testsDOM: reset target/relatedTarget
For https://github.com/whatwg/dom/pull/585.
wpt-commits: 2f758ac5c16e44915f270ceec31a84eed8f85769
wpt-pr: 9919
wpt-commits: 2f758ac5c16e44915f270ceec31a84eed8f85769
wpt-pr: 9919