Page 1 of 1

Extension popup page is not managed

PostPosted: Wed Dec 07, 2022 1:21 am
by luisz2
The chrome extension popup page is not managed by cef, when the chrome runtime enabled.
Anyone know how to manage the popup page?

Many thanks.

Re: Extension popup page is not managed

PostPosted: Mon Dec 12, 2022 4:50 pm
by magreenblatt

Re: Extension popup page is not managed

PostPosted: Wed Dec 14, 2022 2:55 am
by luisz2
magreenblatt wrote:You can try CefBrowserProcessHandler::GetDefaultClient


I have tried "CefBrowserProcessHandler::GetDefaultClient" but not work.
Override this function, the program can manage all browser pages, except the extension page.

Re: Extension popup page is not managed

PostPosted: Wed Dec 14, 2022 12:35 pm
by magreenblatt
What do you mean by "extension popup page"? Please provide reproduction steps.

Re: Extension popup page is not managed

PostPosted: Thu Dec 15, 2022 2:43 am
by luisz2
magreenblatt wrote:What do you mean by "extension popup page"? Please provide reproduction steps.


For example, I click the qrcode extension icon in browser toolbar, the popup page would be displayed, this page is not managed.

Re: Extension popup page is not managed

PostPosted: Thu Dec 15, 2022 9:18 am
by magreenblatt
Chrome UI popups are not separate browsers and cannot be managed currently.

What are you trying to accomplish?