summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Pass editor shortcuts to Chromium by ForwardKeyboardEventWithCommandsPeter Varga2017-11-037-116/+185
* Change spellchecker-related private features into public onesAlexandru Croitor2017-11-021-1/+1
* Merge branch '5.9' into 5.10Allan Sandfeld Jensen2017-11-017-22/+107
|\
| * Fix overeager freeing of resources in DelegatedFrameNodeJüri Valdmann2017-10-262-2/+22
| * Revert "Use MSVC's /WHOLEARCHIVE linker flag"Joerg Bornemann2017-10-172-1/+11
| * Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-064-16/+54
| |\
| | * Revert "Load libEGL and libGLES2 symbols implicitly"v5.9.2Jani Heikkinen2017-10-031-8/+32
| | * Fix viewport resizing bug in rendererJüri Valdmann2017-09-223-8/+22
| * | Fix localization of descriptions in directory listing pagesJoerg Bornemann2017-10-051-2/+32
| |/
* | Create a net::HttpAuthHandlerRegistryFactory like Chromiumv5.10.0-beta3Allan Sandfeld Jensen2017-10-272-1/+20
* | Coalesce wheel events when possibleAllan Sandfeld Jensen2017-10-274-16/+61
* | Support streaming QIODevices in custom URL scheme handlersAllan Sandfeld Jensen2017-10-256-5/+88
* | Adaptations to 61-basedAllan Sandfeld Jensen2017-10-2529-189/+342
* | Update ChromiumAllan Sandfeld Jensen2017-10-181-1/+17
* | Mark redirecting URLs as visitedSzabolcs David2017-10-171-2/+5
* | 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-043-4/+20
* | Update accessibility roles and tests for Chromium 60Peter Varga2017-10-041-0/+4
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Allan Sandfeld Jensen2017-09-2942-277/+543
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Allan Sandfeld Jensen2017-09-2942-277/+543
| |\|
| | * Add missing copyright headersKai Koehne2017-09-202-0/+66
| | * Add LICENSE.ChromiumKai Koehne2017-09-2034-34/+34
| | * Fix license headers for libraries and pluginsKai Koehne2017-09-2011-101/+130
| | * 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-171-0/+13
* | | 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-221-3/+0
* | Fix system-zlib configure name collision with coreMichal Klocek2017-09-221-1/+3
* | Fix native-spellchecker compilation on macMichal Klocek2017-09-201-1/+1
* | Fix system-harfbuzz and system-png detectionMichal Klocek2017-09-201-7/+2
* | Remove WEBENGINE_CONFIG from configureMichal Klocek2017-09-208-58/+53
* | Replace Setting HideScrollbars by ShowScrollBarsViktor Engelmann2017-09-202-3/+3
* | Cleanup skipBuild codeMichal Klocek2017-09-191-4/+2
* | [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
* | 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-1412-33/+126
|\|
| * Allow WebGL to work with a software OpenGL implementation on WindowsAlexandru Croitor2017-09-133-16/+40
| * Recreate state in renderer objects after RenderViewCreatedAllan Sandfeld Jensen2017-09-123-9/+12
| * Set referrer on download requestsJüri Valdmann2017-09-124-3/+71
| * Fix translation of Qt::Key_MenuJoerg Bornemann2017-09-081-3/+2
| * Also set MIPS/Arm flags for host-buildsAllan Sandfeld Jensen2017-09-081-2/+2
* | Add host-pkg-config to linux configurationMichal Klocek2017-09-121-0/+1
* | Migrate configuration lefovers to new configure systemMichal Klocek2017-09-121-1/+1
* | Adaptations for Chromium 60Alexandru Croitor2017-09-1137-122/+387