summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle CheckerboardDrawQuads in DelegatedFrameNodeAndras Becsi2014-02-261-1/+12
* Fixing QQuickWebEngineView.loadingChanged public API test caseAdam Kallai2014-02-253-12/+12
* 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
* 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-211-0/+0
* Fix a crash when using the history on an adopted pageJocelyn Turcotte2014-02-201-0/+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-192-3/+22
* 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-182-2/+1
* Avoid locking up the web view when starting a dragJocelyn Turcotte2014-02-142-0/+13
* Make Qt 5.2 a minimum requirementPierre Rossi2014-02-1410-31/+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-131-0/+0
* Implement QWebEnginePage::findTextJocelyn Turcotte2014-02-1311-6/+98
* Implement QWebEnginePage::selectedTextJocelyn Turcotte2014-02-139-0/+47
* 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-137-81/+196
* Cleanup on webenginewidgets.proZoltan Arvai2014-02-131-6/+0
* Fix QNetworkRequest usage in WebEngineWidgets on WindowsZoltan Arvai2014-02-132-2/+2
* Make QWebEnginePage support symetrical url and setUrlJocelyn Turcotte2014-02-122-1/+7
* Avoid an extra loadStarted/Finished on errorJocelyn Turcotte2014-02-122-1/+4
* Fix tst_QWebEngineFrame::setUrlWithFragmentJocelyn Turcotte2014-02-121-1/+3
* Implement QWebEnginePage::requestedUrlJocelyn Turcotte2014-02-123-0/+18
* Fix tst_QWebEngineFrame::baseUrlJocelyn Turcotte2014-02-123-5/+3
* 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-114-2/+11
* 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-111-1/+2
* Implement requestFullscreen for QQuickWebEngineView.Zeno Albisser2014-02-116-0/+51
* Add TakeFocus in WebContentsViewQt for passing on tab focus.Zeno Albisser2014-02-107-1/+28
* Implement basic support for input method events.Zeno Albisser2014-02-084-0/+27
* Use arm_neon_optional from armv7 onward if not explicitly enabledAndras Becsi2014-02-061-6/+10
* Register a path provider for Qt instead of using PathService::OverrideAndras Becsi2014-02-065-26/+96
* Move the implementation of BrowserContextQt to its own cpp fileAndras Becsi2014-02-055-90/+170
* Clean up qtwebengine.gypiAndras Becsi2014-02-051-50/+33
* Fix the embedded buildAndras Becsi2014-02-057-9/+65