Don't install a scheme handler for the "about" protocol
ClosedPublic

Authored by stefanocrocco on Aug 23 2019, 8:00 AM.

Details

Summary

The default mimetype for the "about" protocol is "text/html", so
WebEnginePart::attemptInstallKIOSchemeHandler will try to install a
scheme handler for it. This will fail with a warning from Qt because
"about" is an internal protocol.

Test Plan

configure Konqueror so that it displays the introduction page at
startup, launch it from terminal and check that no warnings regarding the
"about" protocol are displayed.

Diff Detail

Repository
R226 Konqueror
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
stefanocrocco requested review of this revision.Aug 23 2019, 8:00 AM
stefanocrocco created this revision.
dfaure accepted this revision.Aug 24 2019, 8:31 AM
This revision is now accepted and ready to land.Aug 24 2019, 8:31 AM
This revision was automatically updated to reflect the committed changes.