summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Clean-up handling of selected filesAllan Sandfeld Jensen2019-07-271-20/+16
| * | Update ChromiumMichal Klocek2019-07-251-0/+0
| * | Fix compilation with C++20Marc Mutz2019-07-241-1/+1
* | | Make error messages great againv5.14.0-alpha1Michal Klocek2019-09-191-10/+10
* | | Clean up platform testsMichal Klocek2019-09-193-275/+145
* | | Clean up architecture support testMichal Klocek2019-09-192-14/+9
* | | FIXUP: Fix top level build againMichal Klocek2019-09-193-9/+12
* | | Unify error reporting for configureMichal Klocek2019-09-194-85/+195
* | | FIXUP: Fix platforms check for topLevel buildMichal Klocek2019-09-193-3/+167
* | | Add pkg-config as a build requirementMichal Klocek2019-09-191-5/+14
* | | Rename option webengine-core to build-qtwebengine-coreMichal Klocek2019-09-193-38/+39
* | | Move developer build option to toolsMichal Klocek2019-09-192-8/+8
* | | Add visual studio check as build requirementMichal Klocek2019-09-171-2/+8
* | | Add platform and architecture to configureMichal Klocek2019-09-171-1/+21
* | | Fix Q(Quick)WebEngineDownloadItem::setPath() path conversionTamas Zakor2019-09-162-2/+2
* | | Fix RenderWidgetHostViewQt::SetNeedsBeginFramesJüri Valdmann2019-09-133-2/+16
* | | Remove usages of deprecated APIsSona Kurazyan2019-09-096-4/+21
* | | Lower requirement for glibc to 2.17Allan Sandfeld Jensen2019-09-091-3/+3
* | | Move gn configs out of coreMichal Klocek2019-09-075-0/+0
* | | Move main configure and move some tests from core to buildtoolsMichal Klocek2019-09-078-388/+730
* | | Add jumbo builds to configure systemMichal Klocek2019-09-071-4/+9
* | | Add webengine-core featureMichal Klocek2019-09-078-262/+90
* | | Api to get certificate's chain on errorKirill Burtsev2019-09-057-3/+53
* | | Allow deferring QWebEngineCertificateError handlingKirill Burtsev2019-09-055-14/+114
* | | Merge dev into 5.14 (delayed final downmerge)Kari Oikarinen2019-09-0439-165/+2201
|\ \ \
| * | | Introduce findTextFinished signalPeter Varga2019-08-2316-4/+297
| * | | Refactor findText handlingPeter Varga2019-08-2212-106/+296
| * | | Use ui::CompositorJüri Valdmann2019-08-2219-32/+1572
| * | | Use RenderFrameMetadata for scroll position and contents sizeJüri Valdmann2019-08-223-27/+40
| * | | Fix warning about extra semicolon for Q_DECLARE_FLAGS statementMichael Brüning2019-08-191-1/+1
* | | | Doc: Mark QWebEngineDownloadItem::setPath() obsoleteLeena Miettinen2019-08-301-6/+15
* | | | Doc: Edit docs for QWebEngineUrlRequestInfo::initiator()Leena Miettinen2019-08-301-3/+5
* | | | Doc: Describe QWebEngineUrlRequestInfo::ResourceTypeNavigationPreloadLeena Miettinen2019-08-271-1/+3
|/ / /
* | | WebContentsAdapter: don't use toStrongRef().data()Marc Mutz2019-08-171-1/+1
* | | Move winversion test to configureMichal Klocek2019-08-151-2/+8
* | | Move re2 test to configureMichal Klocek2019-08-151-8/+16
* | | Move khr test to configureMichal Klocek2019-08-151-2/+8
* | | Move libvpx test to configureMichal Klocek2019-08-151-6/+16
* | | Move snappy test to configureMichal Klocek2019-08-151-6/+14
* | | Move xml2,glibc test to configureMichal Klocek2019-08-151-15/+24
* | | Use QWeakPointer::toStrongRef().data() to get the raw pointerMichael Brüning2019-08-141-1/+1
* | | Fix typos in header guardsMichael Brüning2019-08-131-3/+3
* | | Move alsa test to configureMichal Klocek2019-08-121-6/+14
* | | Add webenginewidgets to configure systemMichal Klocek2019-08-124-19/+43
* | | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-312-19/+25
* | | Merge remote-tracking branch 'origin/5.13' into devAllan Sandfeld Jensen2019-07-2414-29/+88
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Allan Sandfeld Jensen2019-07-239-9/+58
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-07-239-9/+58
| | |\|
| | | * Fix use-after-free in WebContentsAdapter::loadJüri Valdmann2019-07-181-3/+7
| | | * Reset findText reply id on StopFinding to prevent callback laterKirill Burtsev2019-07-163-1/+4