| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typos in core | Marcell Brauner | 2025-10-09 | 1 | -1/+1 |
| * | Doc: Add [since X.X] tags to enums that are missing them | Kaloyan Chehlarski | 2025-09-08 | 1 | -9/+9 |
| * | CRA mark src/core/api | Moss Heim | 2025-08-12 | 1 | -0/+1 |
| * | Doc: Various punctuation fixes | Kaloyan Chehlarski | 2025-02-10 | 1 | -3/+3 |
| * | Add QWebEngineUrlRequestInfo::isDownload() | Benjamin Terrier | 2024-12-07 | 1 | -1/+16 |
| * | Remove test stuff from QWebEngineUrlRequestInfo | Szabolcs David | 2024-12-05 | 1 | -9/+0 |
| * | Correct documentation for QWebEngineUrlReuqestInfo::redirect | Michael Brüning | 2024-09-19 | 1 | -1/+0 |
| * | Make ResourceTypeJson documented as 6.8 value in enum | Michal Klocek | 2024-08-21 | 1 | -1/+1 |
| * | Adaptations for Chromium 122 | Michal Klocek | 2024-06-07 | 1 | -0/+1 |
| * | Let page interceptor process requests with extra headers | Szabolcs David | 2023-11-07 | 1 | -2/+0 |
| * | QIODevice for request body in QWebEngineUrlRequestInterceptor | Yigit Akcay | 2023-06-16 | 1 | -1/+27 |
| * | Port d_ptr of QWebEngineUrlRequestInfo to std::unique_ptr | Peter Varga | 2022-12-05 | 1 | -2/+12 |
| * | Add QWebEngineUrlRequestInfo::httpHeaders() | Benjamin Terrier | 2022-08-23 | 1 | -4/+26 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-22 | 1 | -38/+2 |
| * | Apply url request interceptor on websocket connect as well | Allan Sandfeld Jensen | 2022-06-12 | 1 | -0/+1 |
| * | Replace 0 pointer constants with nullptr | Allan Sandfeld Jensen | 2021-03-22 | 1 | -1/+1 |
| * | Adaptations for Chromium 83 | Allan Sandfeld Jensen | 2020-09-09 | 1 | -24/+0 |
| * | Move request interceptor to ui thread | Michal Klocek | 2020-04-20 | 1 | -1/+4 |
| * | Implement deprecated request interceptors for network-service | Allan Sandfeld Jensen | 2020-03-05 | 1 | -0/+14 |
| * | Doc: Mention NavigationTypeRedirect is new in Qt 5.14 | Kai Koehne | 2019-10-24 | 1 | -1/+1 |
| * | Adaptations for Chromium 77 | Allan Sandfeld Jensen | 2019-10-11 | 1 | -3/+4 |
| * | Doc: Edit docs for QWebEngineUrlRequestInfo::initiator() | Leena Miettinen | 2019-08-30 | 1 | -3/+5 |
| * | Doc: Describe QWebEngineUrlRequestInfo::ResourceTypeNavigationPreload | Leena Miettinen | 2019-08-27 | 1 | -1/+3 |
| * | Adaptations for Chromium 75 | Allan Sandfeld Jensen | 2019-07-10 | 1 | -20/+20 |
| * | Adaptations for Chromium 74 | Allan Sandfeld Jensen | 2019-07-10 | 1 | -0/+1 |
| * | Add QWebEngineUrlRequestInfo::initiator() | Tamas Zakor | 2019-06-05 | 1 | -1/+12 |
| * | Add navigation type for redirects | Allan Sandfeld Jensen | 2019-05-10 | 1 | -0/+2 |
| * | Cleanup coding style in src/core/api | Allan Sandfeld Jensen | 2019-05-03 | 1 | -16/+11 |
| * | Merge branch '5.12' into 5.13 | Allan Sandfeld Jensen | 2019-04-09 | 1 | -1/+1 |
| |\ |
|
| | * | Doc: Avoid auto-linking the string 'WebEngine' to the QML type | Leena Miettinen | 2019-04-01 | 1 | -1/+1 |
| * | | Move QWebEngineUrlRequestInterceptor::intercept to ui thread | Michal Klocek | 2019-02-04 | 1 | -7/+3 |
| * | | Merge remote-tracking branch 'origin/5.12' into dev | Michael Brüning | 2019-01-18 | 1 | -0/+3 |
| |\| |
|
| | * | Lock profile mutex during interceptRequest | Jüri Valdmann | 2019-01-02 | 1 | -0/+3 |
| * | | Add setRequestInterceptor to QWebEnginePage | Allan Sandfeld Jensen | 2018-10-17 | 1 | -3/+21 |
| |/ |
|
| * | Remove superfluous Q_D macros for qwebengineurlrequestinfo | Michal Klocek | 2018-05-14 | 1 | -21/+12 |
| * | [Doc] Add doc link between methods for request filtering | Michael Brüning | 2017-03-30 | 1 | -0/+3 |
| * | Improve cross-links between QtWebEngine classes in docs | Florian Bruhin | 2017-03-08 | 1 | -5/+6 |
| * | Doc: Fix \sa links in the docs | Leena Miettinen | 2017-02-09 | 1 | -4/+4 |
| * | Merge branch '5.6' into 5.7 | Allan Sandfeld Jensen | 2016-11-24 | 1 | -1/+4 |
| |\ |
|
| | * | ResourceType ABI/API fixup | Allan Sandfeld Jensen | 2016-11-23 | 1 | -1/+4 |
| * | | Document QWebEngineUrlRequestInfo enums as new in 5.7 | Kai Koehne | 2016-04-06 | 1 | -2/+2 |
| * | | Doc: New QWebEngineUrlRequestInfo::ResourceType values | Leena Miettinen | 2016-04-03 | 1 | -0/+4 |
| * | | Basic adaptation to Chromium 49 | Allan Sandfeld Jensen | 2016-03-07 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-02-10 | 1 | -0/+3 |
| |\| |
|
| | * | Fix QDoc warning for QWebEngineUrlRequestInterceptor. | Michael Bruning | 2016-02-04 | 1 | -0/+3 |
| * | | Merge branch '5.6' into dev | Allan Sandfeld Jensen | 2016-02-04 | 1 | -3/+1 |
| |\| |
|
| | * | Correct QWebEngineUrlRequestInterceptor documentation. | Michael Bruning | 2016-01-18 | 1 | -3/+1 |
| * | | Unify license header usage. | Jani Heikkinen | 2016-02-01 | 1 | -11/+14 |
| |/ |
|
| * | Doc: mark QWebEngineUrlRequestInfo::changed() internal | Leena Miettinen | 2015-12-03 | 1 | -0/+3 |
| * | Doc: remove obsolete docs about URL requests and scheme handler | Leena Miettinen | 2015-12-02 | 1 | -6/+0 |