Closed Bug 1839582 Opened 11 months ago Closed 10 months ago

Support image paste

Categories

(GeckoView :: Core, enhancement, P3)

All
Android
enhancement

Tracking

(relnote-firefox 117+, firefox115 wontfix, firefox116 wontfix, firefox117 fixed)

RESOLVED FIXED
117 Branch
Tracking Status
relnote-firefox --- 117+
firefox115 --- wontfix
firefox116 --- wontfix
firefox117 --- fixed

People

(Reporter: m_kato, Assigned: m_kato)

Details

Attachments

(1 file)

When supporting image data for clipboard, copy support will require own ContentProvider implementation. I guess that it needs a kind of delegation API for ContentProvider.

But it is possible to support image paste without ContentProvider implementation.

Actually, we support plain text and HTML for copy & paste format.

This adds image type for paste from clipboard.

To support copy image, Android requires content provider. It will
require something delegation to implement content provider in GeckoView.
So this doesn't include it.

Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/c540c9498217
Support image paste. r=geckoview-reviewers,owlish
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch

Is this something we wanted to call out in the Fx117 relnotes?

Flags: needinfo?(m_kato)

(In reply to Ryan VanderMeulen [:RyanVM] from comment #4)

Is this something we wanted to call out in the Fx117 relnotes?

I am not sure. But it is better to add relnode.

  • Support paste an image on contenteditable.
Flags: needinfo?(m_kato)

Please nominate using the relnote-firefox? flag.

Flags: needinfo?(m_kato)

Release Note Request (optional, but appreciated)
[Why is this notable]: Firefox/GeckoView supports paste an image on contenteditable. Before this, we only support plain text and html.
[Affects Firefox for Android]: Yes
[Suggested wording]: Support paste an image with contenteditable and designMode.
[Links (documentation, blog post, etc)]: N/A

relnote-firefox: --- → ?
Flags: needinfo?(m_kato)

Added to the Fx117 relnotes.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: