Bug 1887845 - Enabled `dom.events.asyncClipboard.clipboardItem` by default; r=nika

Differential Revision: https://phabricator.services.mozilla.com/D207973
This commit is contained in:
Edgar Chen 2024-04-30 11:49:29 +00:00
Родитель a57fa7be38
Коммит 536e415070
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -257,7 +257,7 @@ let interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "ClipboardEvent", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "ClipboardItem", earlyBetaOrEarlier: true },
{ name: "ClipboardItem" },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CloseEvent", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!

Просмотреть файл

@ -2563,7 +2563,7 @@
# to content.
- name: dom.events.asyncClipboard.clipboardItem
type: bool
value: @IS_EARLY_BETA_OR_EARLIER@
value: true
mirror: always
# Skips checking permission and user activation when accessing the clipboard.