electron/atom/renderer
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
..
api Fixed crash in atom::api::SpellCheckClient 2017-12-06 14:50:20 +01:00
resources/mac
atom_autofill_agent.cc fix a bug where datalist elements wouldn't actually set the value of the input associated with them 2017-11-13 15:46:46 +09:00
atom_autofill_agent.h 👕 Remove linter errors 2017-08-15 16:19:21 +03:00
atom_render_frame_observer.cc Move handling of DraggableRegionsChanged notification from "view" to "frame". 2017-11-24 10:58:17 +09:00
atom_render_frame_observer.h Move handling of DraggableRegionsChanged notification from "view" to "frame". 2017-11-24 10:58:17 +09:00
atom_render_view_observer.cc Move handling of DraggableRegionsChanged notification from "view" to "frame". 2017-11-24 10:58:17 +09:00
atom_render_view_observer.h Move handling of DraggableRegionsChanged notification from "view" to "frame". 2017-11-24 10:58:17 +09:00
atom_renderer_client.cc fix contextIsolation issue while webPreference sandbox is on 2017-08-23 10:52:02 -07:00
atom_renderer_client.h fix contextIsolation issue while webPreference sandbox is on 2017-08-23 10:52:02 -07:00
atom_sandboxed_renderer_client.cc Merge pull request #11227 from emmkimme/Fix_10470_sandbox_preload 2017-11-28 15:25:34 +09:00
atom_sandboxed_renderer_client.h fix contextIsolation issue while webPreference sandbox is on 2017-08-23 10:52:02 -07:00
content_settings_observer.cc The Blink Rename 2017-08-15 16:19:20 +03:00
content_settings_observer.h Separate ContentSettingsClient out from LocalFrameClient 2017-08-15 16:19:20 +03:00
guest_view_container.cc Require explicit selection of traits for LazyInstance 2017-08-15 16:19:21 +03:00
guest_view_container.h insertText is deprecated 2017-02-06 10:34:29 -08:00
preferences_manager.cc Add API to set render process preferences 2016-05-27 08:51:02 +09:00
preferences_manager.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
renderer_client_base.cc Use blink::WebLocalFrame instead of blink::WebFrame 2017-11-24 10:58:16 +09:00
renderer_client_base.h Use blink::WebLocalFrame instead of blink::WebFrame 2017-11-24 10:58:16 +09:00
web_worker_observer.cc Require explicit selection of traits for LazyInstance 2017-08-15 16:19:21 +03:00
web_worker_observer.h Insert node integrations into WebWorker 2017-03-20 12:52:45 -07:00