summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused properties of ResourceDispatcherHostLoginDelegateQtv5.10.0-beta2Peter Varga2017-10-111-5/+0
* Stabilize navigation after render process terminationv5.10.0-beta1Peter Varga2017-10-042-1/+17
* Disable IME on password inputPeter Varga2017-10-049-18/+60
* Update accessibility roles and tests for Chromium 60Peter Varga2017-10-042-1/+7
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Allan Sandfeld Jensen2017-09-29151-887/+1892
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Allan Sandfeld Jensen2017-09-29151-887/+1892
| |\
| | * Update ChromiumJüri Valdmann2017-09-251-0/+0
| | * Speculative stabilization of tst_QWebEngineView::emptyInputMethodEventPeter Varga2017-09-211-4/+4
| | * Refactor tst_qquickwebengineview auto testPeter Varga2017-09-202-100/+41
| | * Update ChromiumAllan Sandfeld Jensen2017-09-201-0/+0
| | * Add mkspecs include path to the gn buildPeter Varga2017-09-201-1/+2
| | * Fix invalid copyright header for windeployqt-examples.pyKai Koehne2017-09-201-38/+25
| | * Fix license headers for testsKai Koehne2017-09-208-206/+68
| | * Change some copyright headers from LGPL to standard oneKai Koehne2017-09-204-95/+104
| | * Add missing copyright headersKai Koehne2017-09-205-0/+147
| | * Rename webengineview.qdoc to webengineview_lgpl.qdocKai Koehne2017-09-201-0/+0
| | * Add LICENSE.ChromiumKai Koehne2017-09-2036-35/+62
| | * Fix license headers for libraries and pluginsKai Koehne2017-09-2015-126/+171
| | * Fix license header for examplesKai Koehne2017-09-20126-261/+897
| | * Fix rendering of intersecting quadsJüri Valdmann2017-09-192-7/+153
| | * Fix uninitialized member variable in PrintViewManagerBaseQtJüri Valdmann2017-09-191-0/+1
| | * Extract DrawQuad handling from DelegatedFrameNode::commitJüri Valdmann2017-09-182-135/+142
| | * Replace use of cfree with freeJüri Valdmann2017-09-181-1/+1
| | * Commit the done-so-far IME composition on touch eventPeter Varga2017-09-173-0/+183
| | * Fix not working "OpenFile" in simplebrowserMichal Klocek2017-09-151-3/+3
| | * Document that the Windows version in the user-agent might be wrongKai Koehne2017-09-142-0/+8
* | | Fix enabling testsupport API when private_tests config is setPeter Varga2017-09-291-1/+1
* | | Change the minimal example to be minimally usefulAllan Sandfeld Jensen2017-09-283-9/+20
* | | Adapt IPC logging to the newer version of ChromiumSzabolcs David2017-09-271-2/+2
|/ /
* | Fix selectedText() to return the value of what findText("") findsAlexandru Croitor2017-09-222-21/+44
* | Fix system-zlib configure name collision with coreMichal Klocek2017-09-222-4/+7
* | Simplify binary pathsAllan Sandfeld Jensen2017-09-201-7/+2
* | Fix native-spellchecker compilation on macMichal Klocek2017-09-201-1/+1
* | Fix system-harfbuzz and system-png detectionMichal Klocek2017-09-202-9/+5
* | Fix pkg-config call in icu testMichal Klocek2017-09-201-1/+1
* | Remove WEBENGINE_CONFIG from configureMichal Klocek2017-09-2020-154/+89
* | Replace Setting HideScrollbars by ShowScrollBarsViktor Engelmann2017-09-208-22/+22
* | Add testsupport to new configure systemMichal Klocek2017-09-199-19/+26
* | Add UI delegates configure optionMichal Klocek2017-09-193-2/+12
* | Cleanup skipBuild codeMichal Klocek2017-09-197-204/+192
* | Move webengine sanitizer option to new configure systemMichal Klocek2017-09-184-101/+104
* | Remove unused header includeKai Koehne2017-09-181-1/+0
* | [macOS] Fix creation of shared OpenGL 3.2 Core contextsAlexandru Croitor2017-09-171-3/+19
* | [Windows] Disable GPU rasterization when using software WebGLAlexandru Croitor2017-09-161-0/+6
* | Fix memory leak of UserResourceController::RenderFrameObserverHelperAllan Sandfeld Jensen2017-09-161-8/+15
* | Set custom drag data as Chrome doesAllan Sandfeld Jensen2017-09-161-0/+11
* | Wait for focusWidget being setAllan Sandfeld Jensen2017-09-151-0/+2
* | Don't pass kInProcessGPU if we pass kDisableGPUAlexandru Croitor2017-09-151-3/+4
* | Merge remote-tracking branch 'origin/5.9' into 5.10Allan Sandfeld Jensen2017-09-1426-44/+1127
|\|
| * Allow WebGL to work with a software OpenGL implementation on WindowsAlexandru Croitor2017-09-134-16/+40