electron/shell/renderer
trop[bot] 94d5a7429d
fix: potential `async_hooks` crash in `NotifyWindowRestore` on Windows (#41144)
* fix: potential async_hooks crash in NotifyWindowRestore on Windows

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* fix: don't use CallbackScope for Error objects

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

---------

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2024-01-28 20:37:12 +01:00
..
api fix: correctly track receiver for methods called via ctx bridge (#40262) 2023-10-18 21:38:25 +02:00
extensions chore: bump chromium to 113.0.5636.0 (main) (#37130) 2023-03-10 10:07:42 -06:00
printing fix: failing build with `enable_electron_extensions=false` (#40087) 2023-10-09 18:43:40 -04:00
resources/mac fix: disable MallocNanoZone on mac (#33704) 2022-04-28 10:28:27 -04:00
browser_exposed_renderer_interfaces.cc chore: bump chromium to 111.0.5544.3 (main) (#36820) 2023-02-03 12:43:42 +01:00
browser_exposed_renderer_interfaces.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
content_settings_observer.cc feat: add webContents.setWindowOpenHandler API (#24517) 2020-11-10 09:06:03 -08:00
content_settings_observer.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_service_impl.cc fix: potential `async_hooks` crash in `NotifyWindowRestore` on Windows (#41144) 2024-01-28 20:37:12 +01:00
electron_api_service_impl.h feat: add `senderIsMainFrame` to messages sent via `ipcRenderer.sendTo()` (#38868) 2023-07-24 14:27:30 +02:00
electron_autofill_agent.cc chore: fix clang-tidy warnings (#38079) 2023-04-26 10:09:54 -04:00
electron_autofill_agent.h chore: cleanup autofill agent shutdown sequence (#36954) 2023-01-20 14:35:06 -08:00
electron_render_frame_observer.cc fix: child window may have opener removed (#38910) 2023-06-26 17:04:54 -04:00
electron_render_frame_observer.h fix: window.open not overriding parent's webPreferences (#32057) 2021-12-06 12:54:14 +09:00
electron_renderer_client.cc fix: raw_ptr destruction order in NodeBindings (#39782) 2023-09-11 11:02:01 +02:00
electron_renderer_client.h fix: raw_ptr destruction order in NodeBindings (#39782) 2023-09-11 11:02:01 +02:00
electron_renderer_pepper_host_factory.cc chore: use =default for default constructors/destructors (#29511) 2021-06-04 13:16:13 +09:00
electron_renderer_pepper_host_factory.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_sandboxed_renderer_client.cc refactor: prefer base::Contains() over find() + end() (#38443) 2023-05-30 10:28:43 +02:00
electron_sandboxed_renderer_client.h chore: remove unused std includes (#38767) 2023-06-14 11:07:18 -07:00
pepper_helper.cc chore: use =default for default constructors/destructors (#29511) 2021-06-04 13:16:13 +09:00
pepper_helper.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
renderer_client_base.cc feat: enable code cache for custom protocols (#40708) 2023-12-13 12:40:03 -06:00
renderer_client_base.h chore: remove unused std includes (#38767) 2023-06-14 11:07:18 -07:00
web_worker_observer.cc refactor: node::Environment self-cleanup (#39628) 2023-08-23 12:25:20 -05:00
web_worker_observer.h refactor: node::Environment self-cleanup (#39628) 2023-08-23 12:25:20 -05:00