[webkit-gtk] API for spell check dictionary detection

Martin Robinson mrobinson at webkit.org
Mon Jan 19 14:27:05 PST 2015


On Mon, Jan 19, 2015 at 2:01 PM, Michael Catanzaro
<mcatanzaro at igalia.com> wrote:
> Another approach would be gboolean
> webkit_web_context_install_missing_spell_checking_dictionaries(), to be
> called after webkit_web_context_set_spell_checking_languages(). This
> approach seems better to me, since the browser does not need to know the
> implementation details of the spell checking mechanism.

I think in this case, it makes sense for Epiphany to simply use
Enchant to look for missing dictionaries. Installation of spelling
dictionaries just seems out of scope for WebKit itself.

--Martin


More information about the webkit-gtk mailing list