summaryrefslogtreecommitdiffstats
path: root/src/core/url_request_custom_job.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-thread protection in custom url handlerAllan Sandfeld Jensen2016-01-271-71/+160
* Fix occasional "WeakPtrs must be checked on the same sequenced thread."Joerg Bornemann2016-01-261-9/+8
* Fix deadlock on QWebEngineUrlRequestJob::failJoerg Bornemann2016-01-221-4/+8
* Have a WeakPtrFactory per thread in URLRequestCustomJobJoerg Bornemann2016-01-151-7/+9
* Remove unnecessay delegation over CustomUrlSchemeHandlerAllan Sandfeld Jensen2015-10-061-3/+5
* Unify Copyright headersKai Koehne2015-07-241-5/+5
* Add redirect and error API for custom URLAllan Sandfeld Jensen2015-05-131-0/+42
* Improve thread safety and behavior of custom URL requestsAllan Sandfeld Jensen2015-05-061-6/+59
* Add namespace to internal QtWebEngine APIAllan Sandfeld Jensen2015-03-021-0/+4
* Fix crashes and ownership issues in Custom URL scheme handlingAllan Sandfeld Jensen2015-02-201-1/+1
* Experimental custom URL scheme APIAllan Sandfeld Jensen2015-02-191-0/+143