electron/lib/renderer
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
..
api Fix memory leak when using webFrame and spell checker (3-1-x) (#16771) 2019-02-15 10:22:41 -08:00
extensions fix: don't use deprecated fstatNoException API (#14484) 2018-09-06 13:09:03 -07:00
web-view add width to webview iframe (#15204) 2018-10-17 11:54:43 +09:00
chrome-api.js 🔧 Disable standard/no-callback-literal where necessary 2017-11-23 13:53:03 -08:00
content-scripts-injector.js fix: listeners out of limit warning (#12841) 2018-05-08 14:10:11 +09:00
init.js fix: emit focus/blur events for webview (backport: 3-0-x) (#14359) 2018-08-28 13:38:11 -05:00
inspector.js fix: folder open not working in devtools (#15396) 2018-10-25 10:01:29 -07:00
override.js Use native window.open implementation 2017-03-19 17:41:20 +09:00
security-warnings.js feat: add location url to "Node.js Integration with Remote Content" warning (backport: 3-0-x) (#13976) 2018-08-09 20:48:36 -05:00
web-frame-init.js Enable WebFrame method forwarding in sandboxed renderers (#12538) 2018-04-12 11:57:40 +10:00
window-setup.js Implement dialog (alert/confirm) blocking as a user switch after the first dialog 2018-03-06 11:19:15 +09:00