summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-013-0/+7
* | Enable XSS auditing by defaultFlorian Bruhin2018-07-191-2/+1
* | 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-086-1/+243
* | Unset currentPrinter before triggering the callback of printing operationSzabolcs David2018-07-051-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devAllan Sandfeld Jensen2018-06-262-51/+52
|\|
| * Doc: Add missing dots (qtwebengine)Paul Wicking2018-06-221-1/+1
| * Fix segfault in QWebEnginePage::triggerActionJüri Valdmann2018-05-301-50/+51
* | Fine tune configure and clean up header includesMichal Klocek2018-06-124-39/+23
* | Use range-based for instead of Q_FOREACHJüri Valdmann2018-06-063-6/+6
* | RWHVQDW: Remove QGuiApplication::sync() callJüri Valdmann2018-06-041-9/+7
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Michal Klocek2018-05-301-5/+0
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devAllan Sandfeld Jensen2018-05-291-5/+0
| |\|
| | * Fix overeager disabling of QActions in QWebEnginePageJüri Valdmann2018-05-191-5/+0
* | | Unify and simplify profile constructorsMichal Klocek2018-05-282-19/+3
|/ /
* | Test runJavaScript without JavascriptEnabledJüri Valdmann2018-05-181-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Michal Klocek2018-05-184-2/+16
|\|
| * Fix keyboard focus for speculative RenderFrameHostsJüri Valdmann2018-05-151-0/+1
| * Remove old focusProxy widget from layout in RWHVQDW::initAsChildJüri Valdmann2018-05-151-0/+3
| * Cleanup pdfium_document_wrapper_qt.h includeAllan Sandfeld Jensen2018-05-151-1/+4
| * Remove hardcoded size from QWebEngineView::sizeHint()Szabolcs David2018-05-091-1/+2
| * Disable drag&drop on eglfs for qml appMichal Klocek2018-05-042-0/+6
* | Change BrowserContextAdapter to be QPointerMichal Klocek2018-05-184-19/+43
|/
* Fix focus after hideAllan Sandfeld Jensen2018-04-181-2/+3
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-04-173-0/+11
* Use wrappers in QtWebEngineCore public interfaceJüri Valdmann2018-04-132-6/+4
* Shorten names of permission classesJüri Valdmann2018-04-133-20/+20
* Use Q_DECLARE_OPERATOR_FOR_FLAGS in public APIKai Koehne2018-04-132-0/+4
* Avoid creating temporary blank WebContentsJüri Valdmann2018-04-065-52/+135
* Change QWebEngineView to use another layoutSzabolcs David2018-04-051-4/+4
* Remove an unnecessary ContextMenu SeparatorValentin Fokin2018-04-051-1/+2
* Replace deprecated Q_FLAGS macroKai Koehne2018-04-051-2/+4
* Doc: Mark PlaybackRequiresUserGesture as new in Qt 5.11Kai Koehne2018-03-231-0/+1
* Remove MediaNone, CanDoNone flags from QWebEngineContextMenuDataValentin Fokin2018-03-222-12/+2
* Cleanup file locationsAllan Sandfeld Jensen2018-03-201-1/+1
* Adaptations to form validationAllan Sandfeld Jensen2018-03-156-358/+0