electron/shell
Charles Kerr 3fde574db1
fix: -Wunsafe-buffer-usage warnings in url-loader (#43564)
Use v8::ArrayBufferView::CopyContents() instead of doing the pointer
math + memcpy() ourselves. This not only solves the buffer warnings,
but may also avoid some additional overhead:

> Copy the contents of the ArrayBufferView's buffer to an
> embedder defined memory without additional overhead that
> calling ArrayBufferView::Buffer might incur.
2024-09-05 20:22:03 -05:00
..
app fix: Use XDG_ACTIVATION_TOKEN in wayland when launched by other app (#43481) 2024-09-04 12:54:00 +02:00
browser refactor: declare gin::Wrapper subclasses as final (#43527) 2024-09-04 18:40:02 -05:00
common fix: -Wunsafe-buffer-usage warnings in url-loader (#43564) 2024-09-05 20:22:03 -05:00
renderer perf: use v8::Local<v8::Object> as the key in ObjectCache (#43519) 2024-09-04 22:53:06 -05:00
services/node refactor: declare gin::Wrapper subclasses as final (#43527) 2024-09-04 18:40:02 -05:00
utility chore: bump chromium to 129.0.6630.0 (main) (#43087) 2024-08-02 09:02:11 -05:00