summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a "save page" dialog to demobrowserJoerg Bornemann2015-12-215-0/+362
* Never call QtWebEngine::initialize from DllMainCorentin Jabot2015-12-181-2/+12
* Extend toQImage to automatically deduce the image formatJoerg Bornemann2015-12-172-0/+77
* Move conversion function for keyboard modifiersJoerg Bornemann2015-12-174-24/+71
* Add support for checking if audio is played in a page.Alexandru Croitor2015-12-1514-1/+246
* Add pictograph font family settingAllan Sandfeld Jensen2015-12-115-4/+9
* Add web action for saving the current web pageJoerg Bornemann2015-12-1119-0/+218
* Fix default settings initializationAllan Sandfeld Jensen2015-12-092-66/+54
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0349-242/+360
|\
| * Doc: remove obsolete docs about URL requests and scheme handlerLeena Miettinen2015-12-022-12/+0
| * Rename setExtraHeader to setHttpHeader in QWebEngineUrlRequestInfo.Michael Bruning2015-12-022-3/+3
| * Change QWebEngineUrlRequestInterceptor::interceptRequest to void.Michael Bruning2015-12-026-7/+18
| * Doc: edit QWebEngineCookieStoreClient::FilterRequest docsLeena Miettinen2015-12-021-7/+18
| * Doc: edit the porting instructionsLeena Miettinen2015-12-021-20/+19
| * Work around MSVC linker out of memory failureJoerg Bornemann2015-12-021-0/+24
| * Support custom mouse cursorsSzabolcs David2015-12-012-2/+17
| * Add core-private dependency to core_api.proJoerg Bornemann2015-12-011-1/+1
| * Remove superfluous destructor from QWebEngineCookieStorePrivateJoerg Bornemann2015-12-012-6/+0
| * Remove unneeded qWaits from tst_QWebEngineCookieStoreJoerg Bornemann2015-12-011-2/+0
| * Rename QWebEngineCookieStoreClient to QWebEngineCookieStoreMichal Klocek2015-12-0123-133/+133
| * Remove the empty virtual destructor from QWebEngineUrlRequestInterceptor.Michael Bruning2015-12-011-3/+0
| * Rename url scheme handler's destroyed signalAllan Sandfeld Jensen2015-12-013-5/+7
| * Merge "Merge branch '5.5' into 5.6" into refs/staging/5.6Allan Sandfeld Jensen2015-12-011-0/+18
| |\
| | * Merge branch '5.5' into 5.6Allan Sandfeld Jensen2015-11-271-0/+18
| | |\
| | | * Reassociate the web channel when setting a profile.Michael Bruning2015-11-251-0/+4
| | | * fix crash on WebEngineNewViewRequest.openInJoerg Bornemann2015-11-241-0/+14
| * | | Update QtWebEngine version in module overviewKai Koehne2015-12-011-2/+1
| * | | Set -no-duplicate-basenameAllan Sandfeld Jensen2015-12-011-0/+8
| * | | Fix loading of Flash plugin on WindowsKai Koehne2015-12-011-4/+13
| * | | Configure gyp for arm64Allan Sandfeld Jensen2015-12-011-0/+1
| * | | Doc: Adobe Flash player plugin supportLeena Miettinen2015-12-011-0/+30
| * | | Doc: remove include and linking instructions from front pageLeena Miettinen2015-12-013-25/+15
| * | | Doc: document QWebEngineHistoryItem::swap methodLeena Miettinen2015-12-011-0/+5
| * | | Doc: make docs for QWebEnginePage::requestedUrl clearerLeena Miettinen2015-12-011-2/+4
| |/ /
| * | Force creation of default WebEngineProfileKai Koehne2015-11-241-0/+2
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-204-11/+26
| |\|
| | * Build ninja in the shadow build directory.Michael Bruning2015-11-191-9/+22
| | * Fix loading user scripts from qrc filesJocelyn Turcotte2015-11-191-1/+2
| | * fix "open download" in demo browserJoerg Bornemann2015-11-181-1/+1
| | * Let new pages use the custom user agent settingKai Koehne2015-11-051-0/+1
* | | Add WebGL, WebAudio and Accelerated2dCanvas settingsAllan Sandfeld Jensen2015-12-027-2/+113
* | | Doc: add docs for QWebEnginePage::WebAction::Unselect enum itemLeena Miettinen2015-12-021-0/+1
* | | Add support for html color inputAdam Kallai2015-12-0217-0/+502
* | | Doc: QWebEnginePage::scrollPosition and contentsSize as propertiesLeena Miettinen2015-12-011-10/+14
* | | Update Chromium 47.0.2536.71Allan Sandfeld Jensen2015-12-013-1/+2
* | | Merge branch '5.6' into devAllan Sandfeld Jensen2015-11-20130-429/+3285
|\| |
| * | Fix crash in PermissionManagerQtJoerg Bornemann2015-11-171-4/+2
| * | Add 'markdowneditor' exampleKai Koehne2015-11-1719-1/+1595
| * | Update DemoBrowser example imageKai Koehne2015-11-161-0/+0
| * | use Q_ENUM instead of Q_ENUMSJoerg Bornemann2015-11-167-17/+17