mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Issue #2361 - Base implementation of Navigator.Clipboard
This hard-refuses any reads from clipboard with a promise rejection.
This commit is contained in:
parent
c4fdd1d9ee
commit
3478c01fc8
13 changed files with 327 additions and 11 deletions
|
|
@ -37,6 +37,7 @@ EXPORTS.mozilla.dom += [
|
|||
'AnimationEvent.h',
|
||||
'BeforeAfterKeyboardEvent.h',
|
||||
'BeforeUnloadEvent.h',
|
||||
'Clipboard.h',
|
||||
'ClipboardEvent.h',
|
||||
'CommandEvent.h',
|
||||
'CompositionEvent.h',
|
||||
|
|
@ -78,6 +79,7 @@ UNIFIED_SOURCES += [
|
|||
'AsyncEventDispatcher.cpp',
|
||||
'BeforeAfterKeyboardEvent.cpp',
|
||||
'BeforeUnloadEvent.cpp',
|
||||
'Clipboard.cpp',
|
||||
'ClipboardEvent.cpp',
|
||||
'CommandEvent.cpp',
|
||||
'CompositionEvent.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue