[wpt-sync] Sync PR 44606 - Reland "Add notifyEvent API for fenced frames."
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox125 fixed)
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
134.82 KB,
text/plain
|
Details |
Sync web-platform-tests PR 44606 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44606
Details from upstream follow.
Andrew Verge <averge@chromium.org> wrote:
Reland "Add notifyEvent API for fenced frames."
This is a reland of commit 62f8e1eb2e54597cacc165645e888c6b89229826
Original change's description:
Add notifyEvent API for fenced frames.
This API allows DOM events that occur within a fenced frame
to be observed by the frame's embedder in a privacy-respecting manner.
When an eligible event type (currently, just click) occurs within
the embedded document, window.fence.notifyEvent(e) can be called
with the event object, which will create a censored version of
the event to be handled by the embedder via addEventListener().This API is being implemented as part of the "fenced frames with
local unpartitioned data access" proposal, see explainer here:
https://github.com/WICG/fenced-frame/blob/master/explainer/fenced_frames_with_local_unpartitioned_data_access.mdDesign doc for this CL is here:
https://docs.google.com/document/d/1EiysMPnARSx2pzI1hSeFlI7k2ETxs5ycZoV2Cy08PEk/edit?usp=sharingBug: 1515579
Change-Id: I7f155e5640e7b798ca33a48c6afdda9c039d45c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5166147
Reviewed-by: Alex Moshchuk \<alexmos@chromium.org>
Commit-Queue: Andrew Verge \<averge@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1260541}Bug: 1515579
Change-Id: Iec7adc656c950b7afdbc62cc272895a240b905c6Reviewed-on: https://chromium-review.googlesource.com/5300441
WPT-Export-Revision: 0b2e0835c81474d5d4a28a3cd64ce5f7fc160851
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/854cc78717b8
https://hg.mozilla.org/mozilla-central/rev/1bb47efe5cd4
Description
•