electron/lib/browser
2019-10-29 15:40:09 +09:00
..
api fix: deprecation warnings in Electron code (#20793) 2019-10-29 13:16:10 +09:00
remote fix: pass frameId to v8Util.setRemoteCallbackFreer() (#20732) 2019-10-29 15:40:09 +09:00
chrome-extension.js refactor: use v8 serialization for ipc (#20214) 2019-10-09 13:59:08 -04:00
crash-reporter-init.js fix: use crashpad on Windows (#18483) 2019-06-13 15:42:21 +09:00
default-menu.ts refactor: make shell.OpenExternal async (#17135) 2019-05-03 13:53:45 -07:00
desktop-capturer.ts fix: free screen and window capturers immediately after we're finished with them (#20156) 2019-09-17 09:48:31 -07:00
devtools.ts refactor: replace ipcRendererUtils.invoke() with ipcRendererInternal.invoke() (#19574) 2019-08-23 15:45:50 -07:00
guest-view-manager.js fix: deprecation warnings in Electron code (#20793) 2019-10-29 13:16:10 +09:00
guest-window-manager.js refactor: use v8 serialization for ipc (#20214) 2019-10-09 13:59:08 -04:00
init.ts build: add enable_remote_module build flag (#19821) 2019-09-18 09:52:06 -07:00
ipc-main-impl.ts refactor: replace ipcRendererUtils.invoke() with ipcRendererInternal.invoke() (#19574) 2019-08-23 15:45:50 -07:00
ipc-main-internal-utils.ts refactor: take advantage of structured clone algorithm in the remote module (#20427) 2019-10-10 09:59:08 -04:00
ipc-main-internal.ts refactor: replace ipcRendererUtils.invoke() with ipcRendererInternal.invoke() (#19574) 2019-08-23 15:45:50 -07:00
navigation-controller.js fix: revert use of IPC helpers for history due to failing test (#19189) 2019-07-11 20:25:07 +03:00
rpc-server.js refactor: take advantage of structured clone algorithm in the remote module (#20427) 2019-10-10 09:59:08 -04:00
utils.ts