electron/shell
Charles Kerr 7cd23a4900
perf: omit unnecessary work from ElectronRenderFrameObserver::ShouldNotifyClient() (#41347)
perf: omit unnecessary work from ElectronRenderFrameObserver::ShouldNotifyClient()

- (perf) GetBlinkPreferences() returns a const&, so we can use that
  reference instead of making a temporary copy

- (perf) Don't create url object unless it's needed.

- (refactor) Move is_main_world() and is_isolated_world() from the
  header into an anonymous namespace in the .cc file so they can
  be inlined and made constexpr
2024-02-20 13:29:11 +01:00
..
app chore: remove node patches by using the preload feature (#41080) 2024-01-24 09:54:32 -06:00
browser chore: remove unused anonymous namespace methods (#41333) 2024-02-16 10:31:34 -06:00
common chore: bump chromium to 123.0.6296.0 (main) (#41204) 2024-02-14 12:33:32 -05:00
renderer perf: omit unnecessary work from ElectronRenderFrameObserver::ShouldNotifyClient() (#41347) 2024-02-20 13:29:11 +01: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