c083343997d0544a73083a4deb81bbd3edf5d6a3: Bug 1518724 [wpt PR 14756] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Fri, 18 Jan 2019 21:41:50 +0000 - rev 457998
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1518724 [wpt PR 14756] - Update wpt metadata, a=testonly
wpt-pr: 14756
wpt-type: metadata
281cd53bc00a7f028d964cdb05cc7b2f40684348: Bug 1518724 [wpt PR 14756] - Quota: Test service worker registrations in StorageEstimate.usageDetails., a=testonly
Jarryd <jarrydg@chromium.org> - Thu, 31 Jan 2019 18:55:41 +0000 - rev 457997
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1518724 [wpt PR 14756] - Quota: Test service worker registrations in StorageEstimate.usageDetails., a=testonly
Automatic update from web-platform-tests
Quota: Test service worker registrations in StorageEstimate.usageDetails.
Change-Id: Iaaf3910e0a9273a993053267b2a8a118c19f260a
Reviewed-on: https://chromium-review.googlesource.com/c/1381142
Commit-Queue: Jarryd Goodman <jarrydg@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#623034}
--
wpt-commits: 19dd778901e43bfe6e40f0d7d567e65317dc3626
wpt-pr: 14756
b21a254b73cb3c8a7ed0067eab69de0c57ad4e8f: Bug 1523562 [wpt PR 14850] - Support for prefers-reduced-motion media feature., a=testonly
Stephen McGruer <smcgruer@chromium.org> - Thu, 31 Jan 2019 18:55:39 +0000 - rev 457996
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14850] - Support for prefers-reduced-motion media feature., a=testonly
Automatic update from web-platform-tests
Support for prefers-reduced-motion media feature.
The preference can be passed to the renderer through Settings, but
there is no code in content changing it from the default value yet.
Intent to implement & ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/NZ3c9d4ivA8
Bug: 722548
Change-Id: I290412a8cdb26981216aba9c05d9240032f4de46
Reviewed-on: https://chromium-review.googlesource.com/c/1346911
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622895}
--
wpt-commits: 0f31ab1b094596062154092307bb9ff8e6122533
wpt-pr: 14850
1bb2906875dd5eb12151108bd3e6a66bc033069a: Bug 1523562 [wpt PR 14863] - Update interfaces/dom.idl, a=testonly
autofoolip <auto@foolip.org> - Thu, 31 Jan 2019 18:55:34 +0000 - rev 457995
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14863] - Update interfaces/dom.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/dom.idl (#14863)
Source: https://github.com/tidoust/reffy-reports/blob/cc129d4/whatwg/idl/dom.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/479893194
--
wpt-commits: 49625e51097de4e3c1b4b7e6e7243b0103fbabd4
wpt-pr: 14863
02b91f91e13e459202d230fbce1cf9a0a74f36bf: Bug 1523562 [wpt PR 14629] - Revamp how idlharness.js handles iterable declarations, a=testonly
Philip Jägenstedt <philip@foolip.org> - Thu, 31 Jan 2019 18:55:32 +0000 - rev 457994
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14629] - Revamp how idlharness.js handles iterable declarations, a=testonly
Automatic update from web-platform-tests
Revamp how idlharness.js handles iterable declarations (#14629)
Instead of adding IDL interface members in `add_iterable_members` in
the style of what webidl2.js would have added if the declaration were
expanded, instead test directly for what effect a single `iterable<T>`
or `iterable<T1,T2>` declaration should have.
This is more along the lines of `test_member_stringifier`, where no
`toString` is added as IDL members.
Alternative to https://github.com/web-platform-tests/wpt/pull/9790.
--
wpt-commits: 76bbe5aeb4e8f8fd050af8d7d4933a4a507bba27
wpt-pr: 14629
0a310f6d2f6431013e233e02e2db90e6f5c971f6: Bug 1523562 [wpt PR 14847] - Make named constructors' |prototype|s have the right property descriptor, a=testonly
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> - Thu, 31 Jan 2019 18:55:30 +0000 - rev 457993
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14847] - Make named constructors' |prototype|s have the right property descriptor, a=testonly
Automatic update from web-platform-tests
Make named constructors' |prototype|s have the right property descriptor
As per https://heycam.github.io/webidl/#named-constructors, a named
constructors "prototype" property should NOT be writable, configurable or
enumerable, yet we were creating a property with the opposite
characteristics.
Call v8::Object::DefineOwnProperty() rather than v8::Object::Set() so we can
pass the property descriptor values we want.
More tests for named constructors are coming in
https://github.com/web-platform-tests/wpt/pull/14841
While here, do some minor cleanups suggested in the review:
* Rename |interfacePrototype| to |interface_prototype| to follow Chromium's
coding style
* Replace an if check for |result| with a CHECK(), as we are already calling
ToChecked() when setting it.
Bug: 921633
Change-Id: Ie1f31c7eb456f45e113cff3048f43aea7e05e8ba
Reviewed-on: https://chromium-review.googlesource.com/c/1409552
Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Hitoshi Yoshida <peria@chromium.org>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622814}
--
wpt-commits: f40783e7833ae7587fbbcae474c7bafaf9c79b83
wpt-pr: 14847
40615596644d0bddadd25b2f08b0c68a7eb878b9: Bug 1523562 [wpt PR 14858] - Reland "Reland "Reland "[PE] Fix background-image on ::first-line""", a=testonly
Dominic Battré <battre@chromium.org> - Thu, 31 Jan 2019 18:55:28 +0000 - rev 457992
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14858] - Reland "Reland "Reland "[PE] Fix background-image on ::first-line""", a=testonly
Automatic update from web-platform-tests
Reland "Reland "Reland "[PE] Fix background-image on ::first-line"""
This reverts commit 36dab48068086f08eacf7f283293d6ce49493440.
Reason for revert: Reverting broke the compilation. A broken test is better than a non-compiling tree.
Original change's description:
> Revert "Reland "Reland "[PE] Fix background-image on ::first-line"""
>
> This reverts commit bd339720737e44c9d730bb8a71990f30f6dd4ccf.
>
> Reason for revert: test still failing, see crbug.com/920115
>
> Original change's description:
> > Reland "Reland "[PE] Fix background-image on ::first-line""
> >
> > This reverts commit 3edb3f1bbe315083871126bcbe4d422556b0d69f.
> >
> > Fix by moving UpdateFirstLineImageObservers() from
> > CachedFirstLineStyle() into GetCachedPseudoStyle() to ensure
> > we update image observers for the correct object.
> >
> > Original change's description:
> > > Revert "Reland "[PE] Fix background-image on ::first-line""
> > >
> > > This reverts commit f6facb87f009321e336fea1db249ad41f4116bb8.
> > >
> > > Reason for revert: Still can't ensure strictly paired AddClient/RemoveClient.
> > >
> > > Bug: 921337,921341
> > >
> > > Original change's description:
> > > > Reland "[PE] Fix background-image on ::first-line"
> > > >
> > > > This reverts commit 3b58524dfeb579392545998cbb64841138cc5a6e.
> > > >
> > > > The original patch failed to call RemoveClient for the background-image
> > > > in the first line style.
> > > >
> > > > Original change's description:
> > > > > Revert "[PE] Fix background-image on ::first-line"
> > > > >
> > > > > This reverts commit fe023954ad31e422d0deb4116d7867098e11b688.
> > > > >
> > > > > Reason for revert: crbug.com/920115
> > > > >
> > > > > Bug: 920115
> > > > >
> > > > > Original change's description:
> > > > > > [PE] Fix background-image on ::first-line
> > > > > >
> > > > > > This CL ensures correct handling of background-image on ::first-line
> > > > > > from style change to paint invalidation.
> > > > > >
> > > > > > Bug: 918881
> > > > > > Change-Id: I2e3a7bf60cb0f851b203fc7f5135c4186cc731a3
> > > > > > Reviewed-on: https://chromium-review.googlesource.com/c/1396154
> > > > > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > > > > > Reviewed-by: Rune Lillesveen <futhark@chromium.org>
> > > > > > Cr-Commit-Position: refs/heads/master@{#620921}
> > > > >
> > > > > TBR=wangxianzhu@chromium.org,futhark@chromium.org
> > > > >
> > > > > Change-Id: Iba8387598922eaccd35f44bcaceac1cff59ea83a
> > > > > No-Presubmit: true
> > > > > No-Tree-Checks: true
> > > > > No-Try: true
> > > > > Bug: 918881
> > > > > Reviewed-on: https://chromium-review.googlesource.com/c/1403315
> > > > > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
> > > > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > > > > Cr-Commit-Position: refs/heads/master@{#621178}
> > > >
> > > > Bug: 920115, 918881
> > > > Change-Id: I3ea101ae09ad062de657a8917d77b1ec34e329e4
> > > > Reviewed-on: https://chromium-review.googlesource.com/c/1403316
> > > > Reviewed-by: Rune Lillesveen <futhark@chromium.org>
> > > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > > > Cr-Commit-Position: refs/heads/master@{#622298}
> > >
> > > TBR=wangxianzhu@chromium.org,futhark@chromium.org
> > >
> > > Change-Id: I6d31b858b2bf61bb123c6bdb09780f33e05b4878
> > > No-Presubmit: true
> > > No-Tree-Checks: true
> > > No-Try: true
> > > Bug: 920115, 918881
> > > Reviewed-on: https://chromium-review.googlesource.com/c/1407974
> > > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
> > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > > Cr-Commit-Position: refs/heads/master@{#622325}
> >
> > Change-Id: I2509073937be3b1eb8f4bdc0d6f5151c93253851
> > Bug: 921337, 921341, 920115, 918881
> > Reviewed-on: https://chromium-review.googlesource.com/c/1408358
> > Reviewed-by: Rune Lillesveen <futhark@chromium.org>
> > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
> > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#622542}
>
> TBR=wangxianzhu@chromium.org,futhark@chromium.org
>
> Change-Id: I3f5aca68d9e5e739f262187171530fc718ff71a9
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: 921337, 921341, 920115, 918881
> Reviewed-on: https://chromium-review.googlesource.com/c/1411534
> Reviewed-by: Dominic Battré <battre@chromium.org>
> Commit-Queue: Dominic Battré <battre@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#622787}
TBR=wangxianzhu@chromium.org,battre@chromium.org,futhark@chromium.org
Change-Id: I46dca78e51fe16ff7091674028b184a6d7cc1b83
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 921337, 921341, 920115, 918881
Reviewed-on: https://chromium-review.googlesource.com/c/1411595
Reviewed-by: Dominic Battré <battre@chromium.org>
Commit-Queue: Dominic Battré <battre@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622796}
--
wpt-commits: 9b7ef11c54ca4ae4113c033aa1b0af2a44e4cc88
wpt-pr: 14858
931a2fa4b4fc5ffcbf3f3cf5b02ebd58630c38c6: Bug 1523562 [wpt PR 14856] - Update interfaces/user-timing.idl, a=testonly
autofoolip <auto@foolip.org> - Thu, 31 Jan 2019 18:55:26 +0000 - rev 457991
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14856] - Update interfaces/user-timing.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/user-timing.idl (#14856)
Source: https://github.com/tidoust/reffy-reports/blob/cc129d4/whatwg/idl/user-timing.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/479750518
--
wpt-commits: 6b940f4a127dfdc5e5bda65f90123e9dce3aa356
wpt-pr: 14856
08f25b8af0b720c622b4ef62f68d95318ec577d1: Bug 1523562 [wpt PR 14857] - Revert "Reland "Reland "[PE] Fix background-image on ::first-line""", a=testonly
Dominic Battré <battre@chromium.org> - Thu, 31 Jan 2019 18:55:24 +0000 - rev 457990
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14857] - Revert "Reland "Reland "[PE] Fix background-image on ::first-line""", a=testonly
Automatic update from web-platform-tests
Revert "Reland "Reland "[PE] Fix background-image on ::first-line"""
This reverts commit bd339720737e44c9d730bb8a71990f30f6dd4ccf.
Reason for revert: test still failing, see crbug.com/920115
Original change's description:
> Reland "Reland "[PE] Fix background-image on ::first-line""
>
> This reverts commit 3edb3f1bbe315083871126bcbe4d422556b0d69f.
>
> Fix by moving UpdateFirstLineImageObservers() from
> CachedFirstLineStyle() into GetCachedPseudoStyle() to ensure
> we update image observers for the correct object.
>
> Original change's description:
> > Revert "Reland "[PE] Fix background-image on ::first-line""
> >
> > This reverts commit f6facb87f009321e336fea1db249ad41f4116bb8.
> >
> > Reason for revert: Still can't ensure strictly paired AddClient/RemoveClient.
> >
> > Bug: 921337,921341
> >
> > Original change's description:
> > > Reland "[PE] Fix background-image on ::first-line"
> > >
> > > This reverts commit 3b58524dfeb579392545998cbb64841138cc5a6e.
> > >
> > > The original patch failed to call RemoveClient for the background-image
> > > in the first line style.
> > >
> > > Original change's description:
> > > > Revert "[PE] Fix background-image on ::first-line"
> > > >
> > > > This reverts commit fe023954ad31e422d0deb4116d7867098e11b688.
> > > >
> > > > Reason for revert: crbug.com/920115
> > > >
> > > > Bug: 920115
> > > >
> > > > Original change's description:
> > > > > [PE] Fix background-image on ::first-line
> > > > >
> > > > > This CL ensures correct handling of background-image on ::first-line
> > > > > from style change to paint invalidation.
> > > > >
> > > > > Bug: 918881
> > > > > Change-Id: I2e3a7bf60cb0f851b203fc7f5135c4186cc731a3
> > > > > Reviewed-on: https://chromium-review.googlesource.com/c/1396154
> > > > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > > > > Reviewed-by: Rune Lillesveen <futhark@chromium.org>
> > > > > Cr-Commit-Position: refs/heads/master@{#620921}
> > > >
> > > > TBR=wangxianzhu@chromium.org,futhark@chromium.org
> > > >
> > > > Change-Id: Iba8387598922eaccd35f44bcaceac1cff59ea83a
> > > > No-Presubmit: true
> > > > No-Tree-Checks: true
> > > > No-Try: true
> > > > Bug: 918881
> > > > Reviewed-on: https://chromium-review.googlesource.com/c/1403315
> > > > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
> > > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > > > Cr-Commit-Position: refs/heads/master@{#621178}
> > >
> > > Bug: 920115, 918881
> > > Change-Id: I3ea101ae09ad062de657a8917d77b1ec34e329e4
> > > Reviewed-on: https://chromium-review.googlesource.com/c/1403316
> > > Reviewed-by: Rune Lillesveen <futhark@chromium.org>
> > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > > Cr-Commit-Position: refs/heads/master@{#622298}
> >
> > TBR=wangxianzhu@chromium.org,futhark@chromium.org
> >
> > Change-Id: I6d31b858b2bf61bb123c6bdb09780f33e05b4878
> > No-Presubmit: true
> > No-Tree-Checks: true
> > No-Try: true
> > Bug: 920115, 918881
> > Reviewed-on: https://chromium-review.googlesource.com/c/1407974
> > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
> > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#622325}
>
> Change-Id: I2509073937be3b1eb8f4bdc0d6f5151c93253851
> Bug: 921337, 921341, 920115, 918881
> Reviewed-on: https://chromium-review.googlesource.com/c/1408358
> Reviewed-by: Rune Lillesveen <futhark@chromium.org>
> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#622542}
TBR=wangxianzhu@chromium.org,futhark@chromium.org
Change-Id: I3f5aca68d9e5e739f262187171530fc718ff71a9
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 921337, 921341, 920115, 918881
Reviewed-on: https://chromium-review.googlesource.com/c/1411534
Reviewed-by: Dominic Battré <battre@chromium.org>
Commit-Queue: Dominic Battré <battre@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622787}
--
wpt-commits: 081c4883230a8c95f5a57ab4b76149cfc80e1293
wpt-pr: 14857
c7ab05b766f0283be490e8f4d80f98be5b618104: Bug 1517833 [wpt PR 14720] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Sat, 05 Jan 2019 04:21:45 +0000 - rev 457989
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1517833 [wpt PR 14720] - Update wpt metadata, a=testonly
wpt-pr: 14720
wpt-type: metadata
fea5433464fdc96281f80c5c79a761354419aa10: Bug 1517833 [wpt PR 14720] - Portals: Add support for compositing portals., a=testonly
Lucas Furukawa Gadani <lfg@chromium.org> - Thu, 31 Jan 2019 18:55:19 +0000 - rev 457988
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1517833 [wpt PR 14720] - Portals: Add support for compositing portals., a=testonly
Automatic update from web-platform-tests
Portals: Add support for compositing portals.
Bug: 914109
Change-Id: I8ebdfe2352f4a914ca1f2541380c4eafa6a03ab2
Reviewed-on: https://chromium-review.googlesource.com/c/1394985
Reviewed-by: Charlie Reis <creis@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Commit-Queue: Lucas Gadani <lfg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622737}
--
wpt-commits: 5c708fbf402a7fb9a2d99293bcc36bebf32bcaec
wpt-pr: 14720
93e8279ba244f9c3ecab9dc2a5c69468b59070fd: Bug 1514493 [wpt PR 14541] - Async Clipboard: ReadImageExperimental/WriteImageExperimental, a=testonly
Darwin Huang <huangdarwin@chromium.org> - Thu, 31 Jan 2019 18:55:17 +0000 - rev 457987
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1514493 [wpt PR 14541] - Async Clipboard: ReadImageExperimental/WriteImageExperimental, a=testonly
Automatic update from web-platform-tests
Async Clipboard: ReadImageExperimental/WriteImageExperimental
API Goal:
- Async Clipboard functionality to ReadImageExperimental() and WriteImageExperimental()
- JS layer will send Blobs with MIME type "image/png"
- Images will be "safe", as we'll re-encode to strip potentially dangerous
metadata and protect from arbitrary code execution. Only image types
supported by the Skia library will be supported for this initial POC.
- First release into experimental with this ReadImageExperimental()/WriteImageExperimental()
- Later integrate into Read()/Write() and remove ReadImageExperimental()/WriteImageExperimental()
Features:
- FileReader used to read Blobs asynchronously.
- Image Decoding on a separate thread.
- Image read/write accomplished, where Images are represented by Blobs holding
MIME type "image/png"
Bug: 150835
Change-Id: I4380116642b4720bb9773185eb2e28757688c5ec
Reviewed-on: https://chromium-review.googlesource.com/c/1345090
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Gary Kacmarcik <garykac@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622726}
--
wpt-commits: 1561bbb52522453394f599f80d941d474a35d7eb
wpt-pr: 14541
249c9bd6e304a687a2edec887489b24a637610da: Bug 1523562 [wpt PR 14853] - [LayoutNG] Fix bug in resolving flex-basis:auto, a=testonly
David Grogan <dgrogan@chromium.org> - Thu, 31 Jan 2019 18:55:15 +0000 - rev 457986
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14853] - [LayoutNG] Fix bug in resolving flex-basis:auto, a=testonly
Automatic update from web-platform-tests
[LayoutNG] Fix bug in resolving flex-basis:auto
When a column flexbox and an item had orthogonal writing modes (meaning
the child's inline direction matches the container's main axis), we were
using the item's max content size in the parent's writing mode to
resolve its flex-basis, but we should have been using it in the child's
writing mode.
Bug: 845235
Change-Id: I53bd5ba39f9c8cb4ac84dc4638c8abc57e38f974
Reviewed-on: https://chromium-review.googlesource.com/c/1409810
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622688}
--
wpt-commits: cb5b7dca248814309cb145b43ba2a3c5f2c27ae1
wpt-pr: 14853
244ed10a92a7bf154bd848da57ff952f7cee838e: Bug 1523562 [wpt PR 14783] - Move views array from XRFrame to XRViewerPose., a=testonly
Jacob DeWitt <jacde@chromium.org> - Thu, 31 Jan 2019 18:55:09 +0000 - rev 457985
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14783] - Move views array from XRFrame to XRViewerPose., a=testonly
Automatic update from web-platform-tests
Move views array from XRFrame to XRViewerPose.
This is to match the latest version of the web XR spec for XRViewerPose.
The getViewerPose method makes a copy of the session's views relative to the reference space it was
queried with and stores it in the returned XRViewerPose object.
Updated the layout tests that need to access the views array.
Some of those tests required further adjustment to get an XRReferenceSpace object to pass to getViewerPose.
Bug: 915021
Change-Id: Ib0a8203034780b3936cf2e2893dc529e240d6a48
Reviewed-on: https://chromium-review.googlesource.com/c/1399304
Commit-Queue: Jacob DeWitt <jacde@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622572}
--
wpt-commits: 0f42b736b5d19060928c0576f8e44baaef2570f1
wpt-pr: 14783
b165305685861d0f34f0c6852db038f06cad3c43: Bug 1523562 [wpt PR 14833] - Reland "Reland "[PE] Fix background-image on ::first-line"", a=testonly
Xianzhu Wang <wangxianzhu@chromium.org> - Thu, 31 Jan 2019 18:55:07 +0000 - rev 457984
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14833] - Reland "Reland "[PE] Fix background-image on ::first-line"", a=testonly
Automatic update from web-platform-tests
Reland "Reland "[PE] Fix background-image on ::first-line""
This reverts commit 3edb3f1bbe315083871126bcbe4d422556b0d69f.
Fix by moving UpdateFirstLineImageObservers() from
CachedFirstLineStyle() into GetCachedPseudoStyle() to ensure
we update image observers for the correct object.
Original change's description:
> Revert "Reland "[PE] Fix background-image on ::first-line""
>
> This reverts commit f6facb87f009321e336fea1db249ad41f4116bb8.
>
> Reason for revert: Still can't ensure strictly paired AddClient/RemoveClient.
>
> Bug: 921337,921341
>
> Original change's description:
> > Reland "[PE] Fix background-image on ::first-line"
> >
> > This reverts commit 3b58524dfeb579392545998cbb64841138cc5a6e.
> >
> > The original patch failed to call RemoveClient for the background-image
> > in the first line style.
> >
> > Original change's description:
> > > Revert "[PE] Fix background-image on ::first-line"
> > >
> > > This reverts commit fe023954ad31e422d0deb4116d7867098e11b688.
> > >
> > > Reason for revert: crbug.com/920115
> > >
> > > Bug: 920115
> > >
> > > Original change's description:
> > > > [PE] Fix background-image on ::first-line
> > > >
> > > > This CL ensures correct handling of background-image on ::first-line
> > > > from style change to paint invalidation.
> > > >
> > > > Bug: 918881
> > > > Change-Id: I2e3a7bf60cb0f851b203fc7f5135c4186cc731a3
> > > > Reviewed-on: https://chromium-review.googlesource.com/c/1396154
> > > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > > > Reviewed-by: Rune Lillesveen <futhark@chromium.org>
> > > > Cr-Commit-Position: refs/heads/master@{#620921}
> > >
> > > TBR=wangxianzhu@chromium.org,futhark@chromium.org
> > >
> > > Change-Id: Iba8387598922eaccd35f44bcaceac1cff59ea83a
> > > No-Presubmit: true
> > > No-Tree-Checks: true
> > > No-Try: true
> > > Bug: 918881
> > > Reviewed-on: https://chromium-review.googlesource.com/c/1403315
> > > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
> > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > > Cr-Commit-Position: refs/heads/master@{#621178}
> >
> > Bug: 920115, 918881
> > Change-Id: I3ea101ae09ad062de657a8917d77b1ec34e329e4
> > Reviewed-on: https://chromium-review.googlesource.com/c/1403316
> > Reviewed-by: Rune Lillesveen <futhark@chromium.org>
> > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#622298}
>
> TBR=wangxianzhu@chromium.org,futhark@chromium.org
>
> Change-Id: I6d31b858b2bf61bb123c6bdb09780f33e05b4878
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: 920115, 918881
> Reviewed-on: https://chromium-review.googlesource.com/c/1407974
> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#622325}
Change-Id: I2509073937be3b1eb8f4bdc0d6f5151c93253851
Bug: 921337, 921341, 920115, 918881
Reviewed-on: https://chromium-review.googlesource.com/c/1408358
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622542}
--
wpt-commits: 976b09a4e8cfa19647e6c05cf9219dad0645c34f
wpt-pr: 14833
25e51962fa2f3b8e157c33b006f0b67a162edae2: Bug 1523562 [wpt PR 14808] - [LayoutNG] Children ScrollableOverflow applies transforms, a=testonly
Aleks Totic <atotic@chromium.org> - Thu, 31 Jan 2019 18:55:05 +0000 - rev 457983
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14808] - [LayoutNG] Children ScrollableOverflow applies transforms, a=testonly
Automatic update from web-platform-tests
[LayoutNG] Children ScrollableOverflow applies transforms
Scrollable overflow of container fragments is a union of
children scrollable overflows. If children have transforms,
those transforms should be applied before the union.
Added overflow-abpos-transform.html test case to explicitly
test abspos fragment with transforms.
Bug: 849751
Change-Id: Iaa43ea1617113c658accf2d02bf7574e08a03518
Notry: true
Reviewed-on: https://chromium-review.googlesource.com/c/1406235
Commit-Queue: Aleks Totic <atotic@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622520}
--
wpt-commits: c46c9680c51fd9dd310578246febd44dad559d24
wpt-pr: 14808
c92e58ebf0edecdb2a57c18f5f1d67951d43797f: Bug 1518195 [wpt PR 14739] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Mon, 07 Jan 2019 19:31:39 +0000 - rev 457982
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1518195 [wpt PR 14739] - Update wpt metadata, a=testonly
wpt-pr: 14739
wpt-type: metadata
65b52861c320340c3fe389ee9525d5f36a89bd2d: Bug 1518195 [wpt PR 14739] - [animation worklet] Implement WorkletAnimation.currentTime, a=testonly
Majid Valipour <majidvp@chromium.org> - Thu, 31 Jan 2019 18:54:57 +0000 - rev 457981
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1518195 [wpt PR 14739] - [animation worklet] Implement WorkletAnimation.currentTime, a=testonly
Automatic update from web-platform-tests
[animation worklet] Implement WorkletAnimation.currentTime
Allow currentTime for WorkletAnimation to be read (but not set).
The tests are inspired by web-animation tests for current time
except that we currently do not support playbackRate or worklet
animations without timeline.
TESTS: external/wpt/animation-worklet/current-time.https.html
Bug: 833846
Change-Id: I004ccd003d9471b34eb239941124f9a31973e753
Reviewed-on: https://chromium-review.googlesource.com/c/1397846
Commit-Queue: Majid Valipour <majidvp@chromium.org>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622514}
--
wpt-commits: bd972e6ccd39d558d7d70156c095532c60fff2d4
wpt-pr: 14739
13b2b62f5941ddc5a0895ff3b9b6c33ad7e745e2: Bug 1523562 [wpt PR 14831] - Add WPT for ensuring flexbox child hit testing is done in flex order, a=testonly
Andrew Comminos <acomminos@fb.com> - Thu, 31 Jan 2019 18:54:55 +0000 - rev 457980
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14831] - Add WPT for ensuring flexbox child hit testing is done in flex order, a=testonly
Automatic update from web-platform-tests
Add WPT for ensuring flexbox child hit testing is done in flex order
Currently fails both with and without LayoutNG. Non-LayoutNG case should
depend on a reversed OrderIterator for performing hit testing.
Bug: 844505
Change-Id: I93a96922cad57ace6990310e4855355d06c8cd66
Reviewed-on: https://chromium-review.googlesource.com/c/1407926
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Andrew Comminos <acomminos@fb.com>
Cr-Commit-Position: refs/heads/master@{#622504}
--
wpt-commits: 50e34a867e3818f4795096cb0ed137705ba8d8d2
wpt-pr: 14831
0e66e9c1e7a8e1a0fed48d976ceddd6083a80ff9: Bug 1523562 [wpt PR 14844] - Mark top estimate for bottom-aligned OOFs as bogus when fragmented., a=testonly
Morten Stenshorne <mstensho@chromium.org> - Thu, 31 Jan 2019 18:54:53 +0000 - rev 457979
Push
35518 by opoprus@mozilla.com at Fri, 08 Feb 2019 09:55:14 +0000
Bug 1523562 [wpt PR 14844] - Mark top estimate for bottom-aligned OOFs as bogus when fragmented., a=testonly
Automatic update from web-platform-tests
Mark top estimate for bottom-aligned OOFs as bogus when fragmented.
As the code already points out, the block-start estimate for block-end
aligned out-of-flow positioned objects cannot be determined without
laying out. Make sure that we really lay out.
Bug: 921546
Change-Id: Id49b7b846886070ce3e49e0220a7b6378e1f9d6a
Reviewed-on: https://chromium-review.googlesource.com/c/1409442
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622492}
--
wpt-commits: ee7f5abb55093e964bb09e00f3a765603e1dadde
wpt-pr: 14844