-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
onfencedtreeclick
a global event handler.
The implementation of the onfencedtreeclick handler should now match the explainer and design doc content, as requested in WICG/fenced-frame#144 (comment) I have also flag-gated it properly, which I guess I forgot I could do before. Placing the attribute behind a flag should not introduce web-visible breakage, because the method that fires `fencedtreeclick` events (`window.fence.notifyEvent`) has not shipped. Bug: 336318606 Change-Id: Ie49f9a78da2dd80b7777a597c9640b598d5e2846 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5479607 Reviewed-by: Dominic Farolino <[email protected]> Commit-Queue: Andrew Verge <[email protected]> Cr-Commit-Position: refs/heads/main@{#1291612}
- Loading branch information
Showing
6 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters