electron/shell/renderer
trop[bot] e1e12318e2
refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 2) (#47896)
* refactor: add a v8::Isolate* arg to Constructible::GetConstructor()

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: add a v8::Isolate* arg to NodeBindings::Initialize()

This is needed for the GetConstructor() call

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: avoid v8::Context::GetIsolate() call in GetIpcObject() by taking it as an arg

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* refactor: avoid v8::Context::GetIsolate() call in ipc_native::EmitIPCEvent() by taking it as an arg

Co-authored-by: Charles Kerr <charles@charleskerr.com>

---------

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2025-07-29 10:34:18 -04:00
..
api refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 1) (#47843) 2025-07-21 13:12:24 -04:00
extensions refactor: remove unused system header includes (#46015) 2025-03-14 10:59:15 -05:00
printing chore: bump chromium to 134.0.6988.0 (main) (#45334) 2025-02-06 15:30:54 -05:00
resources/mac fix: disable MallocNanoZone on mac (#33704) 2022-04-28 10:28:27 -04:00
browser_exposed_renderer_interfaces.cc chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02: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: route deprecated sync clipboard read through permission checks (#45377) 2025-02-05 15:13:29 +09:00
content_settings_observer.h feat: route deprecated sync clipboard read through permission checks (#45377) 2025-02-05 15:13:29 +09:00
electron_api_service_impl.cc refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 2) (#47896) 2025-07-29 10:34:18 -04:00
electron_api_service_impl.h feat: route deprecated sync clipboard read through permission checks (#45377) 2025-02-05 15:13:29 +09:00
electron_autofill_agent.cc chore: bump chromium to 134.0.6968.0 (main) (#45172) 2025-01-23 23:07:43 -05:00
electron_autofill_agent.h chore: bump chromium to 134.0.6968.0 (main) (#45172) 2025-01-23 23:07:43 -05:00
electron_ipc_native.cc refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 2) (#47896) 2025-07-29 10:34:18 -04:00
electron_ipc_native.h refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 2) (#47896) 2025-07-29 10:34:18 -04:00
electron_render_frame_observer.cc refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 1) (#47843) 2025-07-21 13:12:24 -04:00
electron_render_frame_observer.h chore: use v8::Local<>, not v8::Handle<> (#43019) 2024-07-24 18:24:07 -05:00
electron_renderer_client.cc refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 2) (#47896) 2025-07-29 10:34:18 -04:00
electron_renderer_client.h refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 1) (#47843) 2025-07-21 13:12:24 -04:00
electron_sandboxed_renderer_client.cc refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 1) (#47843) 2025-07-21 13:12:24 -04:00
electron_sandboxed_renderer_client.h refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 1) (#47843) 2025-07-21 13:12:24 -04:00
electron_smooth_round_rect.cc fix: corner smoothing feature gate crash (#47785) 2025-07-16 12:15:53 -07:00
electron_smooth_round_rect.h feat: Corner Smoothing CSS rule (Reland) (#46278) 2025-03-31 11:22:23 -05:00
preload_realm_context.cc chore: bump chromium to 140.0.7261.0 (38-x-y) (#47617) 2025-06-30 17:07:00 -04:00
preload_realm_context.h feat: service worker preload scripts for improved extensions support (#44411) 2025-01-31 09:32:45 -05:00
preload_utils.cc chore: bump chromium to 137.0.7128.1 (main) (#46482) 2025-04-22 15:53:29 -04:00
preload_utils.h feat: service worker preload scripts for improved extensions support (#44411) 2025-01-31 09:32:45 -05:00
renderer_client_base.cc refactor: remove stray .c_str() calls for absl::StrFormat() (#47578) 2025-06-26 11:41:48 -05:00
renderer_client_base.h refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 1) (#47843) 2025-07-21 13:12:24 -04:00
service_worker_data.cc refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 2) (#47896) 2025-07-29 10:34:18 -04:00
service_worker_data.h feat: service worker preload scripts for improved extensions support (#44411) 2025-01-31 09:32:45 -05:00
web_worker_observer.cc refactor: avoid deprecated v8::Context::GetIsolate() calls (pt 1) (#47843) 2025-07-21 13:12:24 -04:00
web_worker_observer.h chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00