electron/shell
Charles Kerr 5931f69f18
fix: sync api::Screen wrapper method sigs to upstream (#38597)
refactor: sync api::Screen getter sigs to upstream

ui::Display GetAllDisplays(), GetPrimaryDisplay(), GetDisplayMatching(),
and GetDisplayNearestPoint() methods are all const, so make our wrappers
const too.

ui::Display GetAllDisplays() returns a const reference, so make our
wrapper return a const reference too. This avoids creating a new
std::vector<display::Display> each time it's called.
2023-06-07 09:28:50 +02:00
..
app refactor: use process_util.h helpers (#38574) 2023-06-06 17:19:13 +09:00
browser fix: sync api::Screen wrapper method sigs to upstream (#38597) 2023-06-07 09:28:50 +02:00
common refactor: use process_util.h helpers (#38574) 2023-06-06 17:19:13 +09:00
renderer refactor: prefer base::Contains() over find() + end() (#38443) 2023-05-30 10:28:43 +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