summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devPierre Rossi2015-01-164-55/+67
|\
| * Use paths relative to QtWebEngineProcess on OS X.Michael BrĂ¼ning2015-01-151-2/+12
| * Revert "Mac: INCLUDEPATH fix"Simon Hausmann2015-01-091-2/+1
| * Tell the ContentMainRunner to not reset signal handlers in the browser process.Michael BrĂ¼ning2015-01-081-0/+1
| * Only deploy ffmpegsumo once in debug_and_releaseJocelyn Turcotte2015-01-071-51/+53
* | Widgets: Implement mouse lock permission APISzabolcs David2015-01-164-2/+17
* | Add Pointer Lock supportSzabolcs David2015-01-165-3/+34
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-01-146-6/+25
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-026-6/+25
| |\|
| | * Use QDir::separator() where paths might be generated for WindowsAllan Sandfeld Jensen2014-12-151-2/+2
| | * Enable cmake config files generationJocelyn Turcotte2014-12-121-2/+0
| | * Check for EGL_KHR_fence_sync instead of EGL_KHR_reusable_syncAndras Becsi2014-12-081-2/+2
| | * Add a stub QuotaPermissionContext implementationSzabolcs David2014-12-042-0/+17
| | * Flush UI message loop before quittingAllan Sandfeld Jensen2014-12-021-0/+4
* | | Make Chromium use the same locale as QtAllan Sandfeld Jensen2015-01-133-1/+11
* | | Do not allow desktop notificationsAllan Sandfeld Jensen2015-01-132-0/+8
* | | Add QML download APIAndras Becsi2015-01-128-176/+190
* | | API for controlling tracking of visited linksAllan Sandfeld Jensen2015-01-085-3/+68
* | | Disable the GPU thread completely when Qt uses ANGLEJocelyn Turcotte2015-01-071-1/+10
* | | Do not use QDir::separator()Allan Sandfeld Jensen2015-01-075-15/+16
|/ /
* | Don't crash when using onEditingFinishedPierre Rossi2014-12-191-0/+37
* | Make deserializeNavigationHistory staticPierre Rossi2014-12-121-1/+1
* | Introduce QWebEngineProfile APIAllan Sandfeld Jensen2014-12-1210-136/+440
* | Enable running on the wayland platform pluginLaszlo Agocs2014-12-041-1/+1
* | Use in-memory caches for off-the-record browsingAllan Sandfeld Jensen2014-12-034-21/+38
* | Merge remote-tracking branch 'origin/5.4' into devAndras Becsi2014-12-0116-42/+271
|\|
| * Fix deployment problems with developer buildsPeter Varga2014-11-284-2/+47
| * Disable using the ICU data file on embedded linuxAndras Becsi2014-11-241-0/+1
| * Add missing header guardsPierre Rossi2014-11-152-0/+8
| * Process touch events in sorted order.Zeno Albisser2014-11-121-0/+10
| * Add a stub AccessTokenStore implementation.Robin Burchell2014-11-125-0/+122
| * Disable accelerated 2D canvas rendering with ANGLEJocelyn Turcotte2014-11-111-0/+4
| * Merge remote-tracking branch 'origin/5.4' into 5.4.0Oswald Buddenhagen2014-11-104-7/+22
| |\
| * | Deploy external data in QtWebEngineCore.framework for framework buildsJocelyn Turcotte2014-11-063-12/+107
| * | Move extra installs from core.pro to core_module.proJocelyn Turcotte2014-11-062-27/+26
* | | For correctness fileListingHelper template function must return some value.Zeno Albisser2014-11-281-1/+1
* | | Make BrowserContext name configurableAllan Sandfeld Jensen2014-11-263-10/+12
* | | Don't use Q_FOREACH on QHash::valuesJocelyn Turcotte2014-11-251-5/+10
* | | Disable the GPU process in cases where we can't setup context sharingJocelyn Turcotte2014-11-251-9/+45
* | | Support TransferableResource::is_softwareJocelyn Turcotte2014-11-253-24/+55
* | | Extract the resource logic out of MailboxTextureJocelyn Turcotte2014-11-252-72/+93
* | | Avoid relying on QOpenGL classes to handle RenderPassesJocelyn Turcotte2014-11-256-113/+69
* | | Don't rely on quads to set the texture sizeJocelyn Turcotte2014-11-251-3/+6
* | | Use the new QSGSimpleTextureNode::sourceRectJocelyn Turcotte2014-11-251-4/+1
* | | Rename DelegatedFrameNodeData to ChromiumCompositorDataJocelyn Turcotte2014-11-254-24/+24
* | | Wire the geolocation API to QtPositioningPierre Rossi2014-11-2414-21/+473
* | | Refactor path building from QStandardPathPierre Rossi2014-11-191-14/+13
* | | Add type_conversion.h to HEADERS so that is shows up in QtCreatorAndras Becsi2014-11-181-0/+1
* | | Use the Chrome inspector discovery pageJocelyn Turcotte2014-11-181-17/+68
* | | Fix the inspectorJocelyn Turcotte2014-11-181-1/+86