summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* Workaround for CSS orientation issuesSzabolcs David2019-06-041-9/+31
* Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-05-242-0/+16
|\
| * Add path validation for QWebEngineDownloadItem::setPath()Tamas Zakor2019-05-201-0/+11
| * Update docs and test for runJavaScriptJüri Valdmann2019-05-091-0/+5
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Allan Sandfeld Jensen2019-05-133-19/+44
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-05-103-19/+44
| |\|
| | * 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
* | | Introduce RenderWidgetHostViewQtDelegateQuick::windowGeometry()Allan Sandfeld Jensen2019-05-072-0/+8
|/ /
* | Make warning about wrong shutdown a warningAllan Sandfeld Jensen2019-05-031-1/+1
* | Doc: Fix QDoc warningsLeena Miettinen2019-05-031-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-04-303-0/+10
|\|
| * Fix QWebEngineView::setPage not deleting old pageJüri Valdmann2019-04-173-0/+10
* | Doc: Add \since tag for QWebEngineProfile::setDownloadPathv5.13.0-beta3Kai Koehne2019-04-131-0/+2
* | Merge branch '5.12' into 5.13Allan Sandfeld Jensen2019-04-097-45/+45
|\|
| * Doc: Avoid auto-linking the string 'WebEngine' to the QML typeLeena Miettinen2019-04-017-45/+45
* | Notification API cleanupKirill Burtsev2019-04-055-26/+37
* | Remove our last uses of Q_DECL_OVERRIDE and Q_NULLPTRAllan Sandfeld Jensen2019-04-032-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-03-282-6/+9
|\|
| * Fix escaped characters in tooltipAllan Sandfeld Jensen2019-03-261-3/+5
| * Fixup focus implementationAllan Sandfeld Jensen2019-03-212-3/+4
* | Fix capitalisation of letters for PDF viewer settingMichael Brüning2019-03-193-4/+4
* | Notification API cleanup: direction type, parameter and method namesKirill Burtsev2019-03-191-3/+7
* | 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-0410-45/+100
|\|
| * 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
* | Tie client certificate stores to profilesAllan Sandfeld Jensen2019-03-012-0/+14
* | API cleanupAllan Sandfeld Jensen2019-02-272-18/+9
* | Fix crash on unsetting request interceptorAllan Sandfeld Jensen2019-02-261-2/+4
* | Add a setting to control if the PDF viewer is enabledMichael Brüning2019-02-223-2/+6
* | Emit QWebEnginePage::selectionChanged asynchronouslyJüri Valdmann2019-02-211-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-02-154-0/+30
|\|
| * 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
* | | Simplify visual properties handling in RenderWidgetHostViewQtJüri Valdmann2019-02-132-22/+6
* | | Web Notifications APIKirill Burtsev2019-02-0610-2/+241
* | | Merge remote-tracking branch 'origin/dev' into 5.13Michael Brüning2019-02-052-6/+0
|\ \ \
| * | | Delete WebContentsAdapterClient::dpiScale()Jüri Valdmann2019-02-012-6/+0
* | | | Move QWebEngineUrlRequestInterceptor::intercept to ui threadMichal Klocek2019-02-044-4/+31
* | | | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-02-011-2/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Remove QWebFrame commentsKai Koehne2019-01-301-2/+0
* | | Implement touch text selection for QQuickWebEngineViewPeter Varga2019-01-311-0/+5
* | | Add API to set default download pathTamas Zakor2019-01-302-0/+31