electron/shell/renderer
Charles Kerr b4bb928224
refactor: use C++20's contains() method (#45814)
refactor: use C++20's contains() method (#45742)

* chore: use std::map<>::contains() instead of count() or find()

* chore: use std::map<>::contains() instead of base::Contains()
2025-02-27 10:38:30 +01:00
..
api refactor: use C++20's contains() method (#45814) 2025-02-27 10:38:30 +01:00
extensions chore: bump chromium to 129.0.6664.0 (main) (#43329) 2024-08-19 14:52:53 -04:00
printing refactor: fix modernize-return-braced-init-list warnings (#44856) 2024-11-26 22:18:13 -06: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 (#45472) 2025-02-05 14:10:18 -05:00
content_settings_observer.h feat: route deprecated sync clipboard read through permission checks (#45472) 2025-02-05 14:10:18 -05:00
electron_api_service_impl.cc refactor: return-braced-init-list pt 2 of 2 (#44891) 2024-11-30 16:47:30 -06:00
electron_api_service_impl.h feat: route deprecated sync clipboard read through permission checks (#45472) 2025-02-05 14:10:18 -05:00
electron_autofill_agent.cc chore: bump chromium to 127.0.6521.0 (main) (#42118) 2024-06-07 17:18:35 -04:00
electron_autofill_agent.h refactor: prefer to inherit observer classes privately (#41360) 2024-05-21 14:21:31 -05:00
electron_render_frame_observer.cc refactor: only pass v8::Context to gin_helper::MicrotasksScope constructor (#45505) 2025-02-07 10:03:21 +01: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: use C++20's contains() method (#45814) 2025-02-27 10:38:30 +01:00
electron_renderer_client.h chore: use v8::Local<>, not v8::Handle<> (#43019) 2024-07-24 18:24:07 -05:00
electron_sandboxed_renderer_client.cc refactor: use C++20's contains() method (#45814) 2025-02-27 10:38:30 +01:00
electron_sandboxed_renderer_client.h chore: use v8::Local<>, not v8::Handle<> (#43019) 2024-07-24 18:24:07 -05:00
renderer_client_base.cc refactor: remove redundant CreateExtensionsClient() (#45155) 2025-01-08 16:04:52 -06:00
renderer_client_base.h refactor: remove redundant CreateExtensionsClient() (#45155) 2025-01-08 16:04:52 -06:00
web_worker_observer.cc refactor: use node::tracing::Agent() directly (34-x-y) (#45620) 2025-02-14 10:18:24 +01:00
web_worker_observer.h chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00