summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devwip/47-basedAllan Sandfeld Jensen2015-10-1470-531/+997
|\
| * Fix build with freetype2 depending on harfbuzzAllan Sandfeld Jensen2015-10-121-1/+1
| * Clean up configure syntaxAllan Sandfeld Jensen2015-10-121-15/+14
| * Make NSS vs BoringSSL choice more flexibleAllan Sandfeld Jensen2015-10-122-3/+6
| * Remove private API warning from qwebengineurlrequestjob.hKai Koehne2015-10-121-11/+0
| * Add firstPartyUrl to QWebEngineUrlRequestInfoDavid Rosca2015-10-124-1/+17
| * add RequestClose web actionJoerg Bornemann2015-10-0913-0/+50
| * add signal WebEngineView.windowCloseRequestedJoerg Bornemann2015-10-093-1/+13
| * Doc: add missing parameter name to function signature in docsLeena Miettinen2015-10-091-2/+2
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-081-0/+4
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-081-0/+4
| | |\
| | | * Parse suggested filename from content-dispositionAllan Sandfeld Jensen2015-09-301-0/+4
| * | | Doc: Collect external links into a single fileTopi Reinio2015-10-084-7/+55
| * | | Doc: Use \qml for code snippets where possibleTopi Reinio2015-10-084-12/+14
| * | | Improve documentation of QWebEnginePage::acceptNavigationRequestKai Koehne2015-10-081-2/+2
| * | | Improve runJavaScript documentationKai Koehne2015-10-082-2/+17
| * | | Keep order of scripts added to QWebEngineScriptCollectionKai Koehne2015-10-084-31/+21
| |/ /
| * | Fix compilation with latest qtbaseKai Koehne2015-10-081-2/+2
| * | Update .qmltypes fileKai Koehne2015-10-081-7/+92
| * | Doc: edit link to Qt WebKit docs to point to archiveLeena Miettinen2015-10-072-3/+6
| * | Doc: add docs for QWebEngineView::renderProcessTerminated()Leena Miettinen2015-10-071-0/+8
| * | Doc: add docs for WebEngineHistoryListModel typeLeena Miettinen2015-10-071-4/+26
| * | Doc: remove doc config file from Qt WebEngineWidgets submoduleLeena Miettinen2015-10-077-59/+63
| * | Doc: edit QWebEngineUrlSchemeHandler docsLeena Miettinen2015-10-061-2/+11
| * | Doc: edit QWebEngineUrlRequestJob docsLeena Miettinen2015-10-061-9/+29
| * | Doc: edit QWebEngineView docsLeena Miettinen2015-10-061-57/+48
| * | Doc: add docs for WebEngineView 1.2 APILeena Miettinen2015-10-061-0/+136
| * | Doc: WebEngineSettings as uncreatable typeLeena Miettinen2015-10-061-5/+7
| * | Document WebEnginePage API only available in WebEngine 1.1Kai Koehne2015-10-061-0/+3
| * | Doc: add docs for WebEngineSingleton typeLeena Miettinen2015-10-061-0/+36
| * | Doc: add docs for uncreatable WebEngineHistory typeLeena Miettinen2015-10-061-0/+80
| * | Remove unnecessay delegation over CustomUrlSchemeHandlerAllan Sandfeld Jensen2015-10-0616-200/+41
| * | fix link error with MSVCJoerg Bornemann2015-10-061-1/+1
| * | Fix assert on deleting installed custom URL scheme handlerAllan Sandfeld Jensen2015-09-304-5/+9
| * | Update to Chromium 45.0.2454.101Allan Sandfeld Jensen2015-09-301-0/+0
| * | Remove whitespaces from custom HTTP user agentsSzabolcs David2015-09-291-2/+2
| * | Doc: add requirements for building Qt WebEngineLeena Miettinen2015-09-292-0/+53
| * | Doc: edit WebEngineView docsLeena Miettinen2015-09-291-89/+63
| * | Fix QT_NO_ASCII_CAST buildAllan Sandfeld Jensen2015-09-281-1/+1
| * | External URL supportAllan Sandfeld Jensen2015-09-285-1/+49
| * | Implement unload dialogsSzabolcs David2015-09-275-1/+15
| * | Signal that no positioning backend is availableKai Koehne2015-09-251-6/+11
* | | Add unselect webactionAllan Sandfeld Jensen2015-10-126-0/+22
* | | Add contentsSize APIAllan Sandfeld Jensen2015-10-1211-1/+55
* | | Add scrollPosition APIAllan Sandfeld Jensen2015-10-1211-0/+59
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Joerg Bornemann2015-09-248-3/+21
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Allan Sandfeld Jensen2015-09-248-3/+21
| |\|
| | * Fix httpUserAgent setting after the view's initializationSzabolcs David2015-09-241-0/+7
| | * Link with -ObjC to have ObjC categories workingAllan Sandfeld Jensen2015-09-231-0/+3
| | * fix metaobject signature of QWebEngineDownloadItem::stateChangedJoerg Bornemann2015-09-211-1/+1