summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rough port of the documentation to QtWebEngineJocelyn Turcotte2014-03-3115-791/+770
* Import the QtWebKit documentationJocelyn Turcotte2014-03-3119-0/+4741
* Fix QtWebEngineProcess name on WindowsZoltan Arvai2014-03-311-0/+5
* Add SurfaceFactoryQt and OzonePlatformEglfs.Zeno Albisser2014-03-316-2/+327
* Add more options for gyp on WindowsZoltan Arvai2014-03-281-0/+8
* Fix QQuickWebEngineForwardHistoryListModelPeter Varga2014-03-281-1/+1
* Fix typo: remove unused function prototype from headerPeter Varga2014-03-281-1/+0
* Override OPENSSLDIR for embedded linux.Zeno Albisser2014-03-281-14/+16
* Add overrides to RenderWidgetHostViewQt on WindowsZoltan Arvai2014-03-281-0/+5
* Force disable libstdc++ debug modeAndras Becsi2014-03-281-0/+2
* Introduce platform specific pri files for all platforms.Zeno Albisser2014-03-287-27/+76
* Get rid of GTK dependenciesAndras Becsi2014-03-2810-43/+130
* Adapt to API changes in new stable branch 1750Andras Becsi2014-03-2820-161/+216
* Fix typo in the qquickwebenginehistory headersAndras Becsi2014-03-272-2/+2
* Remove WebContentsView::SetPageTitle functionAdam Kallai2014-03-272-6/+1
* Remove wrong library path that is reported by icu-config.Zeno Albisser2014-03-251-1/+1
* Add qt_os embedded_linux for platform specific configuration.Zeno Albisser2014-03-252-6/+15
* Fix a missing titleChanged signal on navigationJocelyn Turcotte2014-03-241-0/+2
* Base load signals on Blink loader eventsJocelyn Turcotte2014-03-217-44/+47
* Fix the HighDPI rendering of QQuickWebEngineViewJocelyn Turcotte2014-03-203-2/+12
* Add Quick's navigationHistoryPeter Varga2014-03-207-0/+439
* Fix the Mac build when using the Qt SDKAndras Becsi2014-03-181-0/+3
* UI: fix a crash on shutdownPierre Rossi2014-03-142-10/+13
* Tooltip support.Pierre Rossi2014-03-149-6/+26
* Fix clipboard build on WindowsZoltan Arvai2014-03-141-0/+2
* Fix focus in Quick APISzabolcs David2014-03-133-11/+17
* Always disable tcmalloc.Zeno Albisser2014-03-111-6/+0
* Fix deployment of qtwebengine_locales with make installAndras Becsi2014-03-101-2/+2
* Fix debug_and_release buildsJocelyn Turcotte2014-03-071-14/+27
* Use the shadow build directory for the ninja outputJocelyn Turcotte2014-03-073-7/+7
* Do not pass linking information from qmake to gyp and to qmake againJocelyn Turcotte2014-03-072-3/+6
* Deploy QtWebEngineCore as a Qt moduleJocelyn Turcotte2014-03-078-54/+30
* Override path for perl, bison and gperf on WindowsZoltan Arvai2014-03-051-0/+3
* Add comman line switches needed for embedded AndroidAndras Becsi2014-03-041-4/+22
* Add opacity control to video texture streamingMansoor Chishtie2014-03-041-3/+8
* Add Qt clipboard integrationJocelyn Turcotte2014-03-045-0/+443
* Add HTTP and proxy authentication signals directly to QWebEnginePageJocelyn Turcotte2014-02-2811-3/+248
* Extend search path in libvpx to enable build with QtWebEngineZoltan Arvai2014-02-281-0/+6
* 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