summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix WebContentsAdapater::requestedUrl() functionPeter Varga2014-10-071-2/+7
* Fix loadFinished signal in case of interrupting error page loadingPeter Varga2014-10-071-0/+1
* Fix WebEngineSettings::setDefaultTextEncoding()Szabolcs David2014-10-071-1/+2
* Update build configuration for eLinux after update to Chromium 37.Zeno Albisser2014-10-063-1/+6
* gfx::LoadLibrary has been replaced in Chromium by base::LoadNativeLibrary.Zeno Albisser2014-10-061-8/+14
* Update OzonePlatformEglfs after update to Chromium 37.Zeno Albisser2014-10-062-6/+54
* Doc: Fix issues in .qdocconf filesTopi Reinio2014-10-032-3/+3
* Doc: Use proper module name for Qt WebEngine WidgetsTopi Reinio2014-10-035-6/+12
* Provide a fallback for the QtWebEngineProcess executable path.Michael Brüning2014-10-021-5/+9
* Update submodule SHA1 with Win64 desktop OpenGL fix.Michael Brüning2014-10-021-0/+0
* Create a QCoreApplication in QtWebEngineProcess as well.Michael Brüning2014-09-301-0/+5
* Doc: Edited docs according to writing guidelines.Jerome Pasion2014-09-292-93/+85
* Import the Qt WebKit porting guide from the wikiJocelyn Turcotte2014-09-293-1/+295
* Various doc tweaksJocelyn Turcotte2014-09-294-21/+10
* Update chromium submodule.Michael Brüning2014-09-261-0/+0
* [Win] Use automatic destruction for PbufferGLSurfaceWGL.Michael Brüning2014-09-261-5/+2
* Prevent OS X from picking a wrong version of clang from the envAndras Becsi2014-09-261-0/+15
* Remove IOBlootooth.h import from chromium source.Andras Becsi2014-09-261-0/+0
* Add Desktop OpenGL backend for WindowsKai Koehne2014-09-258-19/+151
* Fix issues on HiDPI displaysAndras Becsi2014-09-242-2/+5
* Fix an assertion in web_content_delegates_qt.cppAdam Kallai2014-09-232-24/+30
* Remove unneded OS_CHROMEOS defineAndras Becsi2014-09-231-1/+1
* Set arm_tune to empty string if mtune flag is not set by toolchainAndras Becsi2014-09-221-1/+1
* Bring back the mapping of touch IDs to fix flingingJocelyn Turcotte2014-09-192-7/+42
* Use the default render theme on eAndroidAndras Becsi2014-09-181-1/+1
* Hide QWebEngineCallback from the docsPierre Rossi2014-09-185-7/+91
* QtWebEngine should join the Beautiful Stack Trace ClubJocelyn Turcotte2014-09-182-3/+6
* Add widgets settings doc plus revive QWeb(Engine)View::settingsPierre Rossi2014-09-178-2/+246
* Fix toPlainText related crashes in QtRenderViewObserverSzabolcs David2014-09-151-2/+2
* Fix the build for embedded androidAndras Becsi2014-09-156-17/+16
* Do not crash on QQuickWebEngineViewPrivate::closeJocelyn Turcotte2014-09-121-1/+1
* Enable JavascriptCanOpenWindows and LocalStorageEnabled by defaultJocelyn Turcotte2014-09-121-2/+2
* Enable JavaScript touch eventsJocelyn Turcotte2014-09-121-0/+17
* Use the same version scheme as other Qt modulesJocelyn Turcotte2014-09-111-8/+0
* Remove unnecessary private header includesJocelyn Turcotte2014-09-1111-14/+10
* Add --log-level switchPeter Varga2014-09-111-0/+17
* Fix the type of argument in FilePickerController::accepted() slot.Adam Kallai2014-09-101-6/+8
* Do a minor update to Chromium 37.0.2062.103Jocelyn Turcotte2014-09-102-0/+2
* Fix tst_QWebEngineFrame::progressSignal API test caseSzabolcs David2014-09-091-1/+0
* Fix url stored in LoadRequestPeter Varga2014-09-056-18/+19
* Fix an assertion in net/url_request/url_request.cc:656Andras Becsi2014-09-051-3/+1
* [Win] Fix compiler error by using toQt method for string16.Michael Brüning2014-09-031-1/+1
* Update src/3rdparty to include fixes for the alpha packagingJocelyn Turcotte2014-09-031-0/+0
* Don't forward loading of error pages to the API layerPierre Rossi2014-09-0210-17/+46
* [Win] Enable multiple processes again.Michael Brüning2014-09-021-2/+0
* Settings for Qt quickPierre Rossi2014-09-0211-24/+562
* Try harder to return accessible namesFrederik Gladhorn2014-09-012-1/+84
* Revert "Revert "Improve roles""Frederik Gladhorn2014-09-011-33/+70
* Avoid duplicating timers in MessagePumpForUIQtJocelyn Turcotte2014-09-011-7/+19
* Support using MessagePumpForUIQt in standalone base::ThreadsWebKit Team2014-09-011-3/+10