electron/lib/browser
Cheng Zhao 3094f62f0b
fix: use webContentsId with contextId together (#13749)
After after using `processId-contextCounter` as contextId, it may happen
that contexts in different WebContents sharing the same renderer process
get the same contextId. Using webContentsId as part of key in
ObjectsRegistry can fix this.
2018-07-24 16:21:38 +09:00
..
api fix: remove race condition for executeJavaScript (#13691) 2018-07-17 13:32:28 +10:00
chrome-extension.js Replace custom function with Object.values() 2018-02-05 20:03:28 -08:00
desktop-capturer.js Add a display_id parameter to the desktopCapturer API. (#12417) 2018-04-09 14:43:35 +09:00
guest-view-manager.js refactor: remove private webContents.getId() API (#13674) 2018-07-23 18:08:36 +09:00
guest-window-manager.js Propagate referrer to new windows (#12397) 2018-04-05 18:13:24 -05:00
init.js Add "enable_desktop_capturer" build flag (#13133) 2018-06-13 11:15:34 -05:00
objects-registry.js fix: use webContentsId with contextId together (#13749) 2018-07-24 16:21:38 +09:00
rpc-server.js fix: use webContentsId with contextId together (#13749) 2018-07-24 16:21:38 +09:00