electron/shell
trop[bot] 15d2a7dc4c
perf: improve temporaries in WebWorkerObserver::WorkerScriptReadyForEvaluation() (#46377)
refactor: small refactor to WebWorkerObserver::WorkerScriptReadyForEvaluation()

- replace a std::vector<std::string> local with a compile-time array
  of std::string_view
- remove .c_str() pessimization when making v8 Strings from string_views

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2025-03-31 07:33:00 -05:00
..
app refactor: remove unused system header includes (#46042) 2025-03-15 00:33:33 -05:00
browser perf: avoid 3x call to GetID() in RegisterPendingSiteInstance() (#46358) 2025-03-29 10:59:47 -05:00
common fix: oob string read when parsing node_options (#46248) 2025-03-25 11:44:55 -04:00
renderer perf: improve temporaries in WebWorkerObserver::WorkerScriptReadyForEvaluation() (#46377) 2025-03-31 07:33:00 -05:00
services/node refactor: use private inheritance from mojo::MessageReceiver (#45993) 2025-03-12 23:19:17 -05:00
utility fix: broken OOP window.print() on macOS/Linux (#45259) 2025-01-20 10:37:35 -06:00