electron/shell
Charles Kerr c67744a127
refactor: use raw_ref in RootView (#42114)
* refactor: make RootView::window_ a const raw_ref

The Chromium C++ style guide says "prefer const raw_ref<T> whenever
the held pointer will never be null," so let's do that.

* refactor: make RootView::main_view_ a const raw_ref

> The Chromium C++ style guide says "prefer const raw_ref<T> whenever
> the held pointer will never be null," so let's do that.

* refactor: aggregate RootView::last_focused_view_tracker_

RootView already owns it, so aggregate it
2024-05-15 14:45:47 -04:00
..
app chore: fixup gn check when enable_pdf_viewer is false (#41990) 2024-04-30 20:32:11 -04:00
browser refactor: use raw_ref in RootView (#42114) 2024-05-15 14:45:47 -04:00
common test: add tests for electron fuses (#42129) 2024-05-13 10:48:26 -07:00
renderer chore: bump chromium to 126.0.6445.0 (main) (#41868) 2024-05-10 11:21:10 -04:00
services/node fix: destroy NodeService message pipe last (#41277) 2024-02-09 22:44:35 +01:00
utility chore: remove unused std includes (#38767) 2023-06-14 11:07:18 -07:00