summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api/qwebengineprofile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move profile from widgets to coreMichal Klocek2020-11-201-897/+0
* Drop dependency on page in profileMichal Klocek2020-11-181-4/+2
* Drop dependency on default notification presenter in profileMichal Klocek2020-11-181-3/+11
* Reuse qwebenginesettings from core in qmlMichal Klocek2020-09-111-1/+0
* Rename QWebEngineDownloadItem -> QWebEngineDownloadRequestMichal Klocek2020-08-181-19/+19
* Remove obsolete, deprecated api from qwebenginedownloaditemMichal Klocek2020-08-181-1/+1
* Move QWebEngineDownloadItem to QtWebEngineCoreMichal Klocek2020-08-171-1/+1
* Move request interceptor to ui threadMichal Klocek2020-04-201-0/+1
* Fix 'setDownloadDirectory' for download item on 'SavePage' actionKirill Burtsev2019-11-291-0/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Allan Sandfeld Jensen2019-09-241-1/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-111-1/+2
| |\
| | * Doc: Edit docs on script injectionLeena Miettinen2019-07-221-1/+2
| | * Q(Quick)WebEngineProfile: Update list of internal schemesJüri Valdmann2019-05-071-30/+2
* | | Remove usages of deprecated APIsSona Kurazyan2019-09-091-1/+1
* | | Add API to change download directory path and file nameTamas Zakor2019-07-051-2/+4
* | | Add API to get the suggested download file nameTamas Zakor2019-05-161-0/+1
|/ /
* | Doc: Fix QDoc warningsLeena Miettinen2019-05-031-2/+2
* | Doc: Add \since tag for QWebEngineProfile::setDownloadPathv5.13.0-beta3Kai Koehne2019-04-131-0/+2
* | Notification API cleanupKirill Burtsev2019-04-051-4/+6
* | Fix -no-ssl buildv5.13.0-beta1Peter Varga2019-03-071-0/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-03-041-10/+30
|\|
| * Force destruction of webcontent client before profile adapterMichal Klocek2019-03-011-0/+12
| * Remove download properly on profile destruction to avoid use after freeKirill Burtsev2019-02-191-11/+19
* | Tie client certificate stores to profilesAllan Sandfeld Jensen2019-03-011-0/+11
* | API cleanupAllan Sandfeld Jensen2019-02-271-15/+7
* | Fix crash on unsetting request interceptorAllan Sandfeld Jensen2019-02-261-2/+4
* | Web Notifications APIKirill Burtsev2019-02-061-0/+30
* | Move QWebEngineUrlRequestInterceptor::intercept to ui threadMichal Klocek2019-02-041-2/+26
* | Add API to set default download pathTamas Zakor2019-01-301-0/+28
* | Merge remote-tracking branch 'origin/5.12' into devMichael Brüning2018-12-181-1/+2
|\|
| * Document and safeguard usage of custom schemesAlexandru Croitor2018-12-121-1/+7
* | Move the profiles' url scheme handler API to coreJüri Valdmann2018-10-311-42/+5
* | Make it possible to enable OCSP on LinuxAllan Sandfeld Jensen2018-10-171-0/+35
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-1/+8
|\
| * Doc: Mention that profile storage paths must be set before useLeena Miettinen2018-09-241-1/+8
* | Improve QWebEngineUrlScheme APIJüri Valdmann2018-09-121-1/+1
* | Fix running webengine without default profileMichal Klocek2018-08-031-2/+2
* | Add QWebEngineUrlScheme classJüri Valdmann2018-08-021-4/+8
* | Add QWebEngineDownloadItem page/view accessorAllan Sandfeld Jensen2018-08-021-1/+6
* | Rename BrowserAdapterClient to ProfileAdapterClientMichal Klocek2018-07-091-5/+5
* | Rename BrowserContextAdapter to ProfileAdapterMichal Klocek2018-07-091-50/+50
* | Use range-based for instead of Q_FOREACHJüri Valdmann2018-06-061-1/+1
* | Unify and simplify profile constructorsMichal Klocek2018-05-281-17/+3
* | Change BrowserContextAdapter to be QPointerMichal Klocek2018-05-181-14/+36
|/
* Fixup merge of downloadType from 5.10.1Allan Sandfeld Jensen2018-02-211-1/+1
* Allow disabling cache of off-the-record profilesAllan Sandfeld Jensen2018-02-151-3/+5
* Correct documentation for storage pathsMichal Klocek2018-02-121-4/+10
* Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2018-01-171-19/+5
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Allan Sandfeld Jensen2018-01-161-26/+3
| |\
| | * Protect QML profiles as well as coreAllan Sandfeld Jensen2018-01-151-27/+5