Improve performance of `clipboard.readText()` by reading data from clipboard asynchronously
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox99 | --- | fixed |
People
(Reporter: annyG, Assigned: mbrodesser)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
Attachments
(4 files)
| Reporter | ||
Updated•8 years ago
|
| Comment hidden (mozreview-request) |
| Reporter | ||
Updated•8 years ago
|
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 3•8 years ago
|
||
| mozreview-review | ||
| Reporter | ||
Updated•8 years ago
|
Comment 4•8 years ago
|
||
| mozreview-review | ||
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
| Reporter | ||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
| mozreview-review | ||
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 12•8 years ago
|
||
| mozreview-review-reply | ||
| Comment hidden (mozreview-request) |
Comment 14•8 years ago
|
||
| mozreview-review | ||
| Comment hidden (mozreview-request) |
| Reporter | ||
Updated•8 years ago
|
Comment 16•8 years ago
|
||
| mozreview-review | ||
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Reporter | ||
Updated•7 years ago
|
| Reporter | ||
Updated•7 years ago
|
| Reporter | ||
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
| mozreview-review | ||
Comment 26•7 years ago
|
||
| mozreview-review | ||
Comment 27•7 years ago
|
||
| mozreview-review | ||
Updated•7 years ago
|
Comment 28•7 years ago
|
||
| mozreview-review | ||
Comment 29•7 years ago
|
||
| mozreview-review | ||
Comment 30•7 years ago
|
||
| mozreview-review | ||
Updated•5 years ago
|
| Assignee | ||
Comment 31•4 years ago
|
||
annyG: are you still working on this? Note that we're considering to expose readText to the web, see bug 1578321.
| Reporter | ||
Comment 32•4 years ago
|
||
Unfortunately, I haven't had time to clean up and rebase the patches and get them to a state where someone would review them again. However, since Fission is winding down, I could possibly find time to look at them again in a month or two, unless someone else wanted to work on them in the meantime.
| Reporter | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 33•4 years ago
|
||
| Assignee | ||
Comment 34•4 years ago
|
||
Limiting the scope of this bug to clipboard.readText(), because clipboard.read() seems to require significantly more work and making only readText async allows to unblock bug 1744524 and prevent the already old patches from bitrotting more.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 35•4 years ago
|
||
This revives an old patch, see the bug ticket.
Depends on D138660
Updated•4 years ago
|
Comment 36•4 years ago
|
||
Comment 37•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/80498424f3a8
https://hg.mozilla.org/mozilla-central/rev/7e08fd5b9010
Description
•