summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* Update docs and test for runJavaScriptJüri Valdmann2019-05-091-0/+5
* 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
* Doc: Add notes about delegating navigation requestsLeena Miettinen2019-05-022-5/+22
* 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-017-45/+45
* 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-225-21/+21
* Clarify documentation of QWebEnginePage::title()Jüri Valdmann2019-02-222-2/+8
* 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-083-0/+29
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-011-0/+1
|\
| * Fix hide/show of delegate widgetMichal Klocek2019-01-091-0/+1
* | 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
* Fix input method updatePeter Varga2018-11-292-8/+2
* Docs: Extend documentation of WebActionsSzabolcs David2018-11-281-11/+21
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Allan Sandfeld Jensen2018-11-132-14/+10
|\
| * Fix opened webviews closing when opener closesAllan Sandfeld Jensen2018-11-082-14/+10
* | Implement CopyFromSurfaceAllan Sandfeld Jensen2018-11-082-0/+10
|/
* Keep visibility of WebContents when restoring historyPeter Varga2018-10-291-0/+2
* Stop showing speculative framesJüri Valdmann2018-10-296-101/+174
* 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
* Cleanup scenegraph integrationAllan Sandfeld Jensen2018-10-022-4/+4
* 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-172-3/+5
|\|
| * Document world ID limitAllan Sandfeld Jensen2018-08-272-3/+5
* | Correct cert to certificateAllan Sandfeld Jensen2018-09-125-29/+29
* | 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-215-10/+28
|\|
| * Clarify how key / mouse QEvents are propagated to a popup RWHVQD objectAlexandru Croitor2018-07-311-0/+6
| * Close popups when parent window is movedAlexandru Croitor2018-07-272-9/+14
| * 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
| * Doc: Mark \snippet entries with .pro filesVenugopal Shivashankar2018-07-031-0/+2
* | Make WebChannel an optional featureMichal Klocek2018-08-091-0/+12
* | Add printRequest()Michal Klocek2018-08-093-0/+20