d16b581140
* 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 |
||
---|---|---|
.. | ||
atom_api_renderer_ipc.cc | ||
atom_api_spell_check_client.cc | ||
atom_api_spell_check_client.h | ||
atom_api_web_frame.cc |