Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Open the new window with WebContents instead of initial url #93

Closed mshin-wolvic closed 5 months ago

mshin-wolvic commented 5 months ago

This patch changes the opening window's parameter as WebContents instead of initial url so that keeps the connection of a parent window and a child window(=the popup). Also the patch changes a management of WebContents lifecycle to fix the leakage of it.