electron/shell/renderer
trop[bot] 0702ed0212
fix: custom spell-checker stuck in infinite loop (#45019)
`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-16 09:55:20 +01:00
..
api fix: custom spell-checker stuck in infinite loop (#45019) 2024-12-16 09:55:20 +01:00
extensions chore: bump chromium to 128.0.6571.0 (32-x-y) (#42767) 2024-07-03 15:58:15 -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 (main) (#41868) 2024-05-10 11:21:10 -04: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: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (32-x-y) (#44440) 2024-10-29 14:51:59 -05:00
electron_api_service_impl.h chore: bump chromium to 128.0.6571.0 (32-x-y) (#42767) 2024-07-03 15:58:15 -04: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 chore: use v8::Local<>, not v8::Handle<> (#43036) 2024-07-25 12:45:06 +02:00
electron_render_frame_observer.h chore: use v8::Local<>, not v8::Handle<> (#43036) 2024-07-25 12:45:06 +02:00
electron_renderer_client.cc fix: EventSource undefined in Renderer/Worker (#44497) 2024-10-31 16:44:00 -05:00
electron_renderer_client.h chore: use v8::Local<>, not v8::Handle<> (#43036) 2024-07-25 12:45:06 +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: bump chromium to 128.0.6571.0 (32-x-y) (#42767) 2024-07-03 15:58:15 -04:00
electron_sandboxed_renderer_client.cc perf: prefer NewFromUtf8Literal() over NewFromUtf8() for string literals (#44427) 2024-10-28 10:51:41 -05:00
electron_sandboxed_renderer_client.h chore: use v8::Local<>, not v8::Handle<> (#43036) 2024-07-25 12:45:06 +02:00
pepper_helper.cc chore: use =default for default constructors/destructors (#29511) 2021-06-04 13:16:13 +09:00
pepper_helper.h refactor: prefer to inherit observer classes privately (#41360) 2024-05-21 14:21:31 -05:00
renderer_client_base.cc fix: modernize-use-nodiscard clang-tidy warnings (32-x-y backport) (#44846) 2024-11-27 12:42:14 -06:00
renderer_client_base.h chore: use v8::Local<>, not v8::Handle<> (#43036) 2024-07-25 12:45:06 +02:00
web_worker_observer.cc fix: EventSource undefined in Renderer/Worker (#44497) 2024-10-31 16:44:00 -05: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