electron/atom
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
..
app Merge pull request #11144 from dittos/mas-login-helper-again 2017-11-27 17:02:57 +09:00
browser Merge pull request #11168 from sethlu/fix-icns-color 2017-12-06 14:45:36 +09:00
common Add a SessionPreferences to manage session related data 2017-12-05 15:59:15 +09:00
node Fixed build issues 2017-11-24 10:58:53 +09:00
renderer Fixed crash in atom::api::SpellCheckClient 2017-12-06 14:50:20 +01:00
utility [c++11 library] Remove ScopedVector 2017-11-24 10:58:17 +09:00
CPPLINT.cfg Enable alphabetical include order lint filter 2016-08-26 15:29:53 -07:00