WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
140638
[GTK] Add API to determine which spell checking dictionaries are available
https://bugs.webkit.org/show_bug.cgi?id=140638
Summary
[GTK] Add API to determine which spell checking dictionaries are available
Michael Catanzaro
Reported
2015-01-19 13:00:32 PST
We either need to install missing spell checking dictionaries (either automatically or via new API), or else provide API for applications to figure out what they need to install for spell checking to work. Carlos requested the later.
Attachments
Patch
(8.80 KB, patch)
2015-01-19 13:06 PST
,
Michael Catanzaro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Catanzaro
Comment 1
2015-01-19 13:06:00 PST
Created
attachment 244921
[details]
Patch
Michael Catanzaro
Comment 2
2015-01-19 14:34:39 PST
mrobinson: So I guess the issue with the API is this: mrobinson: The API allows us to get the list without making implementation details assumptions, but the installation requires making the same assumptions. I'd really like to pair it with a function to install the dictionaries, something like: void webkit_web_context_install_spell_checking_dictionaries (WebKitWebContext*, char** dictionaries, GCancellable*, GAsyncReadyCallback, gpointer) gboolean webkit_web_context_install_spell_checking_dictionaries_finish(WebKitWebContext*, GAsyncResult*, GError**)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug