summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement missing WebActions in QML APIAllan Sandfeld Jensen2015-07-107-65/+174
* Add support for batch tasks to the cookie clientAndras Becsi2015-07-086-0/+163
* add Download*ToDisk web actionsJoerg Bornemann2015-07-067-0/+44
* Merge "Merge Chromium 44 and fixes" into refs/staging/devAllan Sandfeld Jensen2015-07-0656-469/+777
|\
| * Merge Chromium 44 and fixesAllan Sandfeld Jensen2015-07-0656-469/+777
| |\
| | * Fix build with only OpenGL/ES2Allan Sandfeld Jensen2015-07-061-0/+4
| | * Update BrowserContext and WebContentsDelegate for Chromium 44Allan Sandfeld Jensen2015-07-014-7/+23
| | * Switch UserScriptControllerHost to listen for created RenderViewHostsAllan Sandfeld Jensen2015-07-011-3/+16
| | * Fix video output with Chromium 44Allan Sandfeld Jensen2015-07-013-46/+171
| | * Avoid assert in proxy resolutionAllan Sandfeld Jensen2015-07-011-0/+2
| | * Unbundle zlib, minizip, libxml2 and libxslt on LinuxAllan Sandfeld Jensen2015-07-012-0/+4
| | * Respect the system-png configure optionAllan Sandfeld Jensen2015-07-012-0/+2
| | * Other changes for Chromium 44Allan Sandfeld Jensen2015-07-013-6/+3
| | * Remove onloaded signal from Cookie APIAllan Sandfeld Jensen2015-07-015-17/+0
| | * Remove now invalid assertAllan Sandfeld Jensen2015-07-011-3/+0
| | * Implement MotionEvent::GetUniqueEventId()Allan Sandfeld Jensen2015-07-011-1/+4
| | * Define DriverEGL::GetPlatformExtensions hereAllan Sandfeld Jensen2015-07-011-0/+16
| | * Remove some Chromium overridesAllan Sandfeld Jensen2015-07-011-34/+1
| | * Permission Management for Chromium 44Allan Sandfeld Jensen2015-07-0112-76/+361
| | * Update RenderWidgetHostViewQt for Chromium 44Allan Sandfeld Jensen2015-06-232-36/+12
| | * Fix Chromium 44 on OpenGL ES3Allan Sandfeld Jensen2015-06-231-4/+0
| | * Fix ProxyResolverQt for Chromium 44Allan Sandfeld Jensen2015-06-232-3/+16
| | * Update remote inspector for Chromium 44Allan Sandfeld Jensen2015-06-235-79/+91
| | * Update accessibility for Chromium 44Allan Sandfeld Jensen2015-06-232-108/+5
| | * Trivial changes for Chromium 44Allan Sandfeld Jensen2015-06-2323-45/+46
* | | Add WebAction to QML apiAllan Sandfeld Jensen2015-07-066-44/+73
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-06-3016-45/+234
|\ \
| * \ Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-2916-45/+234
| |\ \
| | * | Polished the module overview.Kavindra Palaraja2015-06-271-8/+7
| | * | Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-2612-35/+216
| | |\ \
| | | * \ Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2612-35/+216
| | | |\ \
| | | | * | Use system fontconfig on embedded linuxv5.5.0Andras Becsi2015-06-161-0/+1
| | | | * | Add documentation for QWebEngineScript and QWebEngineScriptCollectionPierre Rossi2015-06-122-3/+172
| | | | * | WebEngineView: add a doc entry for settings.Pierre Rossi2015-06-121-0/+9
| | | | * | Last minute API review cleanupPierre Rossi2015-06-126-28/+30
| | | | * | Add license file and mention in the docs for GPLv2+.Pierre Rossi2015-06-121-1/+1
| | | | * | Fix msvc linking issues caused by wrong export macroAndras Becsi2015-06-082-3/+3
| | * | | | Fix crash when navigating an adopted windowAllan Sandfeld Jensen2015-06-261-0/+1
| | |/ / /
| | * | | Fix cancellation of file dialogs.Joerg Bornemann2015-06-251-3/+10
| | * | | Update snapshot SHA1Peter Varga2015-06-162-0/+1
| | |/ /
| | * | Update chromium branchAllan Sandfeld Jensen2015-05-261-0/+0
* | | | Make it possible to run applications with chromium embedded optionsAndras Becsi2015-06-302-16/+20
|/ / /
* | / Fix quicktestbrowser crash caused by wrong experimental versionAndras Becsi2015-06-221-2/+2
| |/ |/|
* | Add QWebEngineCookieStoreClient core APIAndras Becsi2015-06-1617-7/+633
* | Introduce ProxyResolverQtPierre Rossi2015-06-085-2/+177
* | Move QWebEngineCallback to core API and templatize CallbackDirectoryAndras Becsi2015-06-086-183/+315
* | Add public QtWebEngineCore C++ APIAndras Becsi2015-06-0820-35/+143
* | QQuickWebEngineView: add activeFocusOnPress propertyPierre Rossi2015-06-037-9/+50
* | Fix inconsistent dll linkage warningsAndras Becsi2015-06-031-1/+1
* | Support QNetworkProxy::applicationProxyPierre Rossi2015-05-294-2/+263