Skip to content

Tags: JannisBush/wpt

Tags

merge_pr_34245

Toggle merge_pr_34245's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test referrerpolicy with preload (web-platform-tests#34245)

merge_pr_34276

Toggle merge_pr_34276's commit message
Split COOP parsing WPT in subtests

Firefox WPT runner complains about this WPT borderline timing out.
Splitting the test into subtests.

Bug: 1318373
Change-Id: I9ddbcba93749aec0f0c76abb7671cc18b60b40ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3683511
Commit-Queue: Arthur Hemery <ahemery@chromium.org>
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1009554}

merge_pr_34275

Toggle merge_pr_34275's commit message
COOP WPT: Typos fix and checks.

Typos in the expected opener state were completely disregarded,
allowing mistakes to slip through. We now check that we get something
that makes sense, catching a couple of trivial errors along the way.

Bug: 1318373
Change-Id: I3d5e909fd005faaacf6182354e4d61f241d13ac5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3683143
Commit-Queue: Arthur Hemery <ahemery@chromium.org>
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1009514}

merge_pr_34271

Toggle merge_pr_34271's commit message
Make `TextEditor::ReinitializeSelection` skip things which are necess…

…ary to be handled only at getting `focus` event

Currently, `TextEditor::OnFocus` does the things which were in
`EditorEventListener::OnFocus`, and they are not necessary at re-initializing
`Selection` in the anonymous subtree.  Therefore, we should make it call
`EditorBase::OnFocus` directly.

Depends on D147623

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1771780
gecko-commit: f6b6083e77c9416f20659728143f136d4cd9f090
gecko-reviewers: m_kato

merge_pr_34270

Toggle merge_pr_34270's commit message
Make `HTMLEditor::AutoDeleteRangesHandler::AutoBlockElementsJoiner::J…

…oinBlockElementsInSameParent` check if the joining nodes are expected positions

The reported testcase causes an incompatible behavior with the other browsers,
that is, `selectAll` command without focus in document whose body ends with
editable nodes selects the nodes in the selection root for the focused node (end
of the range in the normal direction).  Therefore, `HTMLEditor` handles deletion
in odd state (without focus handling).  So the root cause is a bug in selection,
but this bug as of the editor module should avoid the try of joining nodes which
are moved by a DOM mutation event listener at the initial deletion.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1771570
gecko-commit: 182f7d66b2246476d31ef894e1dc354f692c8b24
gecko-reviewers: m_kato

merge_pr_34269

Toggle merge_pr_34269's commit message
Bump taskcluster from 44.13.7 to 44.14.0 in /tools

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 44.13.7 to 44.14.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v44.13.7...v44.14.0)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

merge_pr_34265

Toggle merge_pr_34265's commit message
Fix an oddity with COOP WPTs

Tests starting with unsafe-none are supposed to specify unsafe-none
explicitly in the headers. Tests starting with unspecified are meant
for testing not having a COOP header at all. Somehow only one
unsafe-none test has a header, that's fixed in this patch.

BUG=1318373

Change-Id: I5778b226194dba5c68d6e8ee837750276a29224c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3679999
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Arthur Hemery <ahemery@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1009477}

merge_pr_34260

Toggle merge_pr_34260's commit message
Deflake header-refresh.optional.sub.html

The web_test
external/wpt/fetch/metadata/generated/header-refresh.optional.sub.html
is flaky due to occasionally timing out. Mark it as having a long
timeout. This needs to be done in the template, as it is a generated
file.

BUG=1327869

Change-Id: Iba873dff01cb427f34b64368b7b622c80bcb01e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3676659
Auto-Submit: Adam Rice <ricea@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1009410}

merge_pr_34253

Toggle merge_pr_34253's commit message
Do not forward focus to child frame when calling window.focus() on pa…

…rent frame

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1757531
gecko-commit: c424ce3bbdf1f959575ad753feeceb97b97dd31b
gecko-reviewers: hsivonen

merge_pr_34234

Toggle merge_pr_34234's commit message
file_system_access: Fix a crash issue of write({data:null})

Writable stream's write({type:'write', data:null}) is missing
a null check, hence adds the check there.

Bug: 1329713
Change-Id: I1474f461afb962950d76e795e5c0241e95d04e1c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3672101
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Austin Sullivan <asully@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1009510}