electron/shell
Charles Kerr 167c2b250e
refactor: use compile-time cli arg sets. (#38748)
We're currently building these on the heap with `std::set<std::string>`
but this can be a very small compile-time container instead.

Marking as 'refactor' rather than 'perf' since this isn't called often,
but moving from heap to compile-time is good and using this container
makes the code more readable.
2023-06-13 14:37:59 -05:00
..
app refactor: use compile-time cli arg sets. (#38748) 2023-06-13 14:37:59 -05:00
browser build: remove enable_osr build flag (#38703) 2023-06-13 14:48:53 -04:00
common refactor: use compile-time cli arg sets. (#38748) 2023-06-13 14:37:59 -05:00
renderer perf: prefer base::StringPiece over std::string for build-time strings (#38717) 2023-06-12 09:55:22 +02:00
services/node chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
utility chore: update https://cs.chromium.org/ links to https://source.chromium.org/ (#37190) 2023-02-11 18:52:32 -08:00