summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api
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-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
* | 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-261-50/+51
|\|
| * Fix segfault in QWebEnginePage::triggerActionJüri Valdmann2018-05-301-50/+51
* | Fine tune configure and clean up header includesMichal Klocek2018-06-122-30/+19
* | Use range-based for instead of Q_FOREACHJüri Valdmann2018-06-062-5/+5
* | 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
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Michal Klocek2018-05-183-2/+12
|\|
| * 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
|/
* 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
* 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-153-36/+0
* Doc: Remove broken link from web engine download item docsLeena Miettinen2018-03-131-1/+1
* Doc: Fix function signatures in docsLeena Miettinen2018-03-131-4/+4
* Expand docs for WebEngineDownloadItemJüri Valdmann2018-03-121-8/+74
* Move quota and registerProtocolHandler permission classes to coreJüri Valdmann2018-03-085-366/+3
* Doc: Fix doc generation for some QWebEnginePage functionsLeena Miettinen2018-03-082-26/+2
* Doc: Fix doc generation for QWebEngineView::findText()Leena Miettinen2018-03-081-6/+0
* Explicitly use custom margins for printing to pdfMichael Brüning2018-03-061-1/+3
* Doc: Link QWebEngineDownloadItem SavePage-related functionsLeena Miettinen2018-03-051-2/+4
* Fixup merge of downloadType from 5.10.1Allan Sandfeld Jensen2018-02-213-8/+20
* Allow disabling cache of off-the-record profilesAllan Sandfeld Jensen2018-02-151-3/+5
* Add support for registerProtocolHandlerJüri Valdmann2018-02-135-0/+211