Suppress the paste contextmenu if the paste request is triggered by keyboard shortcut
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(4 files)
(This is split off from bug 1777448)
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D190863
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
•
|
||
Assignee | ||
Comment 5•1 year ago
|
||
This is a sync version of nsIClipboard.asyncGetData
, which can be used for
synchronous clipboard APIs, e.g. DataTransfer, to support the clipboard seqence
number concept.
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 6•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 7•1 year ago
|
||
Assignee | ||
Comment 8•1 year ago
|
||
The actual data retrieval continues to use the original method.
Depends on D201364
Assignee | ||
Comment 9•1 year ago
|
||
Comment 10•1 year ago
|
||
Comment 11•1 year ago
|
||
Backed out for causing clipboard/paste failures.
- backout: https://hg.mozilla.org/integration/autoland/rev/9d83ccfa64631a8da3e42a5c1d0c2d5f72f4c504
- push: https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&revision=ad694926aa451a86fcdc3a83a7bc49da3f66caa0
- failure logs:
- TEST-UNEXPECTED-FAIL | dom/events/test/clipboard/test_paste_image.html | undefined assertion name - Structures begin differing at:
- TEST-UNEXPECTED-FAIL | browser/base/content/test/general/browser_clipboard.js | text/html on clipboard 2 - "text/plain" == "text/html" - got "text/plain", expected "text/html" (operator ==)
Comment 12•1 year ago
|
||
Comment 13•1 year ago
|
||
Comment 14•1 year ago
•
|
||
Backed out for causing build bustage
There are TV failures too that turned into test failures: Failure log 1 // Failure log 2
Assignee | ||
Updated•1 year ago
|
Comment 15•1 year ago
|
||
Comment 16•1 year ago
|
||
Backed out for causing build bustages with -p style --lib
- Backout link
- Push with failures
- Failure Log
- Failure line: error: test failed, to rerun pass
-p style --lib
Assignee | ||
Comment 17•1 year ago
|
||
Comment 18•1 year ago
|
||
Comment 19•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e74c0b9d4629
https://hg.mozilla.org/mozilla-central/rev/eb0448a851ca
https://hg.mozilla.org/mozilla-central/rev/ff1b45cb9a22
https://hg.mozilla.org/mozilla-central/rev/2856b3088528
Description
•