summaryrefslogtreecommitdiffstats
path: root/src/core/api
Commit message (Expand)AuthorAgeFilesLines
* Fix QDoc warning for QWebEngineUrlRequestInterceptor.Michael Bruning2016-02-041-0/+3
* Fix build against Qt 5.5Allan Sandfeld Jensen2016-02-042-0/+4
* Fix multi-thread protection in custom url handlerAllan Sandfeld Jensen2016-01-271-2/+2
* Doc: remove docs for QWebEngineCookieStore::FilterRequest classLeena Miettinen2016-01-191-32/+0
* Correct QWebEngineUrlRequestInterceptor documentation.Michael Bruning2016-01-181-3/+1
* Remove FilterRequest from qwebenginecookiestoreMichal Klocek2016-01-153-47/+0
* Remove callback functions from qwebenginecookiestoreMichal Klocek2016-01-152-84/+33
* Fix more syncqt warningsAllan Sandfeld Jensen2016-01-057-8/+9
* Fix an assertion in QWebEngineCookieStoreSzabolcs David2016-01-052-0/+9
* Move WebEngine initialization to core libraryAllan Sandfeld Jensen2015-12-152-0/+95
* Fix some syncqt warningsJoerg Bornemann2015-12-113-0/+26
* Make use of QObject's d-pointer in QWebEngineCookieStoreJoerg Bornemann2015-12-103-9/+7
* Doc: mark QWebEngineUrlRequestInfo::changed() internalLeena Miettinen2015-12-031-0/+3
* Doc: remove obsolete docs about URL requests and scheme handlerLeena Miettinen2015-12-022-12/+0
* Rename setExtraHeader to setHttpHeader in QWebEngineUrlRequestInfo.Michael Bruning2015-12-022-3/+3
* Change QWebEngineUrlRequestInterceptor::interceptRequest to void.Michael Bruning2015-12-024-1/+13
* Doc: edit QWebEngineCookieStoreClient::FilterRequest docsLeena Miettinen2015-12-021-7/+18
* Add core-private dependency to core_api.proJoerg Bornemann2015-12-011-1/+1
* Remove superfluous destructor from QWebEngineCookieStorePrivateJoerg Bornemann2015-12-012-6/+0
* Rename QWebEngineCookieStoreClient to QWebEngineCookieStoreMichal Klocek2015-12-014-76/+76
* Remove the empty virtual destructor from QWebEngineUrlRequestInterceptor.Michael Bruning2015-12-011-3/+0
* Rename url scheme handler's destroyed signalAllan Sandfeld Jensen2015-12-012-2/+4
* Replace QList with QVectorKai Koehne2015-11-061-3/+2
* Properly mark value based classesKai Koehne2015-11-023-1/+16
* Remove left-overs of QWebEngineUrlSchemeHandlerPrivateAllan Sandfeld Jensen2015-10-282-4/+0
* Remove const from QWebEngineCookieStoreClient::FilterRequest in setCookieFilt...David Rosca2015-10-233-4/+4
* Do not require to subclass/install QWebEngineCookieStoreClientKai Koehne2015-10-194-18/+64
* Decouple scheme and url scheme handlerAllan Sandfeld Jensen2015-10-164-90/+4
* Remove private API warning from qwebengineurlrequestjob.hKai Koehne2015-10-121-11/+0
* Add firstPartyUrl to QWebEngineUrlRequestInfoDavid Rosca2015-10-123-1/+16
* Doc: add missing parameter name to function signature in docsLeena Miettinen2015-10-091-2/+2
* Doc: edit QWebEngineUrlSchemeHandler docsLeena Miettinen2015-10-061-2/+11
* Doc: edit QWebEngineUrlRequestJob docsLeena Miettinen2015-10-061-9/+29
* Remove unnecessay delegation over CustomUrlSchemeHandlerAllan Sandfeld Jensen2015-10-064-32/+14
* Fix assert on deleting installed custom URL scheme handlerAllan Sandfeld Jensen2015-09-302-0/+4
* fix debug_and_release build on WindowsJoerg Bornemann2015-09-241-0/+8
* Disambiguate debug and release builds of libqtwebenginecoreapiKai Koehne2015-09-171-1/+1
* remove cookie_monster_delegate_qt.h from private headerJoerg Bornemann2015-09-102-1/+6
* Make request job and request info methods consistentAllan Sandfeld Jensen2015-09-064-19/+29
* Add invokable to QQuickWebEngineProfile to set cookie clientAndras Becsi2015-08-281-0/+2
* Move custom URL scheme handlers to coreAllan Sandfeld Jensen2015-08-276-2/+466
* Add support for blocking cookiesAndras Becsi2015-08-273-0/+27
* Consistenly use Q_DISABLE_COPY in public APIKai Koehne2015-08-262-1/+2
* Add documentation for cookie API and request interception in coreAndras Becsi2015-08-202-0/+235
* Fix #include's in public headersKai Koehne2015-08-044-14/+14
* Add API for intercepting url requestsAndras Becsi2015-08-035-0/+387
* Add support for batch tasks to the cookie clientAndras Becsi2015-07-084-0/+122
* Remove onloaded signal from Cookie APIAllan Sandfeld Jensen2015-07-013-8/+0
* Add QWebEngineCookieStoreClient core APIAndras Becsi2015-06-166-3/+344
* Move QWebEngineCallback to core API and templatize CallbackDirectoryAndras Becsi2015-06-083-0/+307