summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Emit loadProgress only between loadStarted and loadFinishedViktor Engelmann2017-08-222-9/+34
* Merge remote-tracking branch 'origin/5.9' into devAllan Sandfeld Jensen2017-08-148-37/+258
|\
| * Set web contents font setting to defaultAllan Sandfeld Jensen2017-08-031-0/+10
| * Fix reorder warning in proxy_config_service_qt.cppPeter Varga2017-07-311-2/+2
| * Avoid default handler in switchKai Koehne2017-07-271-1/+1
| * Fix logic to check for proxy settingsKai Koehne2017-07-252-35/+63
| * Fix C-ABI breakageMichal Klocek2017-07-192-1/+124
| * Support command-line argument --force-webrtc-ip-handling-policyAllan Sandfeld Jensen2017-07-181-0/+6
| * Fix propagation of unhandled key press eventsJoerg Bornemann2017-07-141-2/+3
| * Take into account the value of the --touch-events Chromium switchAlexandru Croitor2017-07-111-1/+26
| * Fix "Could not share GL contexts" warnings on WindowsAlexandru Croitor2017-07-111-0/+11
| * [macOS] Use the OpenGL CoreProfile when the global shared context doesAlexandru Croitor2017-07-111-1/+15
* | Remove support for building with Qt versions < 5.8.0Allan Sandfeld Jensen2017-08-047-31/+0
* | Add a QTWEBENGINE_DICTIONARIES_PATH environment variableFlorian Bruhin2017-08-041-14/+20
* | Add HideScrollbars settingPeter Varga2017-08-022-1/+4
* | Fix emitting selectionChanged signal for non-user text selection changePeter Varga2017-07-201-8/+17
* | Do not send empty WebChannelIPCTransportHost_SendMessageStephan Reiter2017-07-192-4/+10
* | Cleanup support for desktop captureJüri Valdmann2017-07-173-114/+94
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devAllan Sandfeld Jensen2017-07-161-2/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devKai Koehne2017-07-111-2/+7
| |\|
| | * Increase debug symbol level on Windows to generate all Chromium symbolsAlexandru Croitor2017-07-041-2/+7
* | | Update accessibility roles for Chromium 58Peter Varga2017-07-131-0/+46
* | | Suppress extra loadStarted signal for data URL with specified base URLPeter Varga2017-07-131-0/+10
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devAllan Sandfeld Jensen2017-07-0617-70/+105
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devAllan Sandfeld Jensen2017-07-0517-70/+105
| |\|
| | * Windows: Make sure that the path is correctly quotedAndy Shaw2017-06-301-2/+2
| | * Fix crash with --no-zygote on LinuxPeter Varga2017-06-282-5/+11
| | * Fix location of IME window on WindowsKai Koehne2017-06-271-4/+11
| | * Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-242-2/+1
| | |\
| | | * Fix crash when accessibility is disabledAllan Sandfeld Jensen2017-06-232-2/+1
| | * | Fix host architecture detectionAllan Sandfeld Jensen2017-06-221-2/+3
| | * | Fix cancelling IME compositionPeter Varga2017-06-221-1/+0
| | |/
| | * Fix ASSERT in URLRequestContextGetterQt due to race conditionMichal Klocek2017-06-181-2/+4
| | * Fix preferences referencesAllan Sandfeld Jensen2017-06-141-10/+10
| | * Always set a host toolchainAllan Sandfeld Jensen2017-06-121-1/+1
| | * 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 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
| | * Store Target URL in WebContentsDelegateQt::WebContentsCreatedViktor Engelmann2017-05-303-2/+9
* | | Use QStyleHints::wheelScrollLines when create WebMouseWheelEventPeter Varga2017-07-031-2/+7
|/ /
* | Update accessibility roles and add auto test for themPeter Varga2017-06-281-8/+8
* | Don't disable local storage for offTheRecord profilesFlorian Bruhin2017-06-262-4/+2
* | Add QuotaSettingsSzabolcs David2017-06-262-0/+15
* | Force Chromium to use compatibility OpenGL context profile if Qt uses itPeter Varga2017-06-241-0/+3
* | Implement pause and resume action in Download ItemsAllan Sandfeld Jensen2017-06-235-0/+38
* | Navigation event adaptations for Chromium 58Allan Sandfeld Jensen2017-06-142-44/+59