Closed
Bug 1699022
Opened 4 years ago
Closed 4 years ago
Set surrounding text on onCreateInputConnection
Categories
(GeckoView :: General, enhancement)
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file)
Android R+ has new API to set initial surrounding text.
When looking Android commit log (https://android.googlesource.com/platform/frameworks/base/+/c486acc4d29a0e441ddcd05b3fc0c919aee7fbd0), it can improve IME start up performance. So we should use it.
Assignee | ||
Comment 1•4 years ago
|
||
Android R+ has new API to set initial surrounding text.
According to Android commit log [*], it can improve IME start up performance
when setting initial surrounding text that is new API from Android API 30.
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/2e49dd2821a9
Set surrounding text on onCreateInputConnection. r=geckoview-reviewers,agi
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•