summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebengineprofile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix 'WebEngine' ambiguity for Qt6Michal Klocek2021-04-131-1042/+0
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-01-251-4/+12
|\
| * Adaptations for Chromium 85Allan Sandfeld Jensen2021-01-131-4/+12
* | Remove deprecated url interoceptor setter from profileMichal Klocek2020-11-201-25/+0
* | Drop dependency on page in profileMichal Klocek2020-11-181-2/+2
* | Use qwebenginescriptcollection in qmlMichal Klocek2020-09-251-3/+4
* | Introduce qml script collection and make webscript as basic typeMichal Klocek2020-09-221-53/+12
* | Reuse qwebenginesettings from core in qmlMichal Klocek2020-09-111-2/+1
* | Rename QWebEngineDownloadItem -> QWebEngineDownloadRequestMichal Klocek2020-08-181-14/+14
* | Remove obsolete, deprecated api from qwebenginedownloaditemMichal Klocek2020-08-181-1/+1
* | Move QWebEngineDownloadItem to QtWebEngineCoreMichal Klocek2020-08-171-23/+17
|/
* 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-2/+6
|\
| * Add doc's cross-references for web notification example and api methodsKirill Burtsev2019-08-291-2/+6
* | Add API to change download directory path and file nameTamas Zakor2019-07-051-2/+5
* | Add API to get the suggested download file nameTamas Zakor2019-05-161-0/+1
* | Extend the QQuickWebEngineDownloadItem Qml type with url propertyTamas Zakor2019-04-291-1/+1
|/
* Notification API cleanupKirill Burtsev2019-04-051-3/+3
* 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-19/+26
|\
| * Force destruction of webcontent client before profile adapterMichal Klocek2019-03-011-9/+6
| * Doc: Always treat \brief as full sentenceKai Koehne2019-02-221-1/+1
| * Remove download properly on profile destruction to avoid use after freeKirill Burtsev2019-02-191-9/+19
* | Tie client certificate stores to profilesAllan Sandfeld Jensen2019-03-011-0/+11
* | Doc: Talk about 'empty string' in WebEngineProfile::downloadPathKai Koehne2019-02-241-2/+2
* | Revision WebEngineProfile::userNotificationKai Koehne2019-02-211-0/+1
* | Web Notifications APIKirill Burtsev2019-02-061-0/+23
* | Move QWebEngineUrlRequestInterceptor::intercept to ui threadMichal Klocek2019-02-041-1/+26
* | Add API to set default download pathTamas Zakor2019-01-301-0/+41
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Allan Sandfeld Jensen2018-12-191-1/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devMichael Brüning2018-12-181-1/+3
| |\|
| | * Document and safeguard usage of custom schemesAlexandru Croitor2018-12-121-1/+8
* | | Doc: Add docs for useForGlobalCertificateVerificationLeena Miettinen2018-12-141-26/+27
|/ /
* | 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/+60
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-7/+29
|\
| * Doc: Mention that profile storage paths must be set before useLeena Miettinen2018-09-241-7/+29
* | Improve QWebEngineUrlScheme APIJüri Valdmann2018-09-121-1/+1
* | Do not force default profile on WebEngineViewMichal Klocek2018-08-251-3/+1
* | Fix running webengine without default profileMichal Klocek2018-08-031-1/+1
* | Add QWebEngineUrlScheme classJüri Valdmann2018-08-021-4/+8
* | Add QWebEngineDownloadItem page/view accessorAllan Sandfeld Jensen2018-08-021-0/+4
* | Rename BrowserAdapterClient to ProfileAdapterClientMichal Klocek2018-07-091-5/+5
* | Rename BrowserContextAdapter to ProfileAdapterMichal Klocek2018-07-091-67/+77
* | Fine tune configure and clean up header includesMichal Klocek2018-06-121-1/+0
* | Use range-based for instead of Q_FOREACHJüri Valdmann2018-06-061-1/+1
* | Unify and simplify profile constructorsMichal Klocek2018-05-281-1/+1
* | Change BrowserContextAdapter to be QPointerMichal Klocek2018-05-181-12/+16
* | Remove keeping browser context as shared pointer in web context adapterMichal Klocek2018-05-181-0/+15
|/
* Fixup merge of downloadType from 5.10.1Allan Sandfeld Jensen2018-02-211-1/+1