electron/shell
Charles Kerr fe9031eb23
refactor: in `StopTracing()`, use string literals instead of `optional<string>` (#45270)
refactor: simplify StopTracing() a little by using a string_view instead of an optional<string>

We have compile-time string literals that we're passing to a method
that takes a string_view argument, so we don't need all this extra
optional<string> scaffolding
2025-01-21 17:41:52 -06:00
..
app chore: bump chromium to 133.0.6878.0 (main) (#44831) 2024-12-10 13:16:07 -06:00
browser refactor: in `StopTracing()`, use string literals instead of `optional<string>` (#45270) 2025-01-21 17:41:52 -06:00
common chore: bump chromium to 133.0.6920.0 (main) (#45055) 2025-01-10 10:52:34 -06:00
renderer refactor: remove redundant CreateExtensionsClient() (#45135) 2025-01-08 10:36:08 -06:00
services/node fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (#44211) 2024-10-14 10:46:24 +02:00
utility fix: broken OOP `window.print()` on macOS/Linux (#45214) 2025-01-20 10:23:44 +01:00