Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Any plan to open ALL CEF settings to user? #79

Open
chaome opened this issue Jan 14, 2021 · 0 comments
Open

Any plan to open ALL CEF settings to user? #79

chaome opened this issue Jan 14, 2021 · 0 comments

Comments

@chaome
Copy link
Contributor

chaome commented Jan 14, 2021

Hi,
You did static setting in QCefViewBrowserApp::OnBeforeCommandLineProcessing(), and CCefManager::initializeCef(), so is there any plan to open all settings to user layer?

Another question is: do you have plan to refactor QCefSetting class?
we like this style better:

auto webView = new CustomCefWebView(this);

 auto setting = new QCefSetting();
 setting->setCacheMode(NoCache);
 setting->setBridgeObjectName("OurChannel");
....

webView::applySetting(setting);

webView->load("http://.....");
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant