electron/lib
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
..
browser fix: use webContentsId with contextId together (#13749) 2018-07-24 16:21:38 +09:00
common fix: deprecate properties in app.getAppMetrics() (#13446) 2018-06-26 23:47:01 -07:00
isolated_renderer Pass nativeWindowOpen flag to isolated init.js 2017-04-30 19:35:41 +09:00
renderer refactor: remove private webContents.getId() API (#13674) 2018-07-23 18:08:36 +09:00
sandboxed_renderer refactor: remove private webContents.getId() API (#13674) 2018-07-23 18:08:36 +09:00
worker Correctly initialize Node environment in worker 2017-03-20 12:52:45 -07:00