mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
* refactor: call methods directly from electron:WebContents Writing static method boilerplate isn't fun * fix: cross-origin navigation disposing WebFrameMain instances * fix: move call to WFM::Connect * refactor: use base::NoDestructor<T> * Update shell/browser/api/electron_api_web_frame_main.cc Co-authored-by: Jeremy Rose <nornagon@nornagon.net> Co-authored-by: samuelmaddock <samuel.maddock@gmail.com> Co-authored-by: Jeremy Rose <nornagon@nornagon.net>