summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing QQuickWebEngineView.loadingChanged public API test caseAdam Kallai2014-02-255-15/+15
* Video texture streaming support via external EGLImage texturesMansoor Chishtie2014-02-254-2/+246
* Fix unused variable suppression on WindowsZoltan Arvai2014-02-241-4/+4
* Implement QWebEnginePage::viewportSizeJocelyn Turcotte2014-02-216-10/+24
* Do not disable RTTI for module librariesJocelyn Turcotte2014-02-211-5/+0
* Implement QInputMethodEvent::Attribute translation and compositionAndras Becsi2014-02-211-8/+55
* Keep the selection when done searching to match Chromium's behaviorJocelyn Turcotte2014-02-211-1/+1
* Add the Mac debug build fix to patch filesJocelyn Turcotte2014-02-212-3/+45
* Fix a crash when using the history on an adopted pageJocelyn Turcotte2014-02-201-0/+1
* Fix the Mac build with a -no-framework QtJocelyn Turcotte2014-02-201-1/+1
* Implement basic editing actions for QWebEnginePageJocelyn Turcotte2014-02-203-1/+93
* Cancel ongoing "fling" animations on tap-downAndras Becsi2014-02-191-4/+20
* QtQuick: add runJavaScript.Pierre Rossi2014-02-195-4/+106
* Add project's directory to includepath on WindowsZoltan Arvai2014-02-194-4/+4
* Fix filename in core_gyp_generator.pro's makefile on WindowsZoltan Arvai2014-02-191-0/+1
* Build fix for public API testSzabolcs David2014-02-184-4/+4
* Add public API test to Quick API.Szabolcs David2014-02-173-0/+223
* Avoid locking up the web view when starting a dragJocelyn Turcotte2014-02-142-0/+13
* Fixup QtQuick autotests with scene graph usagePierre Rossi2014-02-142-0/+7
* Make Qt 5.2 a minimum requirementPierre Rossi2014-02-1411-33/+2
* Fix title getter in WebContentsAdapterPierre Rossi2014-02-131-2/+1
* Fix path service assertionsAndras Becsi2014-02-135-27/+21
* Update the 3rdparty submoduleJocelyn Turcotte2014-02-133-0/+58
* Implement QWebEnginePage::findTextJocelyn Turcotte2014-02-1315-21/+146
* Implement QWebEnginePage::selectedTextJocelyn Turcotte2014-02-1310-4/+51
* Update the invoke wrapper to allow bool argumentsJocelyn Turcotte2014-02-132-6/+6
* Refactor the way callbacks are storedJocelyn Turcotte2014-02-132-22/+120
* Move the requestID argument before the resultJocelyn Turcotte2014-02-139-27/+27
* Fix a warning in QWebEnginePage::setHtmlJocelyn Turcotte2014-02-131-1/+0
* QQuickWebEngineView new window API refactoringJocelyn Turcotte2014-02-138-101/+215
* Cleanup on webenginewidgets.proZoltan Arvai2014-02-131-6/+0
* Fix QNetworkRequest usage in WebEngineWidgets on WindowsZoltan Arvai2014-02-132-2/+2
* Adjust some widget auto test expectationsJocelyn Turcotte2014-02-122-1/+15
* Fix flakiness in tests related to load signals being received while spinning ...Jocelyn Turcotte2014-02-121-25/+24
* Make QWebEnginePage support symetrical url and setUrlJocelyn Turcotte2014-02-122-1/+7
* Avoid an extra loadStarted/Finished on errorJocelyn Turcotte2014-02-123-1/+275
* Fix tst_QWebEngineFrame::setUrlWithFragmentJocelyn Turcotte2014-02-121-1/+3
* Add the Sync suffix to testing sync wrapperJocelyn Turcotte2014-02-124-15/+15
* Implement QWebEnginePage::requestedUrlJocelyn Turcotte2014-02-124-26/+20
* Fix tst_QWebEngineFrame::baseUrlJocelyn Turcotte2014-02-125-22/+25
* Fix resizing not working on new windowsJocelyn Turcotte2014-02-121-1/+2
* Fix the new window crashJocelyn Turcotte2014-02-121-1/+1
* Fix WebEngineContext not being ramped down in testsJocelyn Turcotte2014-02-121-1/+1
* [Widgets] RenderWidgetHostViewQtDelegate refactoringPierre Rossi2014-02-1219-89/+411
* Implement loadHtml function for QQuickWebEngineViewSzabolcs David2014-02-116-2/+73
* Fix WebEngine api build on WindowsZoltan Arvai2014-02-112-0/+5
* Fix WebEngineWidgets api build on WindowsZoltan Arvai2014-02-111-0/+8
* Fix string concatenation in WebEngine on WindowsZoltan Arvai2014-02-111-0/+6
* Fix Qt5WebEngineCore linking on WindowsZoltan Arvai2014-02-112-3/+2
* Implement requestFullscreen for QQuickWebEngineView.Zeno Albisser2014-02-117-0/+97