summaryrefslogtreecommitdiffstats
path: root/src/webengine
Commit message (Expand)AuthorAgeFilesLines
...
| * | Avoid using string constructor of QJSValue for byte-arrayAllan Sandfeld Jensen2017-06-191-1/+2
| |/
| * Override shortcuts only when an HTML input field has focusJoerg Bornemann2017-06-081-8/+2
| * Store Target URL in WebContentsDelegateQt::WebContentsCreatedViktor Engelmann2017-05-302-4/+3
* | Don't disable local storage for offTheRecord profilesFlorian Bruhin2017-06-261-1/+1
* | Implement pause and resume action in Download ItemsAllan Sandfeld Jensen2017-06-234-0/+94
* | Add back input method auto tests and test virtual keyboard for QuickPeter Varga2017-06-226-8/+77
* | Navigation event adaptations for Chromium 58Allan Sandfeld Jensen2017-06-141-2/+0
* | Simple adaptations for Chromium 58Allan Sandfeld Jensen2017-06-141-1/+1
* | Fix copying JavaScript URLsSzabolcs David2017-06-072-5/+8
* | Merge remote-tracking branch 'origin/5.9' into devAllan Sandfeld Jensen2017-05-307-21/+42
|\|
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Allan Sandfeld Jensen2017-05-295-12/+40
| |\
| | * Document Mac App Store incompatibilityAlexandru Croitor2017-05-151-9/+10
| | * Fix backwards compatibilityAllan Sandfeld Jensen2017-05-101-0/+5
| | * Fix crash on exit with url-request interceptorsAllan Sandfeld Jensen2017-05-081-0/+2
| | * Doc: Update Chromium versionKai Koehne2017-05-081-2/+2
| | * Disable accessibility support on Linux by defaultAlexandru Croitor2017-05-081-0/+20
| | * Make Simple Browser a highlighted exampleKai Koehne2017-05-081-1/+1
| * | Remove docs about deploying ffmpegsumo.dll as this is no longer neededAndy Shaw2017-05-241-7/+0
| * | Show "Follow link" context menu item for links without textJüri Valdmann2017-05-171-1/+1
| |/
| * Create example for full screen feature in WebEngineJüri Valdmann2017-05-041-1/+1
* | Handle ViewHostMsg_Focus message from chromiumViktor Engelmann2017-05-246-4/+33
* | Update plugins.qmltypesViktor Engelmann2017-05-231-1/+13
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-0214-53/+157
|\|
| * Make python2 usage more robustJoerg Bornemann2017-04-271-1/+2
| * Override shortcuts in HTML input fieldsJoerg Bornemann2017-04-251-3/+5
| * Document that Python 3 is not supportedJoerg Bornemann2017-04-251-1/+1
| * Implement proper touch handling on macOSAlexandru Croitor2017-04-211-0/+3
| * Remove unused qmlRegisterRevision callKai Koehne2017-04-112-5/+0
| * Document sandboxing supportAlexandru Croitor2017-04-111-0/+18
| * Update plugins.qmltypes to 1.5Kai Koehne2017-04-113-26/+88
| * Allow setter methods of WebEngineScript to be called directlyKai Koehne2017-04-101-7/+7
| * Doc: Fix QtWebEngine version numberKai Koehne2017-04-102-3/+3
| * Docs: Update QtWebEngine to 1.5Kai Koehne2017-04-101-2/+2
| * Doc: Describe HTTP/2 supportLeena Miettinen2017-04-042-2/+22
| * Doc: Mark QQuickWebEngineScript::timerEvent() internalLeena Miettinen2017-03-301-0/+3
| * Doc: Fix link errorNico Vertriest2017-03-281-3/+3
* | Put JavaScript commands for WebActions in QStringLiteralViktor Engelmann2017-04-281-12/+12
* | Add several QtWebKit WebActionsViktor Engelmann2017-04-033-0/+92
|/
* Rename WebCoreVisitedLinksManager to VisitedLinksManagerQtAllan Sandfeld Jensen2017-03-261-1/+0
* Doc: Add inheritance to WebEngineView type docsLeena Miettinen2017-03-241-0/+1
* Support appstore compliancy switch from the new configure systemAlexandru Croitor2017-03-171-5/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-0/+1
|\
| * Clarify JavascriptCanAccessClipboard documentationFlorian Bruhin2017-03-071-0/+1
* | Rework form validation QML testsPeter Varga2017-03-082-5/+0
* | Add FINALs and explicit constructor to QQuickWebEngineScriptSzabolcs David2017-03-071-7/+7
* | Merge remote-tracking branch 'origin/5.8' into 5.9Allan Sandfeld Jensen2017-03-025-3/+16
|\|
| * Add support for macOS Airplay to Demobrowser in presence of dual GPUsAlexandru Croitor2017-02-231-0/+7
| * Ignore synthetic hover move events if the mouse has not actually movedMichael Brüning2017-02-221-1/+2
| * Abort findText when destroying QWebEnginePageViktor Engelmann2017-02-221-0/+2
| * Fix empty dialogs on window.onbeforeunloadSzabolcs David2017-02-211-1/+4