summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebengineurlrequestinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Let page interceptor process requests with extra headersSzabolcs David2023-11-071-2/+0
* QIODevice for request body in QWebEngineUrlRequestInterceptorYigit Akcay2023-06-161-1/+27
* Port d_ptr of QWebEngineUrlRequestInfo to std::unique_ptrPeter Varga2022-12-051-2/+12
* Add QWebEngineUrlRequestInfo::httpHeaders()Benjamin Terrier2022-08-231-4/+26
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Apply url request interceptor on websocket connect as wellAllan Sandfeld Jensen2022-06-121-0/+1
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-03-221-1/+1
* Adaptations for Chromium 83Allan Sandfeld Jensen2020-09-091-24/+0
* Move request interceptor to ui threadMichal Klocek2020-04-201-1/+4
* Implement deprecated request interceptors for network-serviceAllan Sandfeld Jensen2020-03-051-0/+14
* Doc: Mention NavigationTypeRedirect is new in Qt 5.14Kai Koehne2019-10-241-1/+1
* Adaptations for Chromium 77Allan Sandfeld Jensen2019-10-111-3/+4
* Doc: Edit docs for QWebEngineUrlRequestInfo::initiator()Leena Miettinen2019-08-301-3/+5
* Doc: Describe QWebEngineUrlRequestInfo::ResourceTypeNavigationPreloadLeena Miettinen2019-08-271-1/+3
* Adaptations for Chromium 75Allan Sandfeld Jensen2019-07-101-20/+20
* Adaptations for Chromium 74Allan Sandfeld Jensen2019-07-101-0/+1
* Add QWebEngineUrlRequestInfo::initiator()Tamas Zakor2019-06-051-1/+12
* Add navigation type for redirectsAllan Sandfeld Jensen2019-05-101-0/+2
* Cleanup coding style in src/core/apiAllan Sandfeld Jensen2019-05-031-16/+11
* Merge branch '5.12' into 5.13Allan Sandfeld Jensen2019-04-091-1/+1
|\
| * Doc: Avoid auto-linking the string 'WebEngine' to the QML typeLeena Miettinen2019-04-011-1/+1
* | Move QWebEngineUrlRequestInterceptor::intercept to ui threadMichal Klocek2019-02-041-7/+3
* | Merge remote-tracking branch 'origin/5.12' into devMichael Brüning2019-01-181-0/+3
|\|
| * Lock profile mutex during interceptRequestJüri Valdmann2019-01-021-0/+3
* | Add setRequestInterceptor to QWebEnginePageAllan Sandfeld Jensen2018-10-171-3/+21
|/
* Remove superfluous Q_D macros for qwebengineurlrequestinfoMichal Klocek2018-05-141-21/+12
* [Doc] Add doc link between methods for request filteringMichael Brüning2017-03-301-0/+3
* Improve cross-links between QtWebEngine classes in docsFlorian Bruhin2017-03-081-5/+6
* Doc: Fix \sa links in the docsLeena Miettinen2017-02-091-4/+4
* Merge branch '5.6' into 5.7Allan Sandfeld Jensen2016-11-241-1/+4
|\
| * ResourceType ABI/API fixupAllan Sandfeld Jensen2016-11-231-1/+4
* | Document QWebEngineUrlRequestInfo enums as new in 5.7Kai Koehne2016-04-061-2/+2
* | Doc: New QWebEngineUrlRequestInfo::ResourceType valuesLeena Miettinen2016-04-031-0/+4
* | Basic adaptation to Chromium 49Allan Sandfeld Jensen2016-03-071-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-101-0/+3
|\|
| * Fix QDoc warning for QWebEngineUrlRequestInterceptor.Michael Bruning2016-02-041-0/+3
* | Merge branch '5.6' into devAllan Sandfeld Jensen2016-02-041-3/+1
|\|
| * Correct QWebEngineUrlRequestInterceptor documentation.Michael Bruning2016-01-181-3/+1
* | Unify license header usage.Jani Heikkinen2016-02-011-11/+14
|/
* Doc: mark QWebEngineUrlRequestInfo::changed() internalLeena Miettinen2015-12-031-0/+3
* Doc: remove obsolete docs about URL requests and scheme handlerLeena Miettinen2015-12-021-6/+0
* Rename setExtraHeader to setHttpHeader in QWebEngineUrlRequestInfo.Michael Bruning2015-12-021-2/+2
* Change QWebEngineUrlRequestInterceptor::interceptRequest to void.Michael Bruning2015-12-021-0/+10
* Add firstPartyUrl to QWebEngineUrlRequestInfoDavid Rosca2015-10-121-1/+13
* Make request job and request info methods consistentAllan Sandfeld Jensen2015-09-061-5/+5
* Add documentation for cookie API and request interception in coreAndras Becsi2015-08-201-0/+132
* Add API for intercepting url requestsAndras Becsi2015-08-031-0/+133