Skip to content

Releases: tkntjsdw/wpt

merge_pr_23

26 Nov 07:30
Compare
Choose a tag to compare

Mark external/wpt/cookies/http-state/path-tests.htm as slow test

This patch markes external/wpt/cookies/http-state/path-tests.htm as slow test.

Bug: 1028488
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Tbr: yosin@chromium.org
Change-Id: I56e99d2a237ef4038a9ec32b971eba1aae54f5e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935577
Reviewed-by: Yoshifumi Inoue yosin@chromium.org
Commit-Queue: Yoshifumi Inoue yosin@chromium.org
Cr-Commit-Position: refs/heads/master@{#719025}

merge_pr_22

26 Nov 02:30
Compare
Choose a tag to compare

Reland [sms] Implement AbortController for SMSReceiver API

This change allows developers to use the SMS Receiver API with the Abort
Controller to cancel once the API is called. This will help developers with
flows for retrying and sending a new code and they want to abort the previous
call they made to the API. If the InfoBar is up during abort, it will
leave the InfoBar open while returning an AbortError to the website. If
another request is made while the InfoBar for 1st request is still open (after
abort), upon clicking 'Verify' the SMS retrieved for the 1st request will
return to the 2nd request.

Original CL: https://crrev.com/c/1866914
Revert CL: https://crrev.com/c/1930275
Failure ticket: https://crbug.com/1027386

Failure locally reproducible with following test command:
python testing/scripts/run_isolated_script_test.py third_party/blink/tools/run_web_tests.py -t LinuxTest third_party/blink/web_tests/external/wpt/sms/interceptor.https.html --isolated-script-test-output=output.json --isolated-script-test-perf-output=perftest-output.json --additional-expectations third_party/blink/web_tests/LeakExpectations --enable-leak-detection

Bug: 976401
Change-Id: I9b1208a6cf9c05185fa734809ab275235238cf4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929864
Reviewed-by: Reilly Grant reillyg@chromium.org
Reviewed-by: Daniel Cheng dcheng@chromium.org
Commit-Queue: Ayu Ishii ayui@chromium.org
Cr-Commit-Position: refs/heads/master@{#718954}

merge_pr_21

26 Nov 00:30
Compare
Choose a tag to compare

Restrict portal creation to http(s) schemes

Portal contents are restricted to http(s) schemes. Since the host
contents may be adopted into a portal, it should be subject to this
restriction as well.

It may be that we end up allowing non-http(s) schemes to create portals,
but have them be unadoptable, but for now it's simpler to use the same
restriction. If we do weaken this restriction, we would still want to
prevent portal creation in about:blank, since this is not useful and
involves unnecessary complexity.

Bug: 1008992
Change-Id: I297ec36341912247d0d96833c2a5b08bff9e255c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853905
Commit-Queue: Kevin McNee mcnee@chromium.org
Reviewed-by: Alex Moshchuk alexmos@chromium.org
Reviewed-by: Jeremy Roman jbroman@chromium.org
Cr-Commit-Position: refs/heads/master@{#718888}

merge_pr_20

25 Nov 20:34
Compare
Choose a tag to compare

CSSOM View: Test that MediaQueryList extends EventTarget

WebKit issue: https://bugs.webkit.org/show_bug.cgi?id=203288

merge_pr_19

25 Nov 19:30
Compare
Choose a tag to compare

Port webkit-mask-position-interpolation to wpt

Firefox passed the tests.
Chrome does not support mask-position which is in the spec.
Bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1027585

Bug: 900581
Change-Id: Ibe5db28d0b692ab3d2763d7e52406962d0cbf2c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924695
Reviewed-by: Xida Chen xidachen@chromium.org
Commit-Queue: Hao Sheng haozhes@chromium.org
Cr-Commit-Position: refs/heads/master@{#718697}

merge_pr_18

25 Nov 18:30
Compare
Choose a tag to compare

[css-grid] Make some grid/grid-template values serialize to a shorter form.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1597884
gecko-commit: bad150c15ad9c86fca2bdb372b46e077345a22fa
gecko-integration-branch: central
gecko-reviewers: emilio

merge_pr_17

25 Nov 17:31
Compare
Choose a tag to compare

Don't alter query string when submitting form by POST.

merge_pr_16

25 Nov 16:30
Compare
Choose a tag to compare

Migrate more layout instability tests to WPT.

Bug: 984109
Change-Id: Ie31c63995f63f8acbfa26d97966ffe30016edd3c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925447
Commit-Queue: Steve Kobes skobes@chromium.org
Reviewed-by: Nicolás Peña Moreno npm@chromium.org
Cr-Commit-Position: refs/heads/master@{#718648}

merge_pr_15

merge_pr_14