electron/atom/renderer/api
Jeremy Apthorp bdceea6aca fix: enable spell checking, which broke in upgrade to ch66
Chromium commit [03563dd163][1] changed the way that the
spellcheck-enabled status was checked, defaulting to false.

Added the first (!) test for spellchecking, too.

Fixes #13608.

[1]: 03563dd163
2018-07-11 10:27:56 -07:00
..
atom_api_renderer_ipc.cc perf: don't use JSON to send the result of ipcRenderer.sendSync. (#8953) 2018-06-13 17:38:31 +10:00
atom_api_renderer_ipc.h perf: don't use JSON to send the result of ipcRenderer.sendSync. (#8953) 2018-06-13 17:38:31 +10:00
atom_api_spell_check_client.cc fix: enable spell checking, which broke in upgrade to ch66 2018-07-11 10:27:56 -07:00
atom_api_spell_check_client.h fix: enable spell checking, which broke in upgrade to ch66 2018-07-11 10:27:56 -07:00
atom_api_web_frame.cc refactoring: use std::make_unique<T> (#13245) 2018-06-18 16:32:55 +09:00
atom_api_web_frame.h remove webFrame.registerURLSchemeAsSecure() deprecation 2018-05-23 09:33:57 -07:00