3b84d46b5df4e8b94c6fd9186a36e464a12c77af: Bug 1644847 [wpt PR 24093] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Wed, 17 Jun 2020 01:01:48 +0000 - rev 536813
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1644847 [wpt PR 24093] - Update wpt metadata, a=testonly
wpt-pr: 24093
wpt-type: metadata
2ce989e05dbcd551b9620ea54066f9b1bcd511cb: Bug 1644847 [wpt PR 24093] - Avoid memory allocation in AudioWorkletProcessor.process(), a=testonly
Hongchan Choi <hongchan@chromium.org> - Mon, 22 Jun 2020 10:41:15 +0000 - rev 536812
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1644847 [wpt PR 24093] - Avoid memory allocation in AudioWorkletProcessor.process(), a=testonly
Automatic update from web-platform-tests
Avoid memory allocation in AudioWorkletProcessor.process()
Based on the spec [1], the current implementation of
AudioWorkletProcessor needs to create a new data container
(i.e. WebIDL sequence<>) for input, output, and param arrays.
With the new spec change [2], this CL changes the overall design
of the audio processing callback:
1. Moves the processing call from AudioWorkletGlobalScope to
AudioWorkletProcessor object.
2. AudioWorkletProcessor now keeps the data container within
the object and allocate memory when it is needed.
The preliminary benchmark shows the sizable improvement in the
audio stream quality. The glitch score
(= buffer underrun/total callback) is improved by ~9x in the
low-tier machine. [3]
This is an API change [4], but the real world impact would be
negligible because there's no functionality change.
[1]: https://webaudio.github.io/web-audio-api/#dom-audioworkletprocessor-process-inputs-outputs-parameters-inputs
[2]: https://github.com/WebAudio/web-audio-api/issues/1933#issuecomment-616632754
[3]: https://bugs.chromium.org/p/chromium/issues/detail?id=1086665#c2
[4]: https://chromestatus.com/feature/5647541725036544
Bug: 1071085, 1086665
Change-Id: I3e664754973d4d86649d38c1807c6b9d7830fb96
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218702
Reviewed-by: Raymond Toy <rtoy@chromium.org>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Commit-Queue: Hongchan Choi <hongchan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779052}
--
wpt-commits: 48a5574b7e1a3d7d952a4b9fe84b049375773e42
wpt-pr: 24093
13f4bcdcf354c384a4a6144c30ee9efa2be93634: Bug 1645756 [wpt PR 24146] - Add manual tests for web manifest, a=testonly
Marcos Cáceres <mcaceres@mozilla.com> - Mon, 22 Jun 2020 10:41:10 +0000 - rev 536811
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645756 [wpt PR 24146] - Add manual tests for web manifest, a=testonly
Automatic update from web-platform-tests
Add manual tests for web manifest (#24146)
--
wpt-commits: 604b85160000869f62832d161751f532bbb38c3c
wpt-pr: 24146
7dda7644ffe1336a6035bfcd5392aeee98a86d1e: Bug 1645070 [wpt PR 24109] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Tue, 16 Jun 2020 14:57:07 +0000 - rev 536810
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645070 [wpt PR 24109] - Update wpt metadata, a=testonly
wpt-pr: 24109
wpt-type: metadata
d5c7bacfde62813c8a4fb2b52669caea8ca50c35: Bug 1645070 [wpt PR 24109] - Parse text-decoration-thickness as part of text-decoration shorthand, a=testonly
Dominik Röttsches <drott@chromium.org> - Mon, 22 Jun 2020 10:41:01 +0000 - rev 536809
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645070 [wpt PR 24109] - Parse text-decoration-thickness as part of text-decoration shorthand, a=testonly
Automatic update from web-platform-tests
Parse text-decoration-thickness as part of text-decoration shorthand
Adapt text-decoration shorthand serialized value to only return non-
initial values for text-decoration-thickness according to
https://drafts.csswg.org/cssom/#serializing-css-values but keep existing
serialisation behavior for other longhands. Shorthand serialisation
needs separate harmonisation efforts, see issue 1093826.
Bug: 1093827
Change-Id: I391225c383818318c9d22e6c96e3a3c4b9ebb6d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2241677
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Reviewed-by: Fredrik Söderquist <fs@opera.com>
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778744}
--
wpt-commits: 314d27b572a22e1b341de6fe678768f55791d55a
wpt-pr: 24109
b652ecc3478ae04bd6a3f76128b5f5f239fd7853: Bug 1645988 [wpt PR 24165] - Python 3: port tests in document-metadata & embedded-content in html/…, a=testonly
Ziran Sun <zsun@igalia.com> - Mon, 22 Jun 2020 10:40:56 +0000 - rev 536808
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645988 [wpt PR 24165] - Python 3: port tests in document-metadata & embedded-content in html/…, a=testonly
Automatic update from web-platform-tests
Python 3: port tests in document-metadata & embedded-content in html/semantics
--
wpt-commits: aec6139dc296e26757011885238d69c77e17b804
wpt-pr: 24165
4d3d34985ebcd9259fcf1e3323f774d0b079d375: Bug 1646011 [wpt PR 24166] - Correct name of lint.ignore file in docs, a=testonly
Stephen McGruer <smcgruer@chromium.org> - Mon, 22 Jun 2020 10:40:51 +0000 - rev 536807
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1646011 [wpt PR 24166] - Correct name of lint.ignore file in docs, a=testonly
Automatic update from web-platform-tests
Correct name of lint.ignore file in docs (#24166)
In https://github.com/web-platform-tests/wpt/pull/24158 the docs were
updated, but I got the filename wrong - it's lint.ignore, not
lint.ignorelist.
--
wpt-commits: 3a3504c07bc32445b91f4df84af95fce9574718d
wpt-pr: 24166
95164b155a07497bcb514ed773401744e7df7c8e: Bug 1645966 [wpt PR 24161] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Thu, 18 Jun 2020 16:19:09 +0000 - rev 536806
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645966 [wpt PR 24161] - Update wpt metadata, a=testonly
wpt-pr: 24161
wpt-type: metadata
81b15d20a74b3209d125d4dd45291f76a8c9e5d2: Bug 1645966 [wpt PR 24161] - RubyNG: A line shouldn't provide annotation space if it has text-emphasis, a=testonly
Kent Tamura <tkent@chromium.org> - Mon, 22 Jun 2020 10:40:43 +0000 - rev 536805
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645966 [wpt PR 24161] - RubyNG: A line shouldn't provide annotation space if it has text-emphasis, a=testonly
Automatic update from web-platform-tests
RubyNG: A line shouldn't provide annotation space if it has text-emphasis
* A line has text-emphasis at the 'under' side, and the next line has
ruby at 'over' side, or
* A line has ruby at the 'under' side, and the next line has
text-emphasis at 'over' side
In these two cases, text-emphasis and ruby could be overlapped. This CL
fixes this issue.
Note:
- The legacy ruby also has this issue, but this CL doesn't fix it for
the legacy ruby.
- The FAIL line in external/wpt/css/css-ruby/line-spacing-expected.txt
is expected. We'll fix it soon.
Bug: 1069817
Change-Id: Ie2201d577c58a77000c7ace7a1f3de718866a989
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245991
Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778687}
--
wpt-commits: bfcaaa8a2261e974b1a162ddd4155984098e90ca
wpt-pr: 24161
c372cadf5bd5a89b42154c2a3a7eda5889d687d7: Bug 1645975 [wpt PR 24162] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Tue, 16 Jun 2020 11:34:23 +0000 - rev 536804
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645975 [wpt PR 24162] - Update wpt metadata, a=testonly
wpt-pr: 24162
wpt-type: metadata
6a3c2b9426284e3d01e8f37ac68785d731c68765: Bug 1645975 [wpt PR 24162] - Add test to check painting order of mrow-like elements., a=testonly
Frédéric Wang <fwang@igalia.com> - Mon, 22 Jun 2020 10:40:35 +0000 - rev 536803
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645975 [wpt PR 24162] - Add test to check painting order of mrow-like elements., a=testonly
Automatic update from web-platform-tests
Add test to check painting order of mrow-like elements. (#24162)
https://github.com/mathml-refresh/mathml/issues/52
--
wpt-commits: 307056c29ae77cbd65e4b994fc0383d8cd9b9ed3
wpt-pr: 24162
58822468074d856b11b59665e2f0a4214267c2f6: Bug 1645933 [wpt PR 24158] - Update the docs for ignoring the linter, a=testonly
Stephen McGruer <smcgruer@chromium.org> - Mon, 22 Jun 2020 10:40:30 +0000 - rev 536802
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645933 [wpt PR 24158] - Update the docs for ignoring the linter, a=testonly
Automatic update from web-platform-tests
Update the docs for ignoring the linter
The filenames were changed a while back, and apparently I completely
forgot to update the docs.
--
wpt-commits: 4af6af604800559d2c58cf3561621ae43e28aaa8
wpt-pr: 24158
19aa1a523a7e08bf57166235aae9d48fa8400fcc: Bug 1645895 [wpt PR 24156] - Ensure a <marquee> that has been started can be adopted into an inactive document without crashing, a=testonly
Nate Chapin <japhet@chromium.org> - Mon, 22 Jun 2020 10:40:25 +0000 - rev 536801
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645895 [wpt PR 24156] - Ensure a <marquee> that has been started can be adopted into an inactive document without crashing, a=testonly
Automatic update from web-platform-tests
Ensure a <marquee> that has been started can be adopted into an inactive document without crashing
Bug: 1094587
Test: html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-adopt-to-inactive-document-crash.html
Change-Id: Ib7587615d948d7c9e21ceaa83adbc00c5576f1d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246715
Auto-Submit: Nate Chapin <japhet@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Nate Chapin <japhet@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778621}
--
wpt-commits: 5c300e3f7abe1b5440f44a282912300dd04a3bd6
wpt-pr: 24156
78353d7ea0c7cb8cce1d55003c824e8541b1caf8: Bug 1645881 [wpt PR 24154] - Fix timing of when transition generation is updated, a=testonly
Kevin Ellis <kevers@chromium.org> - Mon, 22 Jun 2020 10:40:20 +0000 - rev 536800
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645881 [wpt PR 24154] - Fix timing of when transition generation is updated, a=testonly
Automatic update from web-platform-tests
Fix timing of when transition generation is updated
Previously, the transition generation was updated when an
ontransition event was generated; however, this timing is too late
since a transition created after a style flush should be in a new
transition generation even if in the same animation frame.
Bug: 1095105
Change-Id: Ibf90a68b8f57357f3e26a98af7e10ee0d63b4bbc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246924
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778503}
--
wpt-commits: 5a7701e9361d47708f6ebba417620ffaf8e11311
wpt-pr: 24154
b2d83712270e447f98668047f731f7a1a5b168e3: Bug 1644921 [wpt PR 24102] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Tue, 16 Jun 2020 00:29:26 +0000 - rev 536799
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1644921 [wpt PR 24102] - Update wpt metadata, a=testonly
wpt-pr: 24102
wpt-type: metadata
e46c93a0cb4415dc214034a5aedc336b37fb7e54: Bug 1644921 [wpt PR 24102] - Add reftests for transform-box, a=testonly
George Steel <gtsteel@google.com> - Mon, 22 Jun 2020 10:40:11 +0000 - rev 536798
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1644921 [wpt PR 24102] - Add reftests for transform-box, a=testonly
Automatic update from web-platform-tests
Add reftests for transform-box
Add cases for all of the keywords defined in
https://drafts.csswg.org/css-transforms-1/#transform-box
Bug: 924472
Change-Id: I64698a7dc49bbd0f1241b1148c29502376088922
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2240255
Commit-Queue: George Steel <gtsteel@chromium.org>
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778476}
--
wpt-commits: 582928cac2fa634c6ef1ca764c0fa0ff74a8ce80
wpt-pr: 24102
c3ddafc46ffdc6f61da034a59ec6d44a3e09bff7: Bug 1645866 [wpt PR 24152] - Add test cases for URLSearchParams parsing %, a=testonly
JJ Kasper <jj@jjsweb.site> - Mon, 22 Jun 2020 10:40:06 +0000 - rev 536797
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645866 [wpt PR 24152] - Add test cases for URLSearchParams parsing %, a=testonly
Automatic update from web-platform-tests
Add test cases for URLSearchParams parsing %
--
wpt-commits: c79fe5612ae8730bcc8e732801c0d1ec6a371243
wpt-pr: 24152
d4ada8e0d394333369769f9534b1f6906768ad4f: Bug 1644679 [wpt PR 24079] - Python3: port beacon tests, a=testonly
ziransun <zsun@igalia.com> - Mon, 22 Jun 2020 10:40:01 +0000 - rev 536796
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1644679 [wpt PR 24079] - Python3: port beacon tests, a=testonly
Automatic update from web-platform-tests
Python3: port beacon tests (#24079)
--
wpt-commits: 16bf93260ad6470d5763ff33626f7742792b2bf5
wpt-pr: 24079
5269ab455916b53139a605e3007e57fd828de817: Bug 1644835 [wpt PR 24091] - Python 3: port tests in workers, a=testonly
ziransun <zsun@igalia.com> - Mon, 22 Jun 2020 10:39:56 +0000 - rev 536795
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1644835 [wpt PR 24091] - Python 3: port tests in workers, a=testonly
Automatic update from web-platform-tests
Python 3: port tests in workers (#24091)
--
wpt-commits: eaae8970c1b028f67296bd6ab5f52ef31583703d
wpt-pr: 24091
80fc16b1b57ff94527c3aaef1b76c06c2ec105f7: Bug 1645125 [wpt PR 24116] - counter-set: Implement counter-set, a=testonly
Vladimir Levin <vmpstr@chromium.org> - Mon, 22 Jun 2020 10:39:49 +0000 - rev 536794
Push
37533 by dluca@mozilla.com at Tue, 23 Jun 2020 21:38:40 +0000
Bug 1645125 [wpt PR 24116] - counter-set: Implement counter-set, a=testonly
Automatic update from web-platform-tests
counter-set: Implement counter-set
This patch implements counter-set CSS property:
https://drafts.csswg.org/css-lists-3/#propdef-counter-set
This also adjusts the counter-scoping-002 tests to correct
usage.
R=chrishtr@chromium.org, futhark@chromium.org
Bug: 991601, 882383
Change-Id: I0c1e4f4464d36d0ffa814214f52bccec58fd8e17
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2239670
Commit-Queue: vmpstr <vmpstr@chromium.org>
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Auto-Submit: vmpstr <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778318}
--
wpt-commits: bbbcde8645524e0f81f751db4d1518c4f448185c
wpt-pr: 24116