| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA mark src/core/api | Moss Heim | 2025-08-12 | 1 | -0/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-22 | 1 | -38/+2 |
| * | Include moc files | Allan Sandfeld Jensen | 2022-05-31 | 1 | -0/+2 |
| * | Remove QWebEngineCallback | Allan Sandfeld Jensen | 2021-08-10 | 1 | -41/+13 |
| * | Replace Q_NULLPTR and pointer 0 with nullptr | Allan Sandfeld Jensen | 2021-06-10 | 1 | -1/+1 |
| * | Add the cookie filter to URL requests | Allan Sandfeld Jensen | 2020-07-15 | 1 | -0/+9 |
| * | Cleanup coding style in src/core/api | Allan Sandfeld Jensen | 2019-05-03 | 1 | -12/+9 |
| * | Doc: Always treat \brief as full sentence | Kai Koehne | 2019-02-22 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12.0 | Allan Sandfeld Jensen | 2018-11-01 | 1 | -1/+2 |
| |\ |
|
| | * | Fix thirdParty setting for first party request | Allan Sandfeld Jensen | 2018-10-30 | 1 | -1/+2 |
| * | | Unfriend NetworkDeleagte from ProfileIOData | Michal Klocek | 2018-08-10 | 1 | -1/+1 |
| * | | Use range-based for instead of Q_FOREACH | Jüri Valdmann | 2018-06-06 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Allan Sandfeld Jensen | 2018-05-18 | 1 | -1/+11 |
| |\| |
|
| | * | Add reserved fields to the cookie filter request | Allan Sandfeld Jensen | 2018-05-01 | 1 | -1/+11 |
| * | | Remove superfluous Q_D macros for webenginecookiestore | Michal Klocek | 2018-05-14 | 1 | -23/+15 |
| |/ |
|
| * | Stop using type_conversion.h from src/core/api | Allan Sandfeld Jensen | 2018-04-04 | 1 | -1/+10 |
| * | Tie worker rights to cookie policy like Chromium doesv5.11.0-beta3 | Allan Sandfeld Jensen | 2018-04-03 | 1 | -0/+4 |
| * | Doc: Fix argument name in QWebEngineCookieStore::setCookieFilter() | Leena Miettinen | 2018-03-22 | 1 | -1/+1 |
| * | Improve QWebEngineCookieStore documentation | Kai Koehne | 2018-03-22 | 1 | -3/+3 |
| * | Cleanup file locations | Allan Sandfeld Jensen | 2018-03-20 | 1 | -1/+1 |
| * | Switch cookie-filter API to std::function | Allan Sandfeld Jensen | 2018-03-16 | 1 | -16/+19 |
| * | Doc: Add code snippet to QWebEngineCookieStore::setCookieFilter() docs | Leena Miettinen | 2018-03-08 | 1 | -1/+12 |
| * | Doc: Fix docs for QWebEngineCookieStore::setCookieFilter() | Leena Miettinen | 2018-03-05 | 1 | -1/+0 |
| * | Reinstate cookie filter API | Allan Sandfeld Jensen | 2018-01-19 | 1 | -1/+89 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Allan Sandfeld Jensen | 2018-01-17 | 1 | -1/+4 |
| |\ |
|
| | * | Update setCookie documentation | Michal Klocek | 2017-12-22 | 1 | -1/+4 |
| * | | Remove dependency on QObjectPrivate | Allan Sandfeld Jensen | 2018-01-16 | 1 | -4/+5 |
| |/ |
|
| * | Merge branch '5.6' into 5.7 | Allan Sandfeld Jensen | 2016-04-11 | 1 | -0/+3 |
| |\ |
|
| | * | Doc: Fix documentation about cookie stores | Kai Koehne | 2016-03-29 | 1 | -0/+3 |
| * | | Merge branch '5.6' into dev | Allan Sandfeld Jensen | 2016-02-04 | 1 | -32/+0 |
| |\| |
|
| | * | Doc: remove docs for QWebEngineCookieStore::FilterRequest class | Leena Miettinen | 2016-01-19 | 1 | -32/+0 |
| * | | Unify license header usage. | Jani Heikkinen | 2016-02-01 | 1 | -11/+14 |
| |/ |
|
| * | Remove FilterRequest from qwebenginecookiestore | Michal Klocek | 2016-01-15 | 1 | -32/+0 |
| * | Remove callback functions from qwebenginecookiestore | Michal Klocek | 2016-01-15 | 1 | -76/+32 |
| * | Fix an assertion in QWebEngineCookieStore | Szabolcs David | 2016-01-05 | 1 | -0/+8 |
| * | Make use of QObject's d-pointer in QWebEngineCookieStore | Joerg Bornemann | 2015-12-10 | 1 | -4/+2 |
| * | Doc: edit QWebEngineCookieStoreClient::FilterRequest docs | Leena Miettinen | 2015-12-02 | 1 | -7/+18 |
| * | Remove superfluous destructor from QWebEngineCookieStorePrivate | Joerg Bornemann | 2015-12-01 | 1 | -5/+0 |
| * | Rename QWebEngineCookieStoreClient to QWebEngineCookieStore | Michal Klocek | 2015-12-01 | 1 | -0/+403 |