electron/shell/renderer
trop[bot] c200b6762b
fix: custom spell-checker stuck in infinite loop (#45022)
`ReadUnicodeCharacter` updates index to the last character read, and not after it. We need to manually increment it to move to the next character.

It also doesn't validate that the index is valid, so we need to check that index is within bounds.

Refs: #44336

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jesper Ek <deadbeef84@gmail.com>
2024-12-15 22:58:17 -08:00
..
api fix: custom spell-checker stuck in infinite loop (#45022) 2024-12-15 22:58:17 -08:00
extensions chore: bump chromium to 125.0.6412.0 (main) (#41610) 2024-04-15 18:10:32 -04:00
printing chore: bump chromium to 125.0.6412.0 (main) (#41610) 2024-04-15 18:10:32 -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 chore: bump chromium to 126.0.6445.0 (31-x-y) (#42119) 2024-05-13 20:19:31 +02: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 chore: bump chromium to 123.0.6296.0 (main) (#41204) 2024-02-14 12:33:32 -05:00
electron_api_service_impl.h chore: remove deprecated `ipcRenderer.sendTo()` (#39087) 2023-08-28 10:29:27 -04:00
electron_autofill_agent.cc chore: bump chromium to 119.0.6029.0 (main) (#39944) 2023-09-28 22:26:41 -07: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 chore: use v8::Local<>, not v8::Handle<> (#43037) 2024-07-25 11:00:05 +02:00
electron_render_frame_observer.h chore: use v8::Local<>, not v8::Handle<> (#43037) 2024-07-25 11:00:05 +02:00
electron_renderer_client.cc chore: use v8::Local<>, not v8::Handle<> (#43037) 2024-07-25 11:00:05 +02:00
electron_renderer_client.h chore: use v8::Local<>, not v8::Handle<> (#43037) 2024-07-25 11:00:05 +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 fix: gin_helper::MicrotasksScope instantiation (#43209) 2024-08-05 21:46:51 -05:00
electron_sandboxed_renderer_client.h chore: use v8::Local<>, not v8::Handle<> (#43037) 2024-07-25 11:00:05 +02: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 chore: use v8::Local<>, not v8::Handle<> (#43037) 2024-07-25 11:00:05 +02:00
renderer_client_base.h chore: use v8::Local<>, not v8::Handle<> (#43037) 2024-07-25 11:00:05 +02:00
web_worker_observer.cc fix: fetch-dependent interfaces in Web Workers (#42597) 2024-06-20 15:31:01 -04:00
web_worker_observer.h perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 2024-01-05 12:18:31 +01:00