electron/shell
Charles Kerr a1c44a18e2
fix: NodeService order-of-destruction issue (#39783)
* refactor: make ElectronRendererClient::node_bindings_ a const ptr

refactor: make ElectronRendererClient::electron_bindings_ a const ptr

* fix: order-of-destruction bug in NodeService

js_env_ depends on the uv_loop from node_bindings_, but is destroyed after node_bindings_

* chore: revert unintentional commit
2023-09-12 12:27:14 +02:00
..
app chore: bump chromium to 118.0.5975.0 (main) (#39531) 2023-09-01 15:54:59 +09:00
browser feat: add new ElectronSquirrelPreventDowngrades flag (#38625) 2023-09-11 11:54:51 -07:00
common fix: keyCodes being incorrectly converted in webContents.sendInputEvent() (#39776) 2023-09-12 11:28:45 +02:00
renderer fix: raw_ptr destruction order in NodeBindings (#39762) 2023-09-07 18:25:17 -05:00
services/node fix: NodeService order-of-destruction issue (#39783) 2023-09-12 12:27:14 +02:00
utility chore: remove unused std includes (#38767) 2023-06-14 11:07:18 -07:00