[Interest] How to enable chrome:// urls in qtwebengine?
Szymon
szymon.spop at gmail.com
Fri Nov 16 13:53:06 CET 2018
Hello,
I would like to access chrome:// urls in qt webengine, but I am
getting an ERR_UNKNOWN_URL_SCHEME error. It works both on Chrome and
Chromium. In the sources of Chromium inside qt webengine I see the
appropriate sources which are used by the chrome:// special pages, for
example:
qtwebengine$ find . -name gpu_internals.html
./src/3rdparty/chromium/content/browser/resources/gpu/gpu_internals.html
but it can't be accessed, because the chrome:// url scheme is
disabled. Is there any way to enable this?
Best regards,
Simon
More information about the Interest
mailing list