Don't include spellchecker dictionary in omni.ja of GeckoView
Categories
(GeckoView :: General, enhancement, P1)
Tracking
(firefox76 fixed)
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
Details
(Whiteboard: [geckoview:m76])
Attachments
(1 file)
Actually, we don't turn on hunspell spellchecker for Android, but, omni.ja seems have hunspell's dictionary.
makoto$ unzip -vl omni.ja | grep -i en-US
3074 Defl:X 970 68% 01-01-2010 00:00 efab1c90 dictionaries/en-US.aff
586387 Defl:X 201822 66% 01-01-2010 00:00 ec359f3f dictionaries/en-US.dic
Assignee | ||
Comment 1•5 years ago
|
||
Actually, we don't turn on hunspell spellchecker for Android, but, omni.ja seems have hunspell's dictionary. Let's remove it from package.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
bugherder |
Comment 4•2 years ago
|
||
We do still build spellchecker and hunspell for Android though, right? At least I see the relevant .o files in android objdir.
Do you think we could avoid building those?
Assignee | ||
Comment 5•2 years ago
|
||
(In reply to Olli Pettay [:smaug][bugs@pettay.fi] from comment #4)
We do still build spellchecker and hunspell for Android though, right? At least I see the relevant .o files in android objdir.
Do you think we could avoid building those?
Right. Since hunspell is a XPCOM service as mozISpellCheckingEngine
, we can avoid to build it on GeckoView.
Description
•