electron/atom/renderer/api
Ales Pergl 7a73b1d523 Fixed crash in atom::api::SpellCheckClient
The class didn't save the V8 context for the spell checking JS function. When
it later tried to call the JS function and there was no active context, V8
crashed.

I also optimized the spell checking loop by introducing `SpellCheckScope` and
reusing the V8 handles throughout the whole loop.
2017-12-06 14:50:20 +01:00
..
atom_api_renderer_ipc.cc The Blink Rename 2017-08-15 16:19:20 +03:00
atom_api_renderer_ipc.h Expose atom_api_renderer_ipc module API 2016-09-27 06:01:46 -03:00
atom_api_spell_check_client.cc Fixed crash in atom::api::SpellCheckClient 2017-12-06 14:50:20 +01:00
atom_api_spell_check_client.h Fixed crash in atom::api::SpellCheckClient 2017-12-06 14:50:20 +01:00
atom_api_web_frame.cc Convert SpellCheckPanel SpellCheckPanelHost IPC to mojo 2017-11-24 10:58:17 +09:00
atom_api_web_frame.h Fix more API changes due to name changes 2017-04-27 16:34:52 +09:00