electron/atom/renderer/api
Cheng Zhao dd4b688b5f Fix memory leak when using webFrame and spell checker (3-1-x) (#16771)
* fix: do not create native api::WebFrame in webFrame

When reloading a page without restarting renderer process (for example
sandbox mode), the blink::WebFrame is not destroyed, but api::WebFrame
is always recreated for the new page context. This leaves a leak of
api::WebFrame.

* fix: remove spell checker when page context is released
2019-02-15 10:22:41 -08: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-12 13:28:15 -07:00
atom_api_spell_check_client.h fix: enable spell checking, which broke in upgrade to ch66 2018-07-12 13:28:15 -07:00
atom_api_web_frame.cc Fix memory leak when using webFrame and spell checker (3-1-x) (#16771) 2019-02-15 10:22:41 -08:00