electron/shell/renderer/api
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
..
context_bridge perf: use v8::Local<v8::Object> as the key in ObjectCache (#43672) 2024-09-10 15:43:44 -05:00
electron_api_context_bridge.cc chore: remove unused class `electron::ObjectLifeMonitor` (#43109) 2024-07-30 13:27:12 -05:00
electron_api_context_bridge.h fix: correctly track receiver for methods called via ctx bridge (#39978) 2023-10-18 10:21:42 -04:00
electron_api_crash_reporter_renderer.cc chore: rename built-in modules to bindings to match naming update in node (#37182) 2023-02-09 10:31:38 +09:00
electron_api_ipc_renderer.cc refactor: declare gin::Wrapper subclasses as final (#43783) 2024-09-19 09:57:24 +02:00
electron_api_spell_check_client.cc fix: custom spell-checker stuck in infinite loop (#45022) 2024-12-15 22:58:17 -08:00
electron_api_spell_check_client.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
electron_api_web_frame.cc fix: -Wunsafe-buffer-usage warnings in WebFrameRenderer::ExecuteJavaScript() (31-x-y) (#44100) 2024-10-02 20:46:47 -05:00
electron_api_web_utils.cc feat: add webUtils module with getPathForFile method (#38776) 2023-11-20 15:59:36 -08:00
electron_api_web_utils.h feat: add webUtils module with getPathForFile method (#38776) 2023-11-20 15:59:36 -08:00