summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api/qwebengineurlschemehandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix crashes and ownership issues in Custom URL scheme handlingAllan Sandfeld Jensen2015-02-201-5/+4
| | | | | | | | Fixes crashes exposed by implementing the qthelp protocol handler for Qt assistant. Change-Id: I0b1153bc52ff82838cde009f1fe1ac46edc43210 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
* Experimental custom URL scheme APIAllan Sandfeld Jensen2015-02-191-0/+83
Introduces API for custom URL scheme as an experimental API in widgets. A QML api is not included yet. Change-Id: Ice4542e5238feb961a4c9c60a809455e31dc1ec6 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>