Make GTK nsClipboard use nsBaseClipboard
Categories
(Core :: Widget: Gtk, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(5 files)
Assignee | ||
Comment 1•2 years ago
•
|
||
Then we can merge ClipboardSetDataHelper and nsBaseClipboard.
Assignee | ||
Comment 2•2 years ago
|
||
This is mainly added for GTK which supports getting clipboard data asynchrously.
For other platforms that don't support asynchrously reading, they could use
the default implementation which just wraps the HasNativeClipboardDataMatchingFlavors
instead.
Assignee | ||
Comment 3•2 years ago
|
||
This is mainly added for GTK which supports getting clipboard data asynchrously.
For other platforms that don't support asynchrously reading, they could use
the default implementation which just wraps the GetNativeClipboardData
instead.
Depends on D188249
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D188250
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D188251
Assignee | ||
Comment 6•2 years ago
|
||
Depends on D188252
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 7•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 8•2 years ago
|
||
Comment 10•2 years ago
|
||
Backed out for causing wpt failures on clipboard-apis/async-promise-write-blobs-read-blobs.https.html
Backout link: https://hg.mozilla.org/integration/autoland/rev/f4ddbf902f18184f9cbac9a8027b7816851c4e30
Assignee | ||
Updated•2 years ago
|
Comment 11•2 years ago
|
||
Comment 12•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c475be718c06
https://hg.mozilla.org/mozilla-central/rev/586d745c3b53
https://hg.mozilla.org/mozilla-central/rev/a0e437dbd349
https://hg.mozilla.org/mozilla-central/rev/dd62e985e214
https://hg.mozilla.org/mozilla-central/rev/7cc8baac415e
Description
•