[wpt-sync] Sync PR 23278 - Add Blink flag and IDLs for Delegated Ink Trail
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox78 fixed)
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23278 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23278
Details from upstream follow.
Mario Bianucci <mabian@microsoft.com> wrote:
Add Blink flag and IDLs for Delegated Ink Trail
Create a Blink flag to hide upcoming feature behind, and add skeleton
IDLs, .cc and .h files for the feature.TL;DR of feature: Provide developers a simple JS API to improve inking
latency. Latency is reduced by forwarding points from browser to GPU
process more directly, and then drawing them on the swapchain just
before the swap occurs, connecting them to the point most recently
rendered by the app.Explainer here: https://github.com/WICG/ink-enhancement
i2p: https://groups.google.com/a/chromium.org/d/msg/blink-dev/JeGBzAfR_Bw/Ppo1u7ofBgAJBug: 1052145
Change-Id: Ib0e1b1f6c4fbeaee551ca37770dbd72bdeeaa6b1
Reviewed-on: https://chromium-review.googlesource.com/2161932
WPT-Export-Revision: 9f3f4ffe04b8c99265bfc76d85746649e4e7737f
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 68 tests
Status Summary
Firefox
OK : 1
PASS: 67
FAIL: 3
Chrome
OK : 1
FAIL: 3
Safari
OK : 1
FAIL: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/delegated-ink/requestPresenter-returns-valid-promise.tentative.window.html
Received fulfilled promise for a good type.: FAIL (Chrome: FAIL, Safari: FAIL)
navigator needs to support ink to run this test.: FAIL (Chrome: FAIL, Safari: FAIL)
Receive rejected promise for a bad type.: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/00b5c7d1b9d0
https://hg.mozilla.org/mozilla-central/rev/25fc026783f9
Description
•