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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to