Closed
Bug 1778055
Opened 2 years ago
Closed 2 years ago
Exclude `ClipboardReadTextPaste` actors on Android
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: mbrodesser-Igalia, Assigned: mbrodesser-Igalia)
References
Details
Attachments
(1 file)
Those actors' purpose is to open <menupopup>
s, which aren't supported on Android.
Removing them improves performance and avoids unclear behavior.
TODO here: move https://searchfox.org/mozilla-central/rev/287583a4a605eee8cd2d41381ffaea7a93d7b987/toolkit/modules/ActorManagerParent.jsm#184-197 to
if (AppConstants.platform != "android") {
JSWINDOWACTORS.ClipboardReadTextPaste = ...
}
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/49b26c48ade8
exclude `ClipboardReadTextPaste` actors on Android. r=m_kato
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•