electron/shell
Charles Kerr 6293bbced0
perf: avoid redundant calls to GetView() (#43216)
* perf: avoid double-calls to GetView()

There are a lot of places where we call the virtual method GetView()
twice in succession: the first to check if the view exists, and the
second to use. This PR holds the view in a temp variable instead, e.g.:

if (auto* view = foo->GetView())
  view->DoSomething();

* perf: avoid discarded GetView() call
2024-08-06 11:25:59 -05:00
..
app refactor: migrate electron_login_helper to non-deprecated API (#43182) 2024-08-05 09:56:18 +02:00
browser perf: avoid redundant calls to GetView() (#43216) 2024-08-06 11:25:59 -05:00
common fix: gin_helper::MicrotasksScope instantiation (#43185) 2024-08-05 08:24:27 -05:00
renderer fix: gin_helper::MicrotasksScope instantiation (#43185) 2024-08-05 08:24:27 -05:00
services/node chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
utility chore: bump chromium to 129.0.6630.0 (main) (#43087) 2024-08-02 09:02:11 -05:00