summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make error messages great againv5.14.0-alpha1Michal Klocek2019-09-191-10/+10
* Clean up platform testsMichal Klocek2019-09-195-280/+313
* Clean up architecture support testMichal Klocek2019-09-193-20/+16
* FIXUP: Fix top level build againMichal Klocek2019-09-194-9/+21
* Unify error reporting for configureMichal Klocek2019-09-197-196/+206
* FIXUP: Fix platforms check for topLevel buildMichal Klocek2019-09-196-78/+70
* 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-174-10/+50
* Refactor platform checksMichal Klocek2019-09-172-39/+55
* Fix Q(Quick)WebEngineDownloadItem::setPath() path conversionTamas Zakor2019-09-163-5/+34
* Fix RenderWidgetHostViewQt::SetNeedsBeginFramesJüri Valdmann2019-09-133-2/+16
* Remove usages of deprecated APIsSona Kurazyan2019-09-0914-19/+52
* Blacklist several Qt WebEngine quick dialog tests on macOS 10.13Michael Brüning2019-09-091-0/+6
* Lower requirement for glibc to 2.17Allan Sandfeld Jensen2019-09-091-3/+3
* Move gn configs out of coreMichal Klocek2019-09-077-4/+4
* Move main configure and move some tests from core to buildtoolsMichal Klocek2019-09-0712-751/+735
* Add jumbo builds to configure systemMichal Klocek2019-09-073-6/+49
* Add webengine-core featureMichal Klocek2019-09-0716-388/+543
* Blacklist tst_QWebEnginePage::fullScreenRequested on WindowsAllan Sandfeld Jensen2019-09-061-0/+3
* Api to get certificate's chain on errorKirill Burtsev2019-09-0511-88/+147
* Allow deferring QWebEngineCertificateError handlingKirill Burtsev2019-09-0516-45/+472
* Fix tst_QWebEngineScript::loadEvents()Tamas Zakor2019-09-051-29/+54
* Merge "Merge dev into 5.14 (delayed final downmerge)"Kari Oikarinen2019-09-0451-182/+2641
|\
| * Merge dev into 5.14 (delayed final downmerge)Kari Oikarinen2019-09-0451-182/+2641
|/|
| * Introduce findTextFinished signalPeter Varga2019-08-2327-21/+713
| * Refactor findText handlingPeter Varga2019-08-2213-106/+319
| * Use ui::CompositorJüri Valdmann2019-08-2220-32/+1573
| * 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-153-41/+8
* Move re2 test to configureMichal Klocek2019-08-153-47/+16
* Move khr test to configureMichal Klocek2019-08-153-42/+8
* Move libvpx test to configureMichal Klocek2019-08-153-51/+16
* Move snappy test to configureMichal Klocek2019-08-153-45/+14
* Move xml2,glibc test to configureMichal Klocek2019-08-155-98/+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
* Fix missing semicolon in tst_qwebengineprofile.cppJüri Valdmann2019-08-131-1/+1
* Move alsa test to configureMichal Klocek2019-08-123-45/+14
* Add webenginewidgets to configure systemMichal Klocek2019-08-125-20/+45
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-313-24/+37
* Fix quick download directory auto test on WindowsTamas Zakor2019-07-281-10/+11
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Allan Sandfeld Jensen2019-07-2424-73/+217
|\