summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Re-enable User Activation V2Szabolcs David2019-09-301-2/+0
* Support qrc protocol in @match rules of user scriptsSzabolcs David2019-09-301-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Allan Sandfeld Jensen2019-09-2411-42/+131
|\
| * Add gold linker support for boot2qt buildsMichal Klocek2019-09-191-3/+0
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-09-123-6/+6
| |\
| | * Fix reporting overridable flag for QML WebEngineCertificateError typeKirill Burtsev2019-08-293-6/+6
| * | Fix broken jpeg includesMichal Klocek2019-09-031-3/+15
| * | Add doc's cross-references for web notification example and api methodsKirill Burtsev2019-08-291-0/+6
| * | Add missing doc for WebEngineNotification QML typeKirill Burtsev2019-08-291-4/+73
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-112-1/+3
| |\|
| | * Fix use-after-free of HostResolverJüri Valdmann2019-07-242-1/+3
| * | Fix file URI checks for FilePickerController::accepted() on WindowsTamas Zakor2019-07-311-4/+19
| * | Fix compilation against 5.9Michal Klocek2019-07-313-4/+11
| * | Lower requirement for glibc to 2.17Michal Klocek2019-07-291-1/+1
| * | Clean-up handling of selected filesAllan Sandfeld Jensen2019-07-271-20/+16
* | | Unify error reporting for configureMichal Klocek2019-09-191-1/+1
* | | Rename option webengine-core to build-qtwebengine-coreMichal Klocek2019-09-191-2/+2
* | | Move developer build option to toolsMichal Klocek2019-09-191-7/+0
* | | Fix RenderWidgetHostViewQt::SetNeedsBeginFramesJüri Valdmann2019-09-133-2/+16
* | | Remove usages of deprecated APIsSona Kurazyan2019-09-091-0/+14
* | | Move gn configs out of coreMichal Klocek2019-09-075-478/+0
* | | Move main configure and move some tests from core to buildtoolsMichal Klocek2019-09-074-383/+8
* | | Add jumbo builds to configure systemMichal Klocek2019-09-071-4/+9
* | | Add webengine-core featureMichal Klocek2019-09-075-238/+51
* | | Api to get certificate's chain on errorKirill Burtsev2019-09-055-3/+38
* | | Merge dev into 5.14 (delayed final downmerge)Kari Oikarinen2019-09-0429-124/+2107
|\ \ \
| * | | Introduce findTextFinished signalPeter Varga2019-08-237-4/+214
| * | | Refactor findText handlingPeter Varga2019-08-228-65/+285
| * | | Use ui::CompositorJüri Valdmann2019-08-2218-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: 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-121-17/+0
* | | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-312-19/+25
* | | Merge remote-tracking branch 'origin/5.13' into devAllan Sandfeld Jensen2019-07-2411-14/+72
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-07-238-8/+52
| |\|
| | * 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
| | * Do not proceed with uninitialized resourcesMichal Klocek2019-07-121-4/+4