summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Call stopFinding, when navigating awayViktor Engelmann2017-07-063-3/+7
* Increase debug symbol level on Windows to generate all Chromium symbolsAlexandru Croitor2017-07-041-2/+7
* Bump versionOswald Buddenhagen2017-06-301-1/+1
* Windows: Make sure that the path is correctly quotedAndy Shaw2017-06-301-2/+2
* Fix crash with --no-zygote on LinuxPeter Varga2017-06-283-5/+11
* Fix location of IME window on WindowsKai Koehne2017-06-271-4/+11
* Always compile QWebEnginePage::printJüri Valdmann2017-06-265-41/+2
* Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-249-10/+74
|\
| * Update Chromiumv5.9.1Allan Sandfeld Jensen2017-06-231-0/+0
| * Add changes for 5.9.1Allan Sandfeld Jensen2017-06-231-0/+61
| * Fix crash when accessibility is disabledAllan Sandfeld Jensen2017-06-236-10/+1
| * Revert "Re-enable building on 32 bit Windows"Joerg Bornemann2017-06-231-0/+12
* | Also block intel compiler on macOSAllan Sandfeld Jensen2017-06-231-0/+4
* | Fix host architecture detectionAllan Sandfeld Jensen2017-06-223-10/+8
* | Fix cancelling IME compositionPeter Varga2017-06-222-3/+26
* | Block intel compilerAllan Sandfeld Jensen2017-06-201-1/+5
* | Use AllowPersistentCookies as default setting in demobrowserMichal Klocek2017-06-201-1/+3
* | Doc: Describe size limit for QWebEnginePage::setHtml()Leena Miettinen2017-06-201-0/+6
* | Mention Visual Studio 2017 as supportedKai Koehne2017-06-201-1/+1
* | Avoid using string constructor of QJSValue for byte-arrayAllan Sandfeld Jensen2017-06-191-1/+2
* | Update Content Manipulation example codeJüri Valdmann2017-06-192-44/+26
|/
* Fix ASSERT in URLRequestContextGetterQt due to race conditionMichal Klocek2017-06-181-2/+4
* Re-enable building on 32 bit WindowsJoerg Bornemann2017-06-181-12/+0
* Update ChromiumAllan Sandfeld Jensen2017-06-171-0/+0
* Remove duplicate LC_RPATH values on macOSAlexandru Croitor2017-06-161-2/+1
* Fix cancellation of UploadFolder dialogsSzabolcs David2017-06-161-1/+1
* Fix preferences referencesAllan Sandfeld Jensen2017-06-141-10/+10
* Add Search in page to Simple BrowserJüri Valdmann2017-06-132-1/+48
* Fix some minor issues in example docsJüri Valdmann2017-06-134-9/+10
* Fix build of html2pdf exampleKai Koehne2017-06-131-0/+1
* Always set a host toolchainAllan Sandfeld Jensen2017-06-121-1/+1
* Doc: Mark globalSettings() obsolete in QWebEngineSettingsLeena Miettinen2017-06-092-26/+14
* Override shortcuts only when an HTML input field has focusJoerg Bornemann2017-06-084-33/+20
* Stabilize tst_download.qml and add check for downloadInterruptReasonValentin Fokin2017-06-081-4/+13
* Merge loadProgressSignal qml test into loadProgressValentin Fokin2017-06-083-65/+17
* Update ChromiumAllan Sandfeld Jensen2017-06-081-0/+0
* Revert "Fix flushing the cookies with demobrowser"Michal Klocek2017-06-082-9/+11
* Use MSVC's /WHOLEARCHIVE linker flagJoerg Bornemann2017-06-072-11/+1
* Do not enable debug symbols in windows release buildsAllan Sandfeld Jensen2017-06-071-5/+4
* Fix WebRTC screen sharing on macOSAlexandru Croitor2017-06-072-1/+32
* Fix flushing the cookies with demobrowserMichal Klocek2017-06-062-11/+9
* Fix build with -no-spellcheckerMichal Klocek2017-06-061-0/+1
* Fix QMimeData to content::DropData conversionJoerg Bornemann2017-06-061-1/+1
* Remove duplicate installation of resource filesAlexandru Croitor2017-06-061-17/+0
* Fix compilation on clangMichal Klocek2017-06-011-4/+5
* Replace SignalBarrier by QSignalSpy in tst_QWebEngineHistoryViktor Engelmann2017-06-011-66/+65
* Add back widget auto tests for inputMethodQuery and inputMethodHintsPeter Varga2017-05-312-118/+117
* Add QML auto test for findText interrupted by page loadPeter Varga2017-05-311-0/+58
* Store Target URL in WebContentsDelegateQt::WebContentsCreatedViktor Engelmann2017-05-308-14/+27
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Allan Sandfeld Jensen2017-05-2925-67/+509
|\