summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api
Commit message (Expand)AuthorAgeFilesLines
* Reject certificate error for non-overridable errorsKirill Burtsev2019-08-291-3/+1
* Fix reporting overridable flag for QML WebEngineCertificateError typeKirill Burtsev2019-08-291-1/+1
* Fix tooltip text wrappingTamas Zakor2019-07-251-1/+1
* Doc: Edit docs on script injectionLeena Miettinen2019-07-224-2/+7
* Disable edit actions when content has no focused framePeter Varga2019-05-272-0/+23
* Add path validation for QWebEngineDownloadItem::setPath()Tamas Zakor2019-05-201-0/+11
* Q(Quick)WebEngineProfile: Update list of internal schemesJüri Valdmann2019-05-071-30/+2
* Do not crash on QWebEnginePagePrivate::releaseProfile()Allan Sandfeld Jensen2019-05-031-5/+9
* Handle corner case of assigning an implicit page to a new viewAllan Sandfeld Jensen2019-04-301-9/+13
* Fix QWebEngineView::setPage not deleting old pageJüri Valdmann2019-04-173-0/+10
* Doc: Avoid auto-linking the string 'WebEngine' to the QML typeLeena Miettinen2019-04-011-2/+2
* Fix escaped characters in tooltipAllan Sandfeld Jensen2019-03-261-3/+5
* Fixup focus implementationAllan Sandfeld Jensen2019-03-212-3/+4
* Force destruction of webcontent client before profile adapterMichal Klocek2019-03-014-5/+33
* Doc: Always treat \brief as full sentenceKai Koehne2019-02-222-7/+7
* Remove download properly on profile destruction to avoid use after freeKirill Burtsev2019-02-193-13/+23
* Set download state to finished when cancelling or destroying the download itemKirill Burtsev2019-02-192-6/+17
* Doc: Extend documentation of callbacksTamas Zakor2019-02-081-0/+9
* Remove QWebFrame commentsKai Koehne2019-01-301-2/+0
* Remove download items internally when API objects are deletedAllan Sandfeld Jensen2019-01-211-2/+4
* Do not force wrapping of tooltipsKai Koehne2019-01-081-3/+3
* Document and safeguard usage of custom schemesAlexandru Croitor2018-12-121-1/+7
* Keep visibility of WebContents when restoring historyPeter Varga2018-10-291-0/+2
* Stop showing speculative framesJüri Valdmann2018-10-294-73/+131
* Unify updating navigation actionsSzabolcs David2018-10-232-9/+2
* Allow client certificates without opensslAllan Sandfeld Jensen2018-10-234-7/+7
* Doc: Add link from QWEClientCertSelection to related signalLeena Miettinen2018-10-041-1/+5
* Fix QWebEngineView changed properties emit on setPageKirill Burtsev2018-10-013-18/+65
* 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
* | Fix QWebEnginePage emit zero loadProgress before loadStartedKirill Burtsev2018-09-241-1/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Allan Sandfeld Jensen2018-09-171-0/+2
|\|
| * Document world ID limitAllan Sandfeld Jensen2018-08-271-0/+2
* | Correct cert to certificateAllan Sandfeld Jensen2018-09-124-27/+27
* | Fix issues with qml bindings accessing non-existing adapterMichal Klocek2018-09-121-2/+2
* | Improve QWebEngineUrlScheme APIJüri Valdmann2018-09-121-1/+1
* | Avoid reattach of page before deleting itAllan Sandfeld Jensen2018-09-053-9/+10
* | Merge remote-tracking branch 'origin/5.11' into 5.12Michael Brüning2018-08-212-1/+6
|\|
| * Add threading and security note for print()Michal Klocek2018-07-201-0/+5
| * Forward mouse and keyboard modifiers from QDropEventJüri Valdmann2018-07-131-1/+1
* | Make WebChannel an optional featureMichal Klocek2018-08-091-0/+12
* | Add printRequest()Michal Klocek2018-08-093-0/+20
* | 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-025-1/+23
* | Add DNS prefetchingAllan Sandfeld Jensen2018-08-012-0/+3
* | Fix build with '-no-feature-action' configurationValentin Fokin2018-07-184-0/+58
* | Rename BrowserAdapterClient to ProfileAdapterClientMichal Klocek2018-07-094-44/+44
* | Rename BrowserContextAdapter to ProfileAdapterMichal Klocek2018-07-095-64/+64
* | Enable client certificate storeAllan Sandfeld Jensen2018-07-085-1/+241