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)

defect

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 = ...
}
Pushed by mbrodesser@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/49b26c48ade8 exclude `ClipboardReadTextPaste` actors on Android. r=m_kato
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: