summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Doc: Move Platform notes into separate section in OverviewKai Koehne2016-07-211-4/+6
| | * Doc: Fix WebEngine module diagramLeena Miettinen2016-07-204-0/+1915
| | * Doc: Introduce new 'Related Modules' section in OverviewKai Koehne2016-07-201-12/+14
| | * Add persistent backend to channel id serviceAllan Sandfeld Jensen2016-07-194-5/+28
| | * Fix regression in updating cookie store settingsAllan Sandfeld Jensen2016-07-171-2/+2
| | * Blacklist showHideShow test on LinuxAllan Sandfeld Jensen2016-07-151-1/+1
| | * Improve OpenGL implementation checkAkihiko Odaki2016-07-131-8/+38
| | * Propagate the view's screen coordinates on global position changeJoerg Bornemann2016-07-124-0/+125
| | * Remove tst_QWebEnginePage::localURLSchemesJoerg Bornemann2016-07-121-29/+0
| | * Enable qquickwebengineviewgraphics test in CIJoerg Bornemann2016-07-084-10/+8
| | * Allow QWebEnginePage::createWindow to return thisJoerg Bornemann2016-07-082-7/+23
| | * Fix regression in text selectionAllan Sandfeld Jensen2016-07-041-0/+13
| | * Fix regression with fine-grained wheel eventsAllan Sandfeld Jensen2016-07-041-2/+2
| | * Switch WebContentsAdapter to using shared pointersAllan Sandfeld Jensen2016-07-0113-48/+40
| | * Let script collection hold a reference to the adapterAllan Sandfeld Jensen2016-07-013-16/+12
| | * Clear internal selected text when searchingAlexandru Croitor2016-07-013-18/+16
| | * Fix invalid pointer in script collection after opening popupAllan Sandfeld Jensen2016-06-301-0/+3
| | * Doc: Do not explicitly mention names of signal handlersKai Koehne2016-06-281-13/+2
| | * Doc: Specify types of qmlsignal argumentsKai Koehne2016-06-271-10/+8
| | * Remove handling of DIR_MEDIA_LIBSAllan Sandfeld Jensen2016-06-272-30/+0
| | * Stop linking both debug and release libraries at the same time.Alexandru Croitor2016-06-271-0/+7
| * | Reinstall the webChannelTransport on render process switchJocelyn Turcotte2016-07-282-0/+10
| * | Update Chromium sub-moduleAllan Sandfeld Jensen2016-07-281-0/+0
| * | Bump versionOswald Buddenhagen2016-07-281-1/+1
| * | Doc: Update to Chromium version used in 5.7Leena Miettinen2016-07-251-1/+1
| * | Doc: Fix grammarLeena Miettinen2016-07-211-1/+1
| * | Add missing Q_DECL_OVERRIDE macroAdam Kallai2016-07-141-1/+1
| * | Fix flaky qml user script testAlexandru Croitor2016-07-051-3/+3
| * | Allow building WebEngine 5.7 on OS X 10.9Alexandru Croitor2016-07-051-2/+2
| * | Fix building on OS X 10.9 with 10.10 SDKAlexandru Croitor2016-07-015-5/+21
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Allan Sandfeld Jensen2016-06-2726-42/+238
| |\|
| | * Fix detection of MIPS architucture revisionAllan Sandfeld Jensen2016-06-241-3/+10
| | * Fix inputEventForwardingDisabledWhenActiveFocusOnPressDisabled test.Alexandru Croitor2016-06-241-7/+24
| | * Fix memory leak of unhandled certificateErrorMichal Klocek2016-06-231-1/+2
| | * Use angleDelta instead of deprecated Qt4 deltaAllan Sandfeld Jensen2016-06-231-7/+4
| | * Remove split between 'C++' and 'QML' modules in index pageKai Koehne2016-06-232-5/+1
| | * Override short-cuts to common editor commandsAllan Sandfeld Jensen2016-06-227-0/+93
| | * Remove infinite loop when loading history.Michael Bruning2016-06-202-4/+8
| | * Make all examples high-dpi awareKai Koehne2016-06-2010-3/+20
| | * Always show caret when editing an IME pre-edit string.Alexandru Croitor2016-06-171-2/+5
| | * Handle IME events which contain both preedit and commit strings.Alexandru Croitor2016-06-171-8/+30
| | * Fix backspace to work when removing last IME char.Alexandru Croitor2016-06-171-3/+23
| | * Commit the done-so-far IME composition on mouse click.Alexandru Croitor2016-06-171-0/+13
| | * Don't cancel an IME composition when a modifier key is pressed.Alexandru Croitor2016-06-172-1/+7
| * | Fix python version checkJoerg Bornemann2016-06-221-5/+9
| * | Doc: Fix the documentation of WebEngineContextMenuDataAdam Kallai2016-06-201-8/+8
* | | Raise minimum OS X requirementsAllan Sandfeld Jensen2016-08-032-6/+6
* | | Eliminate some qWait() calls from QWebEnginePage auto testsPeter Varga2016-08-031-5/+13
* | | Bump import QtWebEngine 1.4Kai Koehne2016-08-032-3/+3
* | | Add View Source API and make the feature available from context menuPeter Varga2016-08-0214-17/+227