electron/atom/renderer/api
Cheng Zhao d16b581140 fix: remove memory leak when using webFrame and spell checker (#16770)
* 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-08 13:38:31 -08:00
..
atom_api_renderer_ipc.cc refactor: pass internal flag via IPC message struct for consistency (#16490) 2019-01-23 08:24:57 -08:00
atom_api_spell_check_client.cc migrate to non-deprecated v8 functions 2019-01-22 10:32:03 -08:00
atom_api_spell_check_client.h chore: move spellcheck out of chromium_src (#15407) 2018-10-26 10:34:57 -07:00
atom_api_web_frame.cc fix: remove memory leak when using webFrame and spell checker (#16770) 2019-02-08 13:38:31 -08:00