summaryrefslogtreecommitdiffstats
path: root/src/core/net/url_request_custom_job_proxy.h
Commit message (Collapse)AuthorAgeFilesLines
* Adaptations for Chromium 92Allan Sandfeld Jensen2021-12-021-2/+2
| | | | | Change-Id: I1849c130ca75615802744275f6e4212a755c39b4 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Chromium 81-based adaptationsAllan Sandfeld Jensen2020-09-091-3/+3
| | | | | Change-Id: Ie422b327025da084bc8038c7a0aadee2db801f29 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* Merge branch '5.14' into 5.15Allan Sandfeld Jensen2020-01-231-0/+1
|\ | | | | | | Change-Id: I1230ec3a854c0798fa4f7960642e988b917f431e
* | Remove direct URLRequestJob access from URLRequestCustomJobProxyAllan Sandfeld Jensen2019-11-291-2/+20
|/ | | | | | | | Prepares reuse of the class for network-service implementation of custom url scheme handlers. Change-Id: I0d120e5cc506e1bd996b3fca5ec973d890baadfd Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* Code-style cleanup in src/core/netAllan Sandfeld Jensen2019-11-131-2/+2
| | | | | | | Picking suggested changes for a clang-format run. Change-Id: I3539dee65f153257015af4a8670312e74980a9e4 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Add HTTP request headers to custom URL schemes (reland)Allan Sandfeld Jensen2019-01-301-1/+1
| | | | | | | | | | Makes it possible to read extra headers added to the request. This reverts commit 9cbe64c54dee8451794e29f4357ccfac6d883e6b. Task-number: QTBUG-69844 Change-Id: I5c5e0c06655d5f764227fdc97fdb0c2a189f532d Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Revert "Add HTTP request headers to custom URL schemes"Michal Klocek2018-08-091-1/+1
| | | | | | | | | | | | This reverts commit a5bdc6236ad52586579a9a3da6a059835ed60761 and 04355f4d6f311adebfc354b094a5f79c6327e86f. CI still crashes on tst_QWebEngineProfile::urlSchemeHandler tests, issue is not reproducible locally and it will take time to investigate. Task-number: QTBUG-69844 Change-Id: I7ddb6a32383400d553fe692c24effb6dfb7b6102 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Add HTTP request headers to custom URL schemesAllan Sandfeld Jensen2018-08-031-1/+1
| | | | | | | Makes it possible to read extra headers added to the request. Change-Id: I4af0ba8a5b28488b8f12a2cff29807575c24f026 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Rename BrowserContextAdapter to ProfileAdapterMichal Klocek2018-07-091-3/+3
| | | | | | | | | Follow change of BrowserContextQt to ProfileQt. Fix wrong naming usage of browserContext instead of browserContextAdapter. Change-Id: I75fdac685d9bffd44f0144921d3e87305d6d44c9 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Change BrowserContextAdapter to be QPointerMichal Klocek2018-05-181-3/+3
| | | | | | | | | | | | | | | | | | | BrowserContextAdapter is living and accessed only in UI thread, remove QSharedPointer usage and change QWebengineProfile to use QPointer. Prevent BrowserContextAdapter outliving WebEngineContext by setting globalObject as a parent to track WebEngineContext destruction. This commits tries to simplify the life cycle handling of browser context, it removes profile shutdown methods and QWebEngineBrowserContext, which was used to track profile destruction. Task-number: QTBUG-62147 Change-Id: I79f2c38a123cd053e3a59f4900afbdc759a396fe Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io> Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Cleanup file locationsAllan Sandfeld Jensen2018-03-201-0/+90
Move printing and network specific classes to subdirectories so we have fewer files in the main dir. Change-Id: I675b1b8b8fd1588061104cec181087f305b44f98 Reviewed-by: Kai Koehne <kai.koehne@qt.io>