[webkit-changes] [WebKit/WebKit] a16fdf: Add missing `SecureContext` to `ClipboardItem` int...
Ahmad Saleem
noreply at github.com
Thu Oct 3 07:46:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a16fdf97cf49d6f365c9610d258ed25b9652960f
https://github.com/WebKit/WebKit/commit/a16fdf97cf49d6f365c9610d258ed25b9652960f
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M Source/WebCore/Modules/async-clipboard/ClipboardItem.idl
Log Message:
-----------
Add missing `SecureContext` to `ClipboardItem` interface
https://bugs.webkit.org/show_bug.cgi?id=280817
rdar://137197266
Reviewed by Wenson Hsieh.
This patch adds missing `SecureContext` from `ClipboardItem` interface as
per web specification [1]:
[1] https://w3c.github.io/clipboard-apis/#clipboard-item-interface
It also do drive-by to add specification link and `{}` to constructor
argument.
* Source/WebCore/Modules/async-clipboard/ClipboardItem.idl:
Canonical link: https://commits.webkit.org/284611@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list